WDS MCP Prompts
WDS supplies seven registered MCP prompts that guide an AI agent through site assessment, prepared Traversal extraction, site summaries, and retrieval-index workflows. Each prompt page documents the exact call arguments and the complete prompt text returned to the client.
Prompt Catalog
assess— Assess a web resource and propose a traversal config for data extraction.scrape— Run a configured traversal job and return gathered data.resume— Crawl a web resource and prepare a resume of what it is about and what it offers.sliced-resume— Crawl a web resource by slices and build a resume from the currently available slices before continuing through the remaining site.index— Describes to an AI agent how to enroll a web resource into an index for further retrieval.reindex— Describes to an AI agent how to reenroll a web resource into an index for further retrieval.query— Answers a question based on the data available in the WDS MCP Server.
Typical Workflows
- Use
assessto inspect a site and propose aTraversalConfig. After creating the job and storing that config with the MCP tools, usescrapeto run it and return all cursor-paginated data. - Use
resumefor a complete site summary orsliced-resumewhen an initial partial summary should be shown before the remaining crawl continues. - Use
indexfor the first retrieval enrollment,reindexto force reenrollment, andqueryto answer a task from the indexed content.
How to Run
Ensure the MCP Server is connected in your client, then invoke the registered prompt name. Each prompt page shows the client command, arguments, defaults, and returned text.