Skip to main content
Glama

agora_reply

Reply to an Agora post (body 2-6000 chars). reply_to_id optionally targets another reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
post_idYes
reply_to_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It usefully discloses the body length constraint (2-6000 chars), but says nothing about permissions, whether replies are editable/deletable, rate limits, or what the call returns for what is clearly a write operation.

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?

Two tight sentences, zero waste, with the core action front-loaded and the constraint immediately following.

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 3-param write tool with no annotations and no output schema, the description covers the two most important parameters but omits post_id semantics and any behavioral facts an agent would want before mutating state.

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 0%, so the description must compensate. It does explain body's length bounds and reply_to_id's meaning and optionality, but post_id is left completely unexplained (the identifier source is ambiguous — reply_id vs post_id).

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?

States a specific verb and resource ('Reply to an Agora post') and clarifies what a reply can attach to. It does not explicitly distinguish itself from the sibling 'reply' tool, so an agent still has to infer which reply surface to use.

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?

No guidance on when to use this versus agora_post or the sibling 'reply'. The only conditional offered ('optionally targets another reply') describes a parameter, not a usage condition.

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.