WdsFetchChunked
Starts or resumes downloading one absolute URL with the named job’s crawler settings. Use the returned task ID with GetChunk to read content
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| jobName | string | Yes | None | Unique job name within the tenant. Reuse the same value to manage job config, start crawls, fetch URLs, inspect tasks and Traversal runs, and query indexed data |
| url | string | Yes | None | Absolute HTTP or HTTPS URL to fetch as a single page under the named job. This does not start link crawling |
Return Type
Returns string.
Technical return shape: string.
Structured Output
The MCP structured result is an object whose result property contains the returned string.
Behavior
Read-only: no; idempotent: no; destructive: no; open-world: yes.