Skip to main content
Glama

reply_to_comment

Destructive

Post a reply to feedback. Supports Markdown Lite and authorized project upload references from prepare_attachment_upload. Attachment URLs and local file paths are not accepted. Reuse idempotency_key for retries. The connection's write access and local AI-reply preference are enforced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesReply text; supports bold, inline code, and bullet lists.
asset_idNoRestrict asset feedback to this asset ID.
comment_idYesComment ID returned by a feedback tool.
project_idNoAuthorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted.
attachmentsNo
idempotency_keyNoUnique request key. Reuse exactly the same key and arguments when retrying this action.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark this as readOnly=false and destructive=true; the description adds meaningful behavioral constraints around Markdown support, attachment source restrictions, idempotent retries, and enforcement of connection write access. No statement contradicts the annotations.

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?

Four sentences, front-loaded with the core purpose, with every sentence adding a practical constraint or workflow note. No filler or redundant restatement of the tool name.

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

Completeness5/5

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

For a write operation with annotations, output schema, and a high-coverage input schema, the description covers the remaining operational essentials: formatting, attachment prerequisites, retry behavior, and auth enforcement. No call-blocking information is missing.

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

Parameters4/5

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

Schema coverage is high (83%), but the description adds value by explaining Markdown Lite for text, requiring prepared upload references for attachments, and clarifying idempotency_key reuse for retries. These semantics supplement rather than repeat the schema.

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 uses a specific verb and resource ('Post a reply to feedback') and clearly indicates a write operation. It does not explicitly distinguish reply_to_comment from siblings like create_comment or update_comment, so it falls short of full differentiation.

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

Usage Guidelines4/5

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

The description provides clear usage context: attachments must come from prepare_attachment_upload, URLs and local paths are rejected, and idempotency_key should be reused for retries. It names a prerequisite tool and gives exclusions, though it does not explicitly state when to prefer a sibling tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources