Get Comments
confluence_get_commentsRetrieve comments from a Confluence page by providing the page ID. Use this tool to access and analyze discussion threads on Atlassian Confluence pages.
Instructions
Get comments for a specific Confluence page.
Args: ctx: The FastMCP context. page_id: Confluence page ID.
Returns: JSON string representing a list of comment objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Confluence page ID (numeric ID, can be parsed from URL, e.g. from 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title' -> '123456789') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |