Skip to main content
Glama

get_events

Retrieve events from Apple Calendar or CalDAV within a specified date range. Returns sorted events with recurring instances expanded.

Instructions

Get events within a date range.

Returns events sorted by start time. Recurring events are returned as individual expanded occurrences within the requested range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startYesStart of date range, ISO 8601 with timezone (e.g. 2026-06-10T00:00:00+00:00)
endYesEnd of date range, ISO 8601 with timezone (e.g. 2026-06-17T23:59:59+00:00)
calendarNoCalendar name or ID. Omit to use the default (only works if one calendar exists).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description adds value by stating that results are sorted by start time and recurring events are expanded. It does not mention pagination, deletion status, or field specifics, but the output schema covers return structure.

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?

Two concise sentences with no filler. Information is front-loaded and every sentence serves a purpose.

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 description adequately explains core behavior, and the output schema covers return values. However, it lacks guidance on edge cases like empty results or permissions, but is complete enough for a listing 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 coverage is 100% with parameter descriptions already present. The description adds no additional semantic information about the parameters beyond the schema.

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 'Get events within a date range' with a specific verb and resource. It also provides additional detail about sorting and recurrence expansion, distinguishing it from sibling tools like get_freebusy or list_calendars.

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 implies usage when events are needed in a date range but does not explicitly exclude alternatives or provide when-not-to-use guidance. No mention of get_freebusy for busy time or other distinctions.

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/aberhamm/ical-mcp'

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