doc-fetcher
Fetch documentation from allow-listed URLs and get Markdown-formatted content to verify references without leaving your development environment.
Instructions
Fetches allow-listed documentation URLs and returns Markdown-formatted content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Remote documentation URL (must belong to an allow-listed host). | |
| maxBytes | No | Optional byte limit for downloaded content (default 1.5MB). | |
| timeoutMs | No | Optional request timeout in milliseconds (default 10000, max 20000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| bytes | Yes | ||
| status | Yes | ||
| markdown | Yes | ||
| truncated | Yes | ||
| contentType | No |