confluence_get_page
Retrieve a Confluence page by numeric content ID to get the title, space, ancestors, and plain-text body.
Instructions
Get a Confluence page by numeric content id. Returns title, space, ancestors and plain-text body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Content id, e.g. 123456789 | |
| maxBodyChars | No | Truncate body text after N chars (default 12000) |