fetch_page
Retrieve complete documentation page content from Anthropic or Gemini by URL, choosing markdown, text, or HTML output.
Instructions
Fetch the full content of a specific documentation page from Anthropic or Gemini docs. Returns content in the requested format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the documentation page to fetch | |
| format | No | Output format for the content | markdown |