confluence_add_space_label
Add a label to a Confluence space for categorization. Specify space ID, label, and optional prefix.
Instructions
Add a label to a space. 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 | |
| prefix | No | The label prefix (default: global) | |
| spaceId | Yes | The ID of the space |