MCP Atlassian

confluence_get_comments

Get comments for a specific Confluence page

Input Schema

NameRequiredDescriptionDefault
page_idYesConfluence page ID (numeric ID, can be parsed from URL, e.g. from 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title' -> '123456789')

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "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')", "type": "string" } }, "required": [ "page_id" ], "type": "object" }