confluence_add_blog_post_label
Add a label to a Confluence blog post by providing the blog post ID and label name. Optionally specify a label prefix or request the full API response.
Instructions
Add a label to a blog post. 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) | |
| blogPostId | Yes | The ID of the blog post |