confluence_get_comments
Fetch all comments from a Confluence page by supplying the numeric page ID, returning them as a JSON list.
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 |