Skip to main content
Glama
bkbaheti

MCP Google Multi-Account Server

by bkbaheti

calendar_freebusy

Check free/busy status for one or more Google Calendars within a time range to find available time slots.

Instructions

Check free/busy status for one or more Google Calendars within a time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeMaxYesEnd of time range (RFC3339)
timeMinYesStart of time range (RFC3339)
accountIdYesThe Google account ID, alias, or email
calendarIdsNoCalendar IDs to check (default: ["primary"])
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It clearly indicates this is a read-only status check and adds context about supporting multiple calendars and a time range. While it doesn't discuss edge cases or auth requirements, the behavior is straightforward and well disclosed for a safe operation.

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, concise sentence that immediately conveys the tool's purpose. No redundant words or filler; it is front-loaded with the key action and resource.

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?

Given the tool's simplicity and the lack of an output schema, the description covers the core behavior sufficiently. It mentions the time range and multiple calendars, but does not describe the return format or handle edge cases. However, for a free/busy check, this is acceptable and complete enough for an agent to select and invoke the tool correctly.

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?

The input schema covers all parameters with 100% description coverage, so the schema already provides meaning. The description adds slight context about multiple calendars but does not elaborate on the parameters beyond what the schema states. Thus, it meets the baseline but does not exceed it.

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's function: checking free/busy status for one or more Google Calendars within a time range. It uses a specific verb (check) and resource (free/busy status), and the scope is explicit. This distinguishes it from sibling calendar tools like calendar_list_events or calendar_get_event, which handle event details.

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 for checking availability but does not explicitly state when to use this tool versus alternatives. It lacks direct comparisons or exclusion criteria, making the usage context inferable rather than clearly 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/bkbaheti/google-multi-account-mcp'

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