Remove a lounge from my wishlist
remove_from_wishlistRemove a lounge from your wishlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lounge_slug | Yes | Lounge slug (from search results) |
remove_from_wishlistRemove a lounge from your wishlist.
| Name | Required | Description | Default |
|---|---|---|---|
| lounge_slug | Yes | Lounge slug (from search results) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide destructiveHint=true, idempotentHint=true, and readOnlyHint=false, so the mutation and repeatability aspects are covered. The description aligns with these annotations and adds the target resource, but it does not disclose permanence, error behavior, or whether the lounge must already exist.
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 one clear, declarative sentence with no filler. It front-loads the action and avoids redundancy while remaining fully comprehensible.
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 single-parameter mutation tool, the description plus schema and annotations are sufficient for correct invocation. Annotations cover destructiveness and idempotency, and no output schema is expected for a removal. A note about the removal being permanent would be a minor enhancement, but nothing essential is missing.
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% and the single lounge_slug parameter is already described as 'Lounge slug (from search results)'. The description adds no parameter-level detail, but none is necessary given the schema coverage.
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 uses a specific verb ('remove') and a clear resource ('a lounge from your wishlist'), making the operation unambiguous. It distinguishes itself from sibling tools like add_to_wishlist and get_my_wishlist by naming the action explicitly.
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?
The description states only the operation and gives no explicit when-to-use guidance or named alternatives. However, since no other sibling tool removes wishlist entries, the intended use is reasonably implicit from context and the tool name.
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.