unwatch_opportunity
Remove an opportunity from the watchlist by reference number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Reference number to stop tracking |
Remove an opportunity from the watchlist by reference number.
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Reference number to stop tracking |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description only says removal without mentioning side effects, success/failure behavior, or authentication needs. Minimal disclosure.
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?
Single sentence, no unnecessary words. Efficient and front-loaded.
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 simple one-param tool, description is adequate but lacks preconditions and error handling context. Could include 'if not on watchlist, no-op or error'.
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 coverage is 100% with a clear description. Description adds 'by reference number' but doesn't significantly extend schema info.
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?
Description clearly states verb 'Remove' and resource 'opportunity from the watchlist', distinguishing it from sibling 'watch_opportunity'.
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 explicit guidance on when to use this tool vs alternatives like 'watch_opportunity' or prerequisites (e.g., must already be on watchlist). Implied but not stated.
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.