confluence_get_page_section
Retrieve a specific section of a Confluence page by heading, returning only that section to reduce token usage.
Instructions
Get a single page section by heading. The server fetches full storage internally but only returns the matched section to save tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Confluence page ID | |
| heading | Yes | Heading text used to locate the target section | |
| occurrence | No | When the same heading appears multiple times, choose which occurrence (default 1) | |
| includeHeading | No | Include the heading tag in the returned section (default true) | |
| matchMode | No | Heading match mode: exact or contains (default exact) |