get_doc
Retrieve a specific documentation page or chunk by ID or URL, complete with metadata and security annotations, to access verified context for coding agents.
Instructions
Retrieve a specific documentation page or contextual chunk by ID or URL with complete metadata and security annotations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Normalized source URL of the documentation page. | |
| pageId | No | Unique page identifier (e.g. "page_..."). | |
| chunkId | No | Unique chunk identifier (e.g. "chk_..."). |