Get Labels
confluence_get_labelsRetrieve labels from Confluence content like pages, blog posts, or attachments to organize and categorize information efficiently.
Instructions
Get labels for Confluence content (pages, blog posts, or attachments).
Args: ctx: The FastMCP context. page_id: Confluence content ID (page or attachment).
Returns: JSON string representing a list of label objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Confluence content ID (page, blog post, or attachment). For pages: numeric ID from URL (e.g., '123456789'). For attachments: ID with 'att' prefix (e.g., 'att123456789'). Works with any Confluence content type that supports labels. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |