confluence_add_page_label
Add a label to a Confluence page by specifying the page ID and label. Optionally set a prefix or request the full API response.
Instructions
Add a label to a page. 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. | |
| label | Yes | The label to add | |
| pageId | Yes | The ID of the page | |
| prefix | No | The label prefix (default: global) |