Skip to main content
Glama
mathewcsims

mail-calendar-mcp

by mathewcsims

calendar_search_events

Read-onlyIdempotent

Search for calendar events by matching text in their summaries within a specified date range, limited to 366 days.

Instructions

Search events in a calendar by summary text within a bounded date range (max 366 days).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateYesISO 8601 date/time. Range is capped at 366 days — narrow it for large calendars.
startDateYesISO 8601 date/time.
calendarNameNoCalendar name. Ambiguous if duplicated (common on multi-account setups) — use calendarIndex instead in that case.
textContainsYes
calendarIndexNoPosition from calendar_list_calendars, for disambiguating duplicate calendar names. Stable only for the current Calendar.app process.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating safe, idempotent reads. The description adds value by noting the 366-day range cap and advising to narrow it for large calendars, which are behavioral traits beyond what annotations provide. No contradictions.

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 a single, front-loaded sentence of 14 words. It conveys the core purpose and constraints without redundant or extraneous information. Every word contributes value.

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

Completeness4/5

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

The tool is read-only with 5 parameters (3 required) and no output schema. The description covers the key search constraints but omits details about the return format (e.g., list of matching events) and any pagination or sorting. It is mostly complete but could be slightly more explicit about what the search returns.

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 80%, which is high, so a baseline of 3 is appropriate. The description does not add parameter-level meaning beyond what the schema already covers (e.g., endDate cap is mentioned in schema). No new semantic enhancements for parameters.

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 performs a search of events by summary text within a bounded date range. The verb 'Search' and resource 'events' are specific, and the constraints (summary text, date range) distinguish it from sibling tools like calendar_list_events (which lists all events) and calendar_get_event (single event by ID).

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

Usage Guidelines3/5

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

The description specifies the tool is for searching by text with a date range, but it does not explicitly state when not to use it or mention alternatives. The context of 'bounded date range' implies when to apply, but no guidance on exclusion or comparison with sibling tools is provided.

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/mathewcsims/mail-calendar-mcp'

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