Skip to main content
Glama
jeffmm

gcal-fast-mcp

by jeffmm

check_availability

Read-onlyIdempotent

Check free/busy status across one or more Google calendars within a specified time window. Returns busy time ranges per calendar to help identify open slots for scheduling.

Instructions

Check free/busy status for one or more calendars. Returns busy time ranges per calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_maxYesEnd of availability window (ISO 8601).
time_minYesStart of availability window (ISO 8601).
calendarsNoCalendar IDs to check. Defaults to ['primary'].

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds that it returns busy ranges per calendar (a useful behavioral detail beyond what annotations give), but doesn't mention edge cases like overlapping calendars, timezone handling, or empty-result behavior.

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?

Two sentences, both informative, no filler. Front-loaded with the core purpose. Could arguably add a usage note but for its length it's efficient and waste-free.

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?

With an output schema present and full schema parameter coverage plus comprehensive annotations, the description covers the essential purpose adequately. For a read-only check tool that returns busy ranges, this is reasonably complete given the structured fields carry much of the burden.

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%, so all three parameters are documented in the schema itself. The description adds no parameter-specific meaning beyond what the schema provides. Baseline 3 is appropriate when the schema fully covers parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clear verb+resource ('free/busy status for calendars') with a distinctive scope (returns busy time ranges per calendar) that distinguishes it from sibling event/calendar tools. It doesn't explicitly name an alternative but the check/free-busy concept is distinct from list/get/create/update siblings.

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 it's for checking availability, but doesn't explicitly state when to prefer this over list_events (e.g., for scheduling conflicts rather than enumerating event details). No explicit exclusions or alternatives named. The 'free/busy status' context is clear enough to infer usage but not explicitly stated.

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/jeffmm/gcal-fast-mcp'

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