confluence_get_pages_for_label
Retrieve all Confluence pages tagged with a specific label, with pagination support and optional full response.
Instructions
Get all pages with a specific label. Results are paginated - use the returned cursor to fetch more pages if you don't find what you need. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| limit | No | Maximum number of results | |
| cursor | No | Cursor for pagination | |
| labelId | Yes | The ID of the label | |
| spaceId | No | Filter by space IDs | |
| bodyFormat | No | The format of the body content to return |