Skip to main content
Glama

Microsoft 365 Create Event

m365_create_event

Create a calendar event in your Microsoft 365 / Outlook calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd time in ISO 8601, e.g. '2026-05-20T11:00:00'
bodyNoEvent description (optional)
startYesStart time in ISO 8601, e.g. '2026-05-20T10:00:00'
subjectYesEvent title
calendarNoCalendar name to create the event in — partial, case-insensitive match (optional). Omit to use the primary calendar.
locationNoLocation (optional)
timezoneNoIANA timezone, e.g. 'America/New_York' (default: UTC)
attendeesNoComma-separated email addresses to invite (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
okNo
messageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, which align with the create behavior. However, the description adds no extra behavioral context such as whether invites are sent, timezone defaults, or account requirements, offering minimal value beyond 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no wasted words, but it essentially paraphrases the tool's title with the added context of 'Microsoft 365 / Outlook calendar'. It is efficient but not especially informative.

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

Completeness2/5

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

Despite having an output schema and full param coverage, the description is too sparse for a tool with 8 parameters and several closely related siblings. It lacks usage guidance and behavioral details, leaving the agent without enough context to confidently select or invoke the tool.

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 description coverage is 100%, so all parameters are documented in the schema. The description itself adds no parameter-specific insights, which falls in line with the baseline of 3 for full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a calendar event in the Microsoft 365/Outlook calendar, using a specific verb and resource. However, it does not differentiate from the similarly named sibling 'create_calendar_event', so it lacks sibling distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like 'create_calendar_event' or other calendar tools. There are no prerequisites, exclusions, or contextual cues to help the agent decide.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources