Skip to main content
Glama

reply_to_thread

Reply to a discussion thread by posting a comment or answer, with control over privacy, anonymity, and nested replies.

Instructions

Reply to a thread with a comment or answer. Wrap content in Ed XML: Your text here

Args: thread_id: The global thread ID (from list_threads or search_threads). content: Reply body in Ed XML format. type: "comment" for a general reply, or "answer" for a direct answer (only works on "question" type threads). is_private: If true, only staff can see this reply. is_anonymous: If true, the author's name is hidden. parent_id: To nest this reply under an existing comment, pass that comment's ID here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNocomment
contentYes
parent_idNo
thread_idYes
is_privateNo
is_anonymousNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the load and explains key behaviors: is_private makes the reply staff-only, is_anonymous hides the author, parent_id nests replies, and content must be in Ed XML format. It doesn't mention permissions or side effects, but the main behavioral traits are disclosed.

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 well-structured: a concise opening sentence, the XML requirement, and a clear bullet-style list of args. Every sentence adds value without unnecessary fluff, and the length is appropriate for the parameter count.

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?

Given the tool's complexity (6 params, no annotations) and the presence of an output schema, the description covers all necessary aspects: how to format content, parameter meanings, privacy/anonymity options, and nesting mechanics. It leaves no significant gaps for an agent to invoke it correctly.

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

Parameters5/5

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

Schema description coverage is 0%, but the description provides detailed meanings for all six parameters, including defaults and restrictions. This fully compensates for the schema's lack of descriptions, adding clear semantic value.

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 tool's purpose: 'Reply to a thread with a comment or answer.' It specifies the action (reply), the resource (thread), and optional type (comment/answer), which distinguishes it from sibling tools like create_thread or edit_thread.

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?

It gives usage context by explaining where to get thread_id ('from list_threads or search_threads'), and clarifies that 'answer' type only works on question threads. It doesn't explicitly exclude alternatives, but the purpose is clear enough to guide selection.

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/januarharianto/ed-mcp'

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