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 |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if there was an issue | |
| content | Yes | The documentation page content | |
| load_url | Yes | The URL that was loaded |