confluence_get_page
Get a Confluence page by ID, receiving the body as plain text or storage XHTML. Specify the page ID and choose the output format to access page content directly.
Instructions
Fetch a Confluence page by id, including body (storage format converted to plain text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 'text' (default) strips HTML; 'storage' returns raw storage XHTML | |
| pageId | Yes | Page id (numeric string) |