subscribe
Subscribe or unsubscribe from future thread events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| threadId | Yes |
Subscribe or unsubscribe from future thread events.
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| threadId | Yes |
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 full behavioral burden. It discloses the toggle behavior but omits side effects, idempotency, whether unsubscribing requires an active subscription, and what 'future thread events' concretely means.
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?
A single sentence with no fluff or redundancy. It is compact and front-loaded, though it could have used the available space to add behavioral or parameter guidance.
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?
For a tool with no annotations, no output schema, and zero schema coverage, the description is too thin. It covers only the basic action and leaves usage conditions, parameter semantics, and behavioral consequences unstated.
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 0%, so the description must compensate. It only loosely implies that 'enabled' toggles subscription and 'threadId' identifies the thread; it does not explicitly explain the true/false mapping or the meaning of the UUID parameter.
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?
States a specific verb-resource pair: subscribe/unsubscribe for future thread events. This is clearly distinguishable from sibling read/message tools because it targets event subscription rather than message retrieval or sending.
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 guidance on when to use this tool versus alternatives like read_thread or get_events. There is no mention of prerequisites, such as requiring an existing thread or prior subscription, and no exclusionary context.
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.