Skip to main content
Glama
UtahREIA

addevent-mcp-server

by UtahREIA

Retrieve AddEvent RSVP Attendee

addevent_get_rsvp
Read-onlyIdempotent

Retrieve a single RSVP attendee by attendee ID and receive the full attendee object as JSON. Returns a 404 error if the ID is not found.

Instructions

Retrieves a single RSVP attendee by attendee_id.

Args:

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

Returns: The full RSVP attendee object as JSON.

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 retrieve.
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable context by stating the return format ('full RSVP attendee object as JSON') and the 404 error when not found, going beyond what annotations provide.

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 and well-structured into purpose, args, returns, and error handling sections. Each section is brief and earns its place 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 getter with one parameter, the description covers purpose, parameter, return format, and error handling. Given the annotations and absence of an output schema, this is complete and sufficient.

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?

The schema provides 100% coverage for attendee_id, describing it as 'The ID of the RSVP attendee to retrieve.' The description's Args section essentially repeats this info, adding no new details about format, uniqueness, or usage beyond the schema.

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 it retrieves a single RSVP attendee by attendee_id, using a specific verb and resource. This distinguishes it from sibling tools like search_rsvps (which searches) and create/update/delete operations.

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?

The description clearly implies this tool is used when you have an attendee_id and need the full attendee object. It does not explicitly mention alternatives like search_rsvps or when not to use, but the context is clear enough for a simple getter.

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