Delete my lounge review
delete_reviewDelete your review of a lounge. Identify it by lounge_slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lounge_slug | Yes | Lounge slug of the review to delete |
delete_reviewDelete your review of a lounge. Identify it by lounge_slug.
| Name | Required | Description | Default |
|---|---|---|---|
| lounge_slug | Yes | Lounge slug of the review to delete |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry destructiveHint=true and readOnlyHint=false. The description adds the useful scoping detail that only the user's own lounge review is affected and how it is identified, but doesn't explain idempotency or irreversible effects beyond the annotation.
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?
Two short sentences with the action first and the lookup key second. No filler or repetition.
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 single-parameter destructive tool with rich annotations, the description is nearly sufficient: it states the operation, scope, and key. A small gap is lack of guidance on how to retrieve the lounge slug if unknown.
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 descriptions cover lounge_slug 100%. The description restates the parameter's role ('Identify it by lounge_slug') but adds no new format, example, or edge-case context, so baseline 3 is appropriate.
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 names the exact operation ('Delete your review of a lounge') and specifies the identifying input (lounge_slug), clearly separating it from write/update/read siblings and from delete_visit.
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 when-to-use context or comparison with siblings such as update_review, write_review, or delete_visit. 'Identify it by lounge_slug' is operational, not selection guidance.
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.