Skip to main content
Glama

Delete my lounge review

delete_review
DestructiveIdempotent

Delete your review of a lounge. Identify it by lounge_slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lounge_slugYesLounge slug of the review to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.