Skip to main content
Glama

get_freebusy

Query free/busy windows for one or more users in a time range to find a meeting slot.

Instructions

[Official API + UAT, v1.3.7] Query freebusy windows for one or more users in a time range. Use to find a meeting slot. Requires calendar:calendar:readonly (already in default scope set).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_minYesRFC3339 start, e.g. 2026-05-04T09:00:00+08:00
time_maxYesRFC3339 end
user_idsYesOpen IDs to query (use get_login_status / search_contacts to look up).
room_idsNoOptional meeting-room IDs.
include_external_calendarNoInclude the user's synced external calendars (optional)
only_busyNoOnly return busy windows (optional)
Behavior3/5

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

No annotations exist, so the description carries the full burden. It notes the operation is read-only and requires a specific scope ('calendar:calendar:readonly'), which is helpful. However, it does not describe the output format, pagination, or error conditions, leaving some behavioral gaps.

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 two concise sentences, front-loading the core action and usage, with the auth note appended. No wasted words.

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

Completeness3/5

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

Given the tool has no output schema and 6 parameters, the description covers purpose, usage, and auth, but lacks explanation of return values (e.g., format of busy windows) and any potential constraints. It is adequate but not fully complete.

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 has 100% coverage with descriptions for all 6 parameters, so the schema does the heavy lifting. The description adds no additional parameter-specific details beyond the schema.

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 freebusy windows for users in a time range, with a specific use case 'find a meeting slot'. This distinguishes it from siblings like create_calendar_event or list_calendar_events.

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 explicitly says to use for 'find a meeting slot', providing clear context. It does not explicitly exclude other uses or compare to alternatives, but the purpose is clear enough for an agent to infer when to invoke.

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/EthanQC/feishu-user-plugin'

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