Skip to main content
Glama

Atlassian Confluence MCP Server

by aashari

conf_ls_inline_comments

Retrieve inline comments from a Confluence page by pageId, filtering out regular comments and showing only those attached to specific text selections. Includes highlighted text context, comment content in Markdown format, and supports sorting by creation date or document position.

Instructions

Lists ONLY inline comments for a Confluence page, identified by pageId. Filters out regular page comments and shows only comments attached to specific text selections. Includes highlighted text context and comment content in Markdown format. Supports filtering by resolution status and sorting by document position or creation date. Use this instead of conf_ls_page_comments when you specifically need inline comments that reference particular text passages. Requires Confluence credentials to be configured.

Input Schema

NameRequiredDescriptionDefault
includeResolvedNoInclude resolved inline comments in the results (default: false)
limitNoMaximum number of inline comments to retrieve (1-100)
pageIdYesThe ID of the Confluence page to retrieve inline comments for
sortByNoSort by creation date or document position (default: position)position
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": { "includeResolved": { "default": false, "description": "Include resolved inline comments in the results (default: false)", "type": "boolean" }, "limit": { "default": 25, "description": "Maximum number of inline comments to retrieve (1-100)", "maximum": 100, "minimum": 1, "type": "integer" }, "pageId": { "description": "The ID of the Confluence page to retrieve inline comments for", "minLength": 1, "type": "string" }, "sortBy": { "default": "position", "description": "Sort by creation date or document position (default: position)", "enum": [ "created", "position" ], "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