get_page_content
Extract and convert Confluence page content into clean, readable text using page ID or title lookup for documentation access.
Instructions
Read the full content of a Confluence page.
Args: page_id: The page ID (numeric). Provide this OR title. title: Page title to look up (slower, requires space_key). space_key: Space key (default from config). Required if using title. include_metadata: Include page metadata header (default True).
Returns the page content converted to clean readable text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | ||
| title | No | ||
| space_key | No | ||
| include_metadata | No |