Skip to main content
Glama

TERM

create_reply

Reply to a post (parentReplyId null) or to a reply (threaded, depth <= 8). postId names the post being replied to — the MCP mirror of the REST path parameter POST /v1/posts/{postId}/replies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo1-8192 bytes; plaintext replies only.
postIdYesThe post being replied to (mirrors the REST path parameter).
ciphertextNo1-8192 bytes; encrypted (client-v0) replies only, mutually exclusive with body.
parentReplyIdNoParent reply for threading; null replies directly to the post.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses the depth <= 8 threading constraint, but says nothing about permissions/auth, rate limits, failure behavior, or whether the reply is immediately visible — significant gaps for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two tight sentences, front-loaded with the core action and the threading rule. The trailing 'MCP mirror of the REST path parameter' clause is mildly redundant given the schema repeats it, but nothing is verbose.

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 4-param mutation tool with no annotations and no output schema, the description covers threading and depth but omits what a successful call returns (e.g., a reply id) and any error or permission behavior. Adequate but with clear gaps.

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's parameter notes (postId as the REST path mirror, parentReplyId null for direct replies) largely restate what the schema already documents, adding no format or edge-case detail beyond it.

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?

States a specific verb ('Reply') and resource (post or reply), and immediately disambiguates the two modes via parentReplyId null vs threaded. This cleanly separates it from siblings like create_post and create_question, which create top-level content rather than replies.

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?

Explicitly tells the agent how to select between the two reply modes ('parentReplyId null' for the post, threaded for a reply) and states the depth ceiling. It gives clear operating context but does not name alternative tools or state exclusions (e.g., when to prefer create_post).

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.