Get Labels
confluence_get_labelsRetrieve labels associated with any Confluence content by providing its content ID. Works for pages, blog posts, and attachments.
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 |