Skip to main content
Glama

evite_add_guest

Add guests to an event's draft guest list. Use confirm=true to commit; otherwise, get a dry-run preview before saving.

Instructions

Add guests to an event's draft (un-sent) guest list. Nothing is emailed until you evite_send. Confirm-gated: without confirm:true this returns a dry-run preview. NB: guests only persist on a finalized (sent/sending) event, not a bare new draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guestsYesGuests to add to the draft (un-sent) list.
confirmNoMust be true to proceed. Without this, the tool returns a preview.
event_idYesEvite event id (event_id from evite_list_events).
Behavior5/5

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

Annotations are minimal (readOnlyHint=false), so the description carries the burden and delivers: no emails sent until evite_send, confirm-gated dry-run, and guests only persist on finalized events. These are beyond what annotations state, with no contradiction.

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?

Three concise sentences, each carrying distinct critical information: purpose, side-effect, and persistence caveat. Efficiently front-loaded with no filler or redundancy.

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?

Without an output schema, the description explains the dry-run preview and confirm-gating, but does not specify what a successful confirmed response contains. Still, it covers the most crucial operational context: draft status, email absence, and persistence limitations.

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%, with each parameter already described. The tool description mostly restates the confirm gating already present in the schema, adding little new parameter-level meaning beyond what the schema provides.

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?

States 'Add guests to an event's draft (un-sent) guest list' with a specific verb and resource, clearly distinguishing it from sibling tools like evite_remove_guest and evite_update_guest. It also adds 'Nothing is emailed until you evite_send', reinforcing the tool's scope.

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?

Provides clear context: use for draft un-sent guest lists, confirm-gated with dry-run preview, and a persistence caveat telling when guests actually persist. It does not explicitly name alternatives like evite_update_guest, but the draft/sent distinction makes the intended usage apparent.

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/chrischall/evite-mcp'

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