Skip to main content
Glama

When the calendar is busy

get_free_busy
Read-onlyIdempotent

Check busy periods in a date range to see when you are free. Returns only start and end times, avoiding event details for a private, lightweight availability check.

Instructions

Busy periods in a time range — start and end only, no titles and no attendees. The datasparing way to ask "when am I free": nothing anybody else wrote comes back, so there is no untrusted content in the answer at all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoISO 8601: "2026-09-07" for a whole day, "2026-09-07T09:00:00" in the timezone argument or CALDAV_TIMEZONE, or "2026-09-07T09:00:00+02:00".
fromNoISO 8601: "2026-09-07" for a whole day, "2026-09-07T09:00:00" in the timezone argument or CALDAV_TIMEZONE, or "2026-09-07T09:00:00+02:00".
timezoneNoIANA zone for timestamps that carry no offset, e.g. "Europe/Berlin". Defaults to CALDAV_TIMEZONE. Refused together with a value that already carries an offset.
calendarsNoWhich calendars to look in. Leave it out for all of them. A calendar outside CALDAV_CALENDARS is refused rather than silently skipped.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
busyYes
countYes
notesNo
methodYesWhether the CalDAV server answered a free-busy query, or this server worked the periods out from the events itself.
windowYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0-rc.1

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description adds meaningful behavioral context: the response contains only start/end times, no titles or attendees, and notably 'nothing anybody else wrote comes back, so there is no untrusted content in the answer at all.' This explains privacy and content-filtering behavior that annotations do not cover.

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 front-loaded sentences with no wasted words. The core behavior is stated first, followed by the differentiating use-case rationale. Every phrase earns its place.

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 rich annotations, complete input schema, and the presence of an output schema, the description adds the needed selection-level context: what the tool returns, what it omits, and why it is safe to use for free/busy checks. Nothing essential for correct selection or invocation is missing.

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 100%, so the parameters are fully documented in the schema. The tool description adds no additional parameter-level meaning, which aligns with the baseline of 3.

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 that the tool returns busy periods in a time range, with the specific behavioral scoping of 'start and end only'. It differentiates itself from sibling calendar tools by emphasizing that no titles or attendees are returned, making its purpose distinct from list_events, search_events, and 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 clearly frames when to use the tool: 'when am I free' and when a data-sparing, untrusted-content-free answer is desired. It implies exclusion of use cases needing titles or attendees, but does not explicitly name an alternative sibling tool for those cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ni-c/caldav-mcp'

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