confluence_get_page_body_chunk
Retrieve a specific section of a Confluence page's body by character offset and length, enabling reading of very large pages in manageable parts.
Instructions
Read a page body in chunks by character offset/length (useful for very large pages)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Requested chunk length (default: 50000, max: 100000) | |
| offset | No | Start character offset (default: 0) | |
| pageId | Yes | The page ID |