Skip to main content
Glama
orieg

orieg/gws-connector

gws.cal.free_busy

Read-only

Check free/busy status across one or more calendars over a time range to find open slots before scheduling.

Instructions

Query free/busy status for one or more calendars over a time range. timeMin and timeMax are RFC3339 timestamps. Defaults to the primary calendar unless calendarIds is given. Returns the busy intervals per calendar (or free-for-the-range). Use this to find open slots before scheduling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoAccount label or email. Uses default if omitted.
timeMaxYesEnd of range (RFC3339)
timeMinYesStart of range (RFC3339)
calendarIdsNoCalendar IDs to check (default: ["primary"])
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds useful behavioral context: it returns busy intervals per calendar or indicates free-for-the-range, and defaults to primary calendar unless calendarIds is given. This goes beyond the annotations.

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 three sentences, front-loaded with the core purpose, and every sentence adds value. No fluff or repetition.

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?

For a read-only query tool with 100% schema coverage and no output schema, the description is complete enough. It explains the return format (busy intervals per calendar), defaults, and use case. The only minor gap is not explaining how to interpret the response for free slots, but the description's final sentence covers the intent.

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 all parameters are documented in the schema. The description adds context about timeMin/timeMax being RFC3339 timestamps and the default behavior of calendarIds, but this is largely redundant with the schema. Baseline 3 is appropriate.

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 queries free/busy status for calendars over a time range, with specific details about defaults and return values. It distinguishes itself from sibling calendar tools like list_events and create_event by focusing on availability checking.

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 provides clear context for when to use this tool ('Use this to find open slots before scheduling') and explains the default behavior. It doesn't explicitly mention when not to use it or name alternatives, but the purpose is distinct enough among siblings.

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/orieg/gws-connector'

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