list_confluence_page_labels
Retrieve all labels from a Confluence page. Filter by prefix, set limits, and paginate results.
Instructions
Retrieves all labels for a specific Confluence page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of labels to return. Default is 25, maximum is 200. | |
| start | No | The starting index for pagination. Default is 0. | |
| pageId | Yes | The ID of the page from which to get labels. | |
| prefix | No | Filter labels by a specific prefix (e.g., "global", "my"). |