Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_calendar_list_free_slots

Read-onlyIdempotent

Retrieve available time slots from a calendar within a date range. Optionally filter by timezone or specific users.

Instructions

startDate/endDate are epoch milliseconds (a number, e.g. 1548898600000), NOT an ISO date string, despite the parameter name. Date range cannot exceed 31 days. Get Free Slots Get free slots for a calendar between a date range. Optionally a consumer can also request free slots in a particular timezone and also for a particular user. Endpoint: GET /calendars/{calendarId}/free-slots (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars.readonly

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNoThe user for whom the free slots are returned
endDateYesEnd Date (**⚠️ Important:** Date range cannot be more than 31 days)
userIdsNoThe users for whom the free slots are returned
timezoneNoThe timezone in which the free slots are returned
startDateYesStart Date (**⚠️ Important:** Date range cannot be more than 31 days)
calendarIdYesCalendar Id
Behavior4/5

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

Annotations already mark read-only and idempotent. The description adds valuable behavioral context: the 31-day date range constraint, epoch milliseconds requirement, and endpoint details. This goes beyond the structured annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the most important warning, but contains redundancy (the title 'Get Free Slots' appears both as a header and in the sentence). Some lines (endpoint, scopes) could be moved to a separate field. Still reasonably structured.

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?

The description covers the core operation, constraints, and optional parameters. It lacks details about response format or pagination, which could be important for a listing tool. However, given the absence of an output schema, the description provides minimal but sufficient context for use.

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?

With 100% schema description coverage, the schema already documents each parameter. However, the description adds critical clarification that startDate/endDate must be epoch milliseconds (not ISO strings) and reinforces the 31-day limit, which the schema notes but doesn't emphasize the unit format.

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 retrieves free slots for a calendar within a date range, using a specific verb and resource. It distinguishes itself from sibling calendar tools by focusing on free slots, and includes critical detail about epoch milliseconds format.

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 within a date range with optional timezone/user filters, but does not explicitly state when to use this tool versus alternatives like ghl_calendar_event_list or ghl_calendar_list_blocked_slots. No when-not-to-use guidance is provided.

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

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