load_documentation_page
Load the documentation page from a search result's load_url to get its content as plain text with markdown-style links.
Instructions
Load a documentation page from a load_url returned by search_documentation. Returns the page content as plain text with markdown-style links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| load_url | Yes | The load_url value from a search result (must point to the local Dash API at 127.0.0.1) |