Get page
get_pageRetrieve a page's Markdown content and version. Include comments for pages with discussions, and child pages to navigate folder-style structures.
Instructions
Read a page including its full Markdown content and current version number. The page carries comment_count / unresolved_comment_count / last_comment_at — if comment_count > 0 there is a discussion; set include_comments to read it. include_children returns the page's child pages (titles + slugs, no content) — useful for 'folder' pages whose own content is empty but which organise sub-pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page UUID or "workspaceSlug/spaceSlug/pageSlug" path | |
| include_children | No | When true, also return the page's immediate child pages (id, title, slug — no content). | |
| include_comments | No | When true, also return the page's comments (threaded) alongside the page. |