Skip to main content
Glama
garoon
by garoon

Search Available Times

garoon-search-available-times
Read-only

Search for open time slots for specified attendees or facilities within given time ranges in Garoon, using a configurable interval to find meeting times.

Instructions

Search for available time slots for specified attendee or facility within given time ranges in Garoon

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attendeesNoList of attendees to check availability for
facilitiesNoList of facilities to check availability for
timeRangesYesList of time ranges to search for available times
timeIntervalYesTime interval for available time slots
facilitySearchConditionNoLogical operator for combining multiple facility search conditions

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message. Present on error
resultNoResult of the operation. Present on success
statusNoHTTP status code from the Garoon API. Present only when the error is an HTTP error response
responseTextNoRaw response body from the Garoon API. Present only when the error is an HTTP error response
Behavior3/5

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

Annotations declare readOnlyHint=true, confirming this is a safe read operation. The description adds that it searches within given time ranges but does not describe what the output contains (e.g., the format of available time slots) or any constraints like maximum time range duration. Since annotations cover safety, a moderate score reflects minimal additional behavioral context.

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?

The description is a single, clear sentence that conveys the tool's purpose without redundant information. It is appropriately front-loaded, stating the action and key targets. Slight improvement could be made by separating the purpose from non-essential details, but overall it is concise and structured well.

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 a 100% schema coverage, detailed parameter descriptions, and an output schema present, the description does not need to explain return values. The tool is complex due to multiple parameter types and combinations, but the schema and annotations cover the essentials. The description is complete enough for an agent to understand when and how to invoke it, though it could benefit from noting that both attendees and facilities can be specified simultaneously, which the schema implies but the description does not highlight.

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%, with detailed descriptions for each parameter (e.g., attendees identified by type and id/code, timeRanges in RFC 3339 format). The description adds minimal nuance beyond the schema, such as the logical operator for facilities, but does not explain the relationship between attendees and facilities (e.g., whether both must be free simultaneously). Thus, it provides adequate but not extensive semantic enhancement.

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 searches for available time slots for specified attendees or facilities within given time ranges in Garoon. It distinguishes itself from sibling tools like `garoon-get-schedule-events` (which retrieves events) and `garoon-get-facilities` (which lists facilities), making its unique purpose evident.

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 implies usage for checking availability before scheduling, with clear required parameters (timeRanges, timeInterval). However, it does not explicitly state when not to use this tool or mention alternative tools for other scheduling operations, such as `garoon-create-schedule-event` which would be used after finding availability.

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/garoon/garoon-mcp-server'

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