Skip to main content
Glama
benpeter
by benpeter

respond_to_calendar_event

RSVP to Outlook meeting invitations by accepting, tentatively accepting, or declining, with optional comments and alternative time proposals.

Instructions

RSVP to a meeting invitation: accept, tentatively accept, or decline. Optionally include a comment and/or propose an alternative time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoMessage sent to the organizer with your response
eventIdYesEvent ID from get_calendar_events
responseYesYour response
sendResponseNoWhether to notify the organizer. Set false to RSVP silently.
proposedTimezoneNoTimezone for proposed timesW. Europe Standard Time
proposedEndDateTimeNoPropose alternative end time. Local datetime WITHOUT offset.
proposedStartDateTimeNoPropose alternative start time (only for tentative/decline). Local datetime WITHOUT offset.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions optional comment and alternative time proposal but omits key side effects like organizer notification (covered by 'sendResponse' in schema) and constraints on proposed times (only for tentative/decline). This lack of transparency could mislead an agent.

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 one concise sentence that front-loads the action and options, with no wasted words.

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

Completeness3/5

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

Given the tool has 7 parameters and no output schema, the description is brief but the schema fills in parameter details. However, it lacks outcome transparency (e.g., event status change, notification behavior) and constraints on proposed times, leaving some gaps for an 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?

The input schema describes all 7 parameters with 100% coverage, so the baseline is 3. The description adds minor context by mentioning comment and alternative time proposal, but doesn't elaborate 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 the action ('RSVP') and the resource ('meeting invitation'), enumerating the three response types (accept, tentatively accept, decline). This distinguishes it from sibling calendar tools like create_calendar_event or update_calendar_event.

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 provides a clear usage context—when a user needs to respond to a meeting invitation. It doesn't explicitly name alternatives, but the specificity of 'RSVP' differentiates it. No exclusions are mentioned, but the context is clear.

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/benpeter/owa-mcp'

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