Skip to main content
Glama

Update Calendar Event

calendar_update_event
Idempotent

Update Microsoft 365 calendar events by changing fields like subject, time, location, or attendees. Attendees receive update notifications.

Instructions

✏️ Update event properties (requires user confirmation recommended)

Modifies event details like time, location, or attendees. Attendees will receive update notifications.

Allowed update keys: subject, start, end, timezone, location, body, attendees.

Args: event_id: The event ID to update updates: Dictionary with fields to update (subject, start, end, location, body) account_id: Microsoft account ID

Returns: Updated event object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
updatesYes
account_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations indicate mutability and idempotency, but the description adds crucial behaviors: user confirmation is recommended, and attendees receive update notifications. This goes beyond the structured metadata and helps the agent anticipate real-world effects.

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 brief yet covers purpose, usage, parameters, and behavior. It uses a clear structure with an introductory sentence, a bullet list of allowed keys, and an Args section. 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?

Given the presence of an output schema, the description does not need to detail return values. It already covers all necessary aspects: what the tool does, when to use it, what fields to update, and behavioral side effects (user confirmation, notifications). No gaps remain.

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

Parameters5/5

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

The input schema lacks descriptions for all three parameters (0% coverage). The description compensates thoroughly by listing allowed update keys (subject, start, end, location, body) and providing brief explanations for event_id, updates, and account_id. This makes parameter usage clear.

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 tool updates an existing calendar event, listing specific properties like time, location, and attendees. This verb+resource combination uniquely identifies the tool among siblings (create, delete, get, list), making purpose unambiguous.

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 context for when to use the tool (to modify event details) and mentions side effects (notifications sent). However, it does not explicitly exclude scenarios like proposing new times or responding to events, though these are distinct operations handled by sibling tools.

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/robin-collins/m365-mcp'

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