doc_page_get
Retrieve a documentation page by its ID, returning title, section, markdown content, tags, and metadata. Use after doc_page_list to get the 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 |
|---|---|---|---|
| docId | Yes | The doc page ID to retrieve | |
| projectId | No | The project ID. If omitted, uses the linked project. |