Skip to main content
Glama

post_comment_reply

Post a reply to an existing GitBook comment by providing the space ID, comment ID, and markdown-supported reply body.

Instructions

Post a reply to an existing comment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe reply text (markdown supported)
spaceIdYesThe ID of the space
commentIdYesThe ID of the parent comment to reply to
changeRequestIdNoOptional change request ID if comment is on a CR
Behavior3/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 for behavioral disclosure. 'Post' conveys a mutation, but the description provides no additional context about side effects (e.g., whether a new resource is created), permissions, idempotency, or error behavior. It is not contradictory, but it 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 sentence, front-loaded with the action, and contains no redundant words. It is appropriately concise without unnecessary detail.

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

Completeness2/5

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

This is a mutation tool with 4 parameters, no annotations, and no output schema. The description does not explain return values, prerequisites (e.g., the comment must exist in the specified space), or error conditions. The one-liner is a bare minimum and insufficient for an agent to fully understand the tool's behavior without additional inference.

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%, so the baseline is 3. The description adds no extra meaning beyond the schema; it only reinforces that commentId refers to an existing comment. The schema already explains all parameters adequately.

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 clearly states the action ('Post a reply') and the resource ('an existing comment'), making it distinct from sibling tools like post_comment (which would create a new top-level comment) and list_comment_replies. The verb is specific and the resource is unambiguous.

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

Usage Guidelines3/5

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

The description implies usage: when you have an existing comment and want to reply to it. However, it does not explicitly mention when not to use it or suggest alternatives (e.g., post_comment for new comments). The context is clear but lacks explicit guidance or exclusions.

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/lucasbenevinuto/gitbook-mcp'

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