confluence_get_page_context
Retrieve a Confluence page's body and current version, plus optional ancestors, attachments, and comments, in one call. Gather complete page context without calling multiple endpoints.
Instructions
HIGH-LEVEL: Gather the information commonly needed to understand one page in one MCP call: body/current version plus optional ancestors, attachments, and comments. Prefer this over calling several page context primitives separately; optional section failures are returned with partial status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| max_chars | No | ||
| body_format | No | storage | |
| comment_types | No | ||
| include_comments | No | ||
| include_ancestors | No | ||
| include_attachments | No | ||
| max_items_per_section | No |