Skip to main content
Glama
mpalermiti

outlook-mcp

by mpalermiti

outlook_create_event

Create a calendar event with optional attendees, recurrence, and Teams online meeting.

Instructions

Create a calendar event with optional attendees, recurrence, and Teams online meeting.

Example: outlook_create_event(subject="Q3 review", start="2026-08-15T14:00:00Z", end="2026-08-15T15:00:00Z", attendees=["alice@acme.com"], is_online=True) start/end are ISO 8601. recurrence accepts a simple string ("daily", "weekly", "monthly").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYes
startYes
endYes
locationNo
bodyNo
attendeesNo
is_all_dayNo
is_onlineNo
recurrenceNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses key features (optional attendees, recurrence, online meeting) but omits details on side effects, permissions, calendar selection, or error conditions. Adequate but not comprehensive.

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 short, front-loaded with the action, and includes a helpful example. Every sentence adds value without redundancy.

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 9 parameters and no output schema, the description covers core parameters but lacks explanation for location, body, and is_all_day. Return behavior and error handling are absent, leaving gaps for an agent.

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 coverage is 0%, so the description adds essential meaning: start/end are ISO 8601, recurrence accepts simple strings, attendees are email lists. However, parameters like location, body, and is_all_day are left unexplained, relying on schema names alone.

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 uses a specific verb-resource combination ('Create a calendar event') and lists optional features (attendees, recurrence, Teams meeting), distinguishing it from siblings like outlook_update_event and outlook_get_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 an example and format hints for start/end and recurrence, giving clear context for use. It does not explicitly state when not to use or mention alternatives, but the tool's purpose is self-evident given sibling names.

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/mpalermiti/outlook-mcp'

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