Skip to main content
Glama
northrosetech

GHL MCP Server

Get Calendar Free Slots

ghl_get_free_slots
Read-onlyIdempotent

Retrieve available booking slots for a calendar within a date range. Provide calendar ID, start/end dates, and optional timezone to see open times.

Instructions

Get available booking slots for a calendar within a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateYesEnd date (YYYY-MM-DD or ISO 8601)
timezoneNoTimezone (e.g., 'Asia/Kolkata', 'America/New_York')
startDateYesStart date (YYYY-MM-DD or ISO 8601)
calendarIdYesCalendar ID
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds minimal behavioral context beyond the date-range scoping, which is already evident from the parameters. It does not disclose return format, timezone handling, or potential edge cases.

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 a single, front-loaded sentence that directly states the tool's function. Every word earns its place, with no filler or redundant information.

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?

The tool is a simple read-only operation with good annotation coverage and fully documented parameters. The description adequately conveys the core purpose, and while it does not describe the output schema (none provided) or timezone nuances, it is complete enough for the tool's apparent simplicity.

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 provides descriptions for all four parameters (100% coverage), so the schema does the heavy lifting. The description only reiterates the concept of 'date range' without adding further semantic detail about timezone or calendarId, giving no extra value 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 uses a specific verb and resource: 'Get available booking slots' for a calendar. It clearly distinguishes this from sibling tools like ghl_get_events or ghl_get_calendar, which serve different purposes.

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 the tool is for retrieving free slots rather than events or calendar details, but it does not explicitly state when to use this tool over alternatives. No exclusions or prerequisites are mentioned, so it falls short of strong usage guidance.

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

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