get_section
Retrieve a specific section from a Confluence page by providing its heading. Choose markdown or storage format, and optionally save to a file.
Instructions
Get content of a specific section by heading name.
Args: page_id: The page ID. heading: The exact heading text to find. body_format: "markdown" or "storage" (default: markdown). output_file: If provided, write section content to this file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| heading | Yes | ||
| page_id | Yes | ||
| body_format | No | markdown | |
| output_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |