confluence_attachment_list
List attachments on a Confluence page with pagination. Use cursor to fetch next pages and limit to control page size.
Instructions
List attachments on a Confluence page (one page per call). Pass the returned next_cursor back as cursor to fetch the next page. limit defaults to 25. Mirrors omni-dev atlassian confluence attachment list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor (use `next_cursor` from a previous call). | |
| limit | No | Maximum number of attachments per page. Defaults to 25. | |
| page_id | Yes | Confluence page ID. |