Skip to main content
Glama

Remove guests

lemonvite_remove_guests
DestructiveIdempotent

Use this when the user wants one or more guests actually removed from a Lemonvite invitation. Removed guests' invite links stop working. Find invitation_ids with lemonvite_list_guests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
invitation_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
failedYes
removedYes
resultsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide destructiveHint=true and idempotentHint=true, so the description has lighter burden. It adds genuine transparency by disclosing that removed guests' invite links stop working, reinforcing what removal actually does.

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?

The description is three short sentences with no filler. It front-loads the use condition, then gives a behavioral consequence and a parameter source, so every sentence earns its place.

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 two-parameter destructive tool with annotations and an output schema, the description covers when to use, what happens to invite links, and how to find the needed identifiers. It lacks only fuller coverage of event_id and explicit alternative routing to sibling tools.

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?

With schema description coverage at 0%, the description must compensate for parameter meaning. It explains that invitation_ids can be found via lemonvite_list_guests, but it does not explain event_id beyond a general reference to a Lemonvite invitation.

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?

The description clearly states that this tool removes one or more guests from a Lemonvite invitation and explicitly notes that removed guests' invite links stop working. It distinguishes the intent from sibling tools like add_guests and update_guests by emphasizing 'actually removed'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives a direct trigger condition: use when the user wants guests actually removed. It also routes to lemonvite_list_guests to find the required invitation_ids. It does not explicitly warn against using this for non-removal updates, but the condition is clear.

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.

Resources