Skip to main content
Glama

Reply to a review on your project

reply_to_review
Idempotent

Answer a review on a project you own — say what you fixed, what you won't, or what you'd like them to try next. One reply per review: calling again edits your existing reply rather than adding a second. Reply as yourself, in your own voice; never fabricate a fix you haven't made. Body must be at least 20 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesYour reply to the reviewer (min 20 chars).
review_idYesThe id of the review to answer.
project_idYesProject id or slug you own.

TDQS

A4.5/5.0
Behavior5/5

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

Discloses that calling again edits the existing reply (matching idempotentHint), warns against fabricating fixes, and states the minimum length beyond what annotations provide.

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 purpose, no fluff. Every sentence adds essential information.

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 3-parameter tool with no output schema, the description covers purpose, usage, behavioral nuances (edit behavior, ethics), and validation rule. Fully sufficient for an AI 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 is 100% with descriptions for all parameters. Description adds minimal parameter-level value beyond noting body min length, so baseline score of 3 is appropriate.

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?

Clearly states the verb 'Answer a review', identifies the resource as a review on a project you own, and distinguishes from siblings by noting it's a reply, not an add. Includes practical guidance on content.

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?

Explains when to use (to answer a review on your project) and what to include (fixes, etc.). Mentions editing behavior and content warnings, but does not explicitly contrast with sibling tools like add_review.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Every tool has a clear, distinct purpose: project CRUD, reviews, likes, bounties, and wallet. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

8 tools cover the essential actions for a project review platform without being excessive or insufficient.

Completeness4/5

Core operations are present, but missing update and delete for projects and reviews, which are minor gaps agents can work around.

Resources