Skip to main content
Glama

MCP Atlassian

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sooperset/mcp-atlassian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server