doc_page_get
Get a documentation page by ID, returning title, markdown content, tags, and metadata. Use after listing pages to retrieve full details for reference.
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. |