Skip to main content
Glama

get_availability

Check when a single agent is free across its Chronary calendars and any human calendars authorized for that agent. This tool is fail-closed: always inspect availability_state and warnings before using slots. Accepts start/end or the start_time/end_time aliases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoRange end (ISO 8601). Alias: end_time.
startNoRange start (ISO 8601). Alias: start_time.
agent_idYesAgent ID to check availability for
durationNoRequested slot length (15m/30m/45m/1h/2h). Preferred over the deprecated slot_duration. Defaults to 30m.
end_timeNoAlias for `end` (matches REST events naming).
start_timeNoAlias for `start` (matches REST events naming).
include_busyNoInclude busy blocks in response
slot_durationNoDeprecated alias for `duration` — minimum slot length. Prefer `duration`.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses fail-closed behavior, the need to check availability_state and warnings, and scope across Chronary and authorized human calendars. Absent are rate limits, permission requirements, or error handling details, but the key safety trait is covered.

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 sentences with zero waste: first sentence establishes purpose and scope, second delivers critical behavioral guidance and alias hint. Every word earns its place, and the structure is front-loaded with the most important usage caution.

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 8 parameters and no output schema, the description covers the critical behavioral point (fail-closed, inspect availability_state and warnings) but leaves out what the full output structure looks like (e.g., slots array, busy blocks when include_busy is true). It is adequate for basic use but incomplete for fully autonomous invocation without output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing baseline 3. The description adds value by clarifying the alias relationship (start/end and start_time/end_time), deprecation of slot_duration in favor of duration, and the default for duration. This aids correct parameter selection beyond schema text.

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 starts with 'Check when a single agent is free', providing a specific verb and resource. It distinguishes from siblings like find_meeting_time (which checks multiple agents) by limiting scope to a single agent across its calendars.

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 states 'fail-closed' and advises inspecting availability_state and warnings, giving usage context. However, it does not explicitly contrast with alternatives like find_meeting_time for multi-agent scheduling or get_calendar for calendar-level views. Usage timing is implied but not fully guided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct resource and action, with clear descriptions that differentiate overlapping operations like cancel_event vs release_event and find_meeting_time vs get_availability.

Naming Consistency5/5

All 54 tools follow a consistent verb_noun pattern in snake_case (e.g., create_calendar, list_events, delete_webhook), with no mixing of styles or vague verbs.

Tool Count2/5

With 54 tools, the server is over-scoped; the rubric considers 25+ tools as 'too many' for typical purposes, making navigation and selection harder without justification for such granularity.

Completeness5/5

The toolset provides full CRUD for agents, calendars, events, booking pages, proposals, webhooks, and iCal subscriptions, plus specialized operations like hold management, proposal resolution, and admin functions, leaving no obvious gaps.