confluence_add_label
Add a label to a Confluence page by providing the page ID and label name. Returns the updated list of labels.
Instructions
Add label to an existing Confluence page.
Args: ctx: The FastMCP context. page_id: The ID of the page to update. name: The name of the label.
Returns: JSON string representing the updated list of label objects for the page.
Raises: ValueError: If in read-only mode or Confluence client is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the label | |
| page_id | Yes | The ID of the page to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |