Skip to main content
Glama
jaydenk

Fantastical MCP

by jaydenk

get_events_in_range

Retrieve events within a specified date range, either absolute (start and end dates) or relative (past days). Filter by calendar to avoid duplicates.

Instructions

Get events in an arbitrary date window (past or future), grouped by date.

Specify the window in exactly ONE of two ways (not both):

  • Absolute: pass both start and end as "YYYY-MM-DD". end is inclusive of the whole day (e.g. start="2026-05-28", end="2026-06-10" covers all of the 10th).

  • Relative: pass days_back (a positive integer) for events from that many days ago through the end of today.

Args: calendar: Optional calendar name to scope to (use get_calendars for names). Omit to query all calendars — note that an event mirrored across several calendars then appears once per calendar; scope to a single calendar to get a clean, duplicate-free list. start: Absolute-mode start date, "YYYY-MM-DD". end: Absolute-mode end date, "YYYY-MM-DD" (inclusive). days_back: Relative-mode window size in days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendarNo
startNo
endNo
days_backNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that events are grouped by date, end is inclusive, and duplicate behavior across calendars. It could mention it is read-only.

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 well-structured with a clear intro, two usage modes, and an Args section. It is slightly verbose but efficient overall.

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

Completeness5/5

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

Given the complexity and lack of annotations, the description is comprehensive, covering all parameters, edge cases, and grouping behavior. Output schema exists, so return values are not needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining each parameter thoroughly: calendar, start, end, days_back, including format, constraints, and the mutually exclusive modes.

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 in an arbitrary date window (past or future), grouped by date.' This is specific and distinguishes it from sibling tools like get_today or get_upcoming.

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 explains the two modes (absolute and relative) and advises on calendar scoping to avoid duplicates, providing context on when to use this tool. However, it does not explicitly state when not to use it.

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/jaydenk/fantastical-mcp'

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