unsubscribe
Remove a subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | No |
Remove a subscription.
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states 'Remove a subscription' without explaining permanence, side effects, or required permissions. This leaves significant ambiguity about the operation's consequences.
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 short sentence with no fluff, but it is under-specified. It conveys only the basic action without any additional helpful details, making it too minimal to be considered well-structured.
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 one parameter and no annotations or output schema, the description is insufficient. It does not clarify the required type or format of subscription_id, what happens on success/failure, or any edge cases. Even for a simple tool, this lacks essential context.
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 a single parameter subscription_id with no description, and the tool description does not explain what this ID refers to or how to obtain it. At 0% schema description coverage, this is a critical 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 'Remove a subscription' uses a specific verb (Remove) and resource (subscription), making it clear this tool deletes a subscription. This distinguishes it from siblings like subscribe (creates) and list_subscriptions (lists), though it does not explicitly mention those alternatives.
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 is given about when to use this tool vs alternatives such as subscribe or list_subscriptions. The description provides no context about prerequisites, selection criteria, or scenarios where this tool is appropriate.
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.