doc_page_get
Retrieve a single documentation page's full content by ID, including title, section, markdown, tags, and metadata. Use after listing docs to access detailed project information.
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. |