Skip to main content
Glama

Atlassian Confluence MCP Server

by aashari

conf_ls_page_comments

Retrieve and list comments for a specific Confluence page, including content and metadata in Markdown format. Supports pagination to manage large comment sets, with options to set limit and start parameters for controlled data retrieval.

Instructions

Lists comments for a Confluence page, identified by pageId. Includes both page-level and inline comments. Shows comment content and metadata in Markdown format. Supports pagination via limit and start parameters. Pagination information including next offset value is included directly in the returned text content. Requires Confluence credentials to be configured. Returns comment details as Markdown.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of comments to retrieve (1-100)
pageIdYesThe ID of the Confluence page to retrieve comments for
startNoStarting point for pagination (used for retrieving subsequent pages of results)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 25, "description": "Maximum number of comments to retrieve (1-100)", "maximum": 100, "minimum": 1, "type": "integer" }, "pageId": { "description": "The ID of the Confluence page to retrieve comments for", "minLength": 1, "type": "string" }, "start": { "default": 0, "description": "Starting point for pagination (used for retrieving subsequent pages of results)", "minimum": 0, "type": "integer" } }, "required": [ "pageId" ], "type": "object" }
Install Server

Other Tools from Atlassian Confluence MCP Server

Related Tools

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/aashari/mcp-server-atlassian-confluence'

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