Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Add a guest to an appointment

add_guest
Destructive

Add a guest email to an appointment so they receive the invitation and updates. Requires the attendee ID from appointment details for a single guest per call.

Instructions

Add one guest email to an appointment so they receive the invitation and updates. Requires the attendeeId returned with appointment details and accepts one guest per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
attendeeIdYesThe attendee identifier returned with appointment details
appointmentIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
attendeesNo
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already signal mutation via readOnlyHint=false and destructiveHint=true, and the description adds meaningful behavioral detail: it modifies the appointment by adding a guest, triggers invitation/update delivery, and limits calls to one guest. It does not contradict the annotations.

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 sentences with no wasted words. The core action is front-loaded and the constraints are packed efficiently into the second sentence.

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 simple three-parameter mutation with an output schema and annotations, the description covers the essential information: action, prerequisite, and per-call limit. It could mention duplicate handling or permanence, but those are not critical to making a correct first call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, but the description compensates by explaining the attendeeId's origin ('returned with appointment details') and the email's purpose ('receive the invitation and updates'). appointmentId is not detailed, but its role is obvious from the tool name and context.

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 opens with a specific verb and resource: 'Add one guest email to an appointment'. It also clarifies the downstream effect ('so they receive the invitation and updates'), making the tool's purpose unambiguous and distinct from sibling tools like create_contact or book_appointment.

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 gives a clear prerequisite: 'Requires the attendeeId returned with appointment details', and a usage constraint: 'accepts one guest per call'. It does not explicitly name alternatives or state when not to use the tool, but the context is strong enough for an agent to select it appropriately.

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

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/meetergo/meetergo-mcp-server'

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