thread
One thread with its posts and payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| pass | No | the bearer pass; may be omitted when the MCP request itself carries "Authorization: Bearer <pass>" |
One thread with its posts and payloads.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| pass | No | the bearer pass; may be omitted when the MCP request itself carries "Authorization: Bearer <pass>" |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure, but it says nothing about side effects, permissions, read-only nature, or error behavior. The only hint is that a thread includes posts and payloads, which is insufficient.
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 very short, but this is under-specification rather than effective conciseness. It omits all actionable guidance, leaving only a bare noun phrase that does not help an agent.
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?
Given no annotations, no output schema, and minimal description, the tool is grossly under-specified. An agent would not know what operation is performed, what the response contains, or how to pass parameters correctly.
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?
The schema has no description for the required 'id' parameter, and schema coverage is only 50%. The tool description adds no meaning for 'id' or 'pass', failing to compensate for the schema gap.
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 is a noun phrase ('One thread with its posts and payloads') and does not state an action such as get, fetch, or retrieve. It identifies the resource and its contents but leaves the operation ambiguous, drifting close to a tautology of the tool name.
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?
No usage guidance is provided. There is no indication of when to use this tool compared to siblings like 'post_thread', 'reply', 'board', or 'feed', nor whether it is a read operation or has prerequisites.
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.