docs_read
Read any documentation URL and return clean, LLM-ready Markdown. Automatically extracts related links for authentication and getting-started pages.
Instructions
[INSTRUCTIONS] Reads a documentation page and returns clean Markdown. Handles HTML, JSON, YAML, OpenAPI specs, Postman Collections, PDFs (<5MB), and llms.txt. The response includes a "Related Documentation Links" section extracted from page navigation. ALWAYS check these links for authentication and getting-started pages before generating code.
Read any documentation URL and return clean, LLM-ready Markdown [READ-ONLY]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the documentation page to read | |
| max_length | No | Maximum output length in characters (default: 20000) |