Skip to main content
Glama
jairosoft-com

Microsoft Calendar MCP Server

get_calendar_events_time_specific

Fetch calendar events between specified start and end dates for a user, with timezone support via Microsoft Graph API. Get scheduled meetings and appointments for any date range.

Instructions

FastMCP tool: Fetch calendar events for a user using Microsoft Graph API.

Args: user_id: Microsoft Graph user ID. start: ISO datetime string for start. end: ISO datetime string for end. timezone: IANA timezone (default: UTC).

Returns: Dictionary of events or error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo2025-06-16
startNo2025-06-16
user_idYes
timezoneNoAsia/Manila
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that it returns a dictionary or an error message; it does not mention authentication requirements, read-only guarantees, rate limits, pagination, or how the time range boundaries are handled. This is a substantial gap for a tool that accesses a user's calendar data.

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 compact and front-loaded, starting with the core purpose before moving into arguments and return value. Each line contributes useful information, and there is no redundant filler.

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?

For a simple four-parameter tool, the description covers the basics of invocation and return behavior. Yet there are no annotations or output schema, and the description omits important context such as what 'dictionary of events' actually contains, error scenarios, and the discrepancy between the stated timezone default and the schema default. This is adequate but leaves meaningful gaps.

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 0%, and the description does add meaning by labeling user_id as a Microsoft Graph user ID, start/end as ISO datetime strings, and timezone as an IANA timezone. However, the description states 'timezone (default: UTC)' while the input schema declares a default of 'Asia/Manila', creating a direct conflict that undermines reliability.

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 states a specific action and resource: 'Fetch calendar events for a user using Microsoft Graph API.' This clearly identifies what the tool does without relying on the tool name. The resource and operation are unambiguous, even with no sibling tools to differentiate from.

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 clear context that this tool is used to retrieve a user's calendar events, with start/end/timezone inputs implying a time-bounded query. It does not discuss exclusions or alternatives, but there are no sibling tools or competing MCPs described, so the guidance is reasonably complete for a straightforward fetch operation.

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/jairosoft-com/mcp-server-outlook-calendar'

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