doc_page_get
Retrieve a documentation page's full content, including title, section, markdown body, tags, and metadata, using its page ID.
Instructions
Get a single documentation page with its full content. Returns title, section, content (markdown), tags, and metadata.
Use doc_page_list first to find the page ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID. If omitted, uses the linked project. | |
| docId | Yes | The doc page ID to retrieve |