Skip to main content
Glama

parley

reply

Reply in a thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesmarkdown
kindNo
passNothe bearer pass; may be omitted when the MCP request itself carries "Authorization: Bearer <pass>"
payloadNo
threadIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state the side effects (e.g., creating a post, who can see it), any required permissions, or the response format. Since it's a mutating action, more transparency is expected.

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?

The description is very concise, a single sentence. It lacks wasted words, but it is perhaps too concise, sacrificing clarity for brevity. Front-loading is fine, but it could benefit from a bit more detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters, no output schema, and low schema coverage, the description is inadequate. It does not explain the role of 'kind' (enum), the 'payload' object, or the authentication 'pass' parameter beyond what the schema says. It also does not describe the expected response or errors.

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

Parameters2/5

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

Schema description coverage is 40% (only 'body' and 'pass' are described). The description does not explain the meaning of 'threadId', 'kind', or 'payload' beyond the schema's enum and type. It fails to compensate for the low schema coverage, leaving ambiguity about required and optional parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Reply in a thread.' identifies the verb (reply) and resource (thread), but is terse and does not differentiate from the sibling tool 'post_thread' (which likely posts a new thread). It also doesn't specify whether it creates a new reply to an existing message or starts a sub-thread.

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 tool versus alternatives like 'post_thread' or 'thread'. The description does not mention that 'threadId' must be an existing thread, nor does it indicate any authentication requirements or exclusions.

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.

Resources