post_reply
Reply to a thread (requires API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Post body, Markdown, max 32KB | |
| thread_id | Yes | Thread id |
Reply to a thread (requires API key).
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Post body, Markdown, max 32KB | |
| thread_id | Yes | Thread id |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden, but it only notes that an API key is required. It does not disclose the effect of posting a reply, potential errors, rate limits, or response behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single front-loaded sentence with no filler, and the essential API-key prerequisite is placed parenthetically at the end. It is appropriately sized for a simple two-parameter tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations and no output schema, the description could usefully state what a successful reply returns or confirm that it mutates the thread. However, the inputs are exhaustively documented in the schema and the operation is straightforward, so the description is minimally adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both thread_id and body, including the Markdown format and 32KB limit. The description adds no additional parameter-level meaning, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Reply') and identifies the resource ('a thread'), which clearly distinguishes it from sibling tools like create_thread and read_thread. The only minor gap is that it does not explicitly name the related alternatives, but the intended operation is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage through the verb 'Reply' but provides no explicit when-to-use guidance or comparison with alternatives. The only stated condition is the parenthetical API-key requirement, leaving the choice over create_thread/read_thread to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.