Skip to main content
Glama
UtahREIA

addevent-mcp-server

by UtahREIA

Delete AddEvent RSVP Attendee

addevent_delete_rsvp
DestructiveIdempotent

Permanently delete an RSVP attendee by attendee ID. This action removes the attendee from the event's RSVP list and cannot be undone.

Instructions

Permanently deletes an RSVP attendee. This cannot be undone.

Args:

  • attendee_id (string, required): The RSVP attendee to delete.

Returns: A confirmation message.

Error Handling:

  • Returns "Error: Not found..." (404) if the attendee_id doesn't exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attendee_idYesThe ID of the RSVP attendee to permanently delete. This cannot be undone.
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds 'cannot be undone' and specific error handling (404 with 'Not found'), giving additional context about permanence and failure behavior beyond the hints.

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 concise with a clear front-loaded first sentence, followed by useful structured sections for args, returns, and errors. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter delete tool, the description fully covers purpose, return value, and error handling. Annotations cover destructive and idempotent behavior, so no gaps remain for the agent.

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 coverage is 100%, and both the schema and description describe attendee_id as required and permanent. The description adds minimal meaning beyond the schema—it just restates the parameter's purpose without new details.

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 states 'Permanently deletes an RSVP attendee' with a specific verb and resource. This clearly distinguishes it from sibling tools like update_rsvp or get_rsvp, and the destructive nature is explicit.

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

Usage Guidelines3/5

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

Usage is implied by the delete semantics, but the description does not explicitly state when to use this over alternatives (e.g., update_rsvp for changing attendee status). No exclusions or alternative recommendations are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/UtahREIA/addevent-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server