Skip to main content
Glama

Add Comment

confluence_add_comment

Add comments to Confluence pages by providing the page ID and Markdown comment body. Enables AI to post feedback directly to page discussions.

Instructions

Add a comment to a Confluence page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe comment content in Markdown format
page_idYesThe ID of the page to add a comment to

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With only destructiveHint=false in annotations, the description adds little beyond stating the mutation itself. It does not mention response format, permissions, whether the comment is appended to existing ones, or any side effects. The description is essentially a restatement of the tool's basic function, offering minimal additional behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clear sentence that directly states the purpose without any redundancy or extra fluff. It is front-loaded and every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple nature of the tool (two well-documented parameters, an output schema present, no nested objects), the one-line description is mostly sufficient. However, it falls short on clarifying the distinction from reply/inline comment tools and lacks usage guidance, but these are minor given the low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for both page_id and body, so the structured schema fully documents the parameters. The tool description itself adds no extra semantics, which is acceptable given the baseline of 3 when schema coverage is high.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Add a comment to a Confluence page' clearly identifies the action (add) and the resource (Confluence page), which is specific. It implicitly distinguishes from siblings like 'reply to comment' or 'add inline comment' by using the generic 'add a comment', but it does not explicitly state that it adds a top-level comment, so it doesn't fully disambiguate from all sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like confluence_reply_to_comment or confluence_add_inline_comment. There are no contextual tips or exclusions mentioned, leaving the agent to infer usage from the simple action alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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