get_kb_page
Retrieve a Confluence page by its ID or URL and obtain its title, plain-text content, version, and metadata.
Instructions
Get a Confluence/KB page by page ID or full URL. Returns page title, space, content (as plain text), version, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | The Confluence page ID (e.g., '2734657709') | |
| url | No | Full Confluence page URL (e.g., 'https://kb.example.com/spaces/SPACE/pages/123/...') | |
| includeRawContent | No | If true, also return raw storage format HTML. Default: false |