Skip to main content
Glama

confluence_add_comment

Append a markdown comment to a Confluence page footer by specifying the page ID and comment text. Converts markdown to ADF before sending.

Instructions

Add a footer comment to a Confluence page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesComment text as plain markdown. Converted to ADF before sending.
pageIdYesNumeric page ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.1

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It communicates that a comment is created, but it does not mention side effects, visibility to other users, edit/delete behavior, or error cases. The word 'footer' is a small behavioral detail, but overall the transparency is minimal.

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, front-loaded sentence with no filler or repetition. Every word is meaningful and the action is immediately clear.

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

Completeness3/5

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

For a simple 2-parameter tool, the description plus schema is minimally sufficient to invoke the tool correctly. However, with no annotations and no output schema, there is no information about response behavior, failure modes, or when not to use this tool, which leaves noticeable gaps for an autonomous agent.

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 coverage for parameters is 100%, so the baseline is 3. The description adds no extra meaning beyond what the schema already provides for pageId and body; the body conversion to ADF is documented only in the schema, not in the description.

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

Purpose5/5

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

The description states a specific action ('Add') and resource ('Confluence page'), and the term 'footer comment' adds placement specificity that distinguishes it from general comment-adding siblings like jira_add_comment. An agent can immediately tell what this tool does without opening the schema.

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 gives no guidance about when to choose this tool over other comment or page tools, such as jira_add_comment or confluence_update_page. There is no mention of exclusions, prerequisites, or alternatives, so the agent must infer usage from the name alone.

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

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/Ask-Me-Anything-dot-work/ama-mcp-atlassian'

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