MCP Atlassian

by sooperset
Verified

confluence_get_comments

Retrieve comments from a specific Confluence page using the Confluence page ID. Integrates with the MCP Atlassian server for streamlined access to Confluence Cloud, Server, and Data Center deployments.

Instructions

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" }
ID: kc33m1kh5m