load_documentation_page
Retrieve documentation page content from a Dash API URL to access detailed information after searching documentation sets.
Instructions
Load a documentation page from a load_url returned by search_documentation.
Args:
load_url: The load_url value from a search result (must point to the local Dash API at 127.0.0.1)
Returns:
The documentation page content as plain text with markdown-style linksInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| load_url | Yes |