Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_calendar_service_booking_list

Read-onlyIdempotent

Retrieve service bookings for a location within a specified date range. Optionally filter by service location to get targeted booking data.

Instructions

startTime/endTime are epoch milliseconds passed as strings. No limit/offset — results are bounded by the required date range. Get Service Bookings Retrieve service bookings for a location within a given date range, with an optional service location filter. Endpoint: GET /calendars/services/bookings (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.readonly

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTimeYesEnd Time (timestamp in milliseconds as string)
timezoneNoTimezone
startTimeYesStart Time (timestamp in milliseconds as string)
locationIdYesLocation ID
serviceLocationIdNoService Location ID
Behavior4/5

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

Annotations already declare read-only and idempotent. The description adds key behavioral detail: no pagination (limit/offset) and results bounded by required date range. Does not mention rate limits or response size but sufficient with 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?

Description has 5 sentences but feels scattered: opens with parameter format, then title, then description, then endpoint and scopes. Title line 'Get Service Bookings' is redundant. Could be more organized.

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 5 parameters, no output schema, and annotations, the description covers required filters, optional filter, date range bounding, and OAuth scopes. Lacks mention of response format but reasonable for a list tool.

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 covers all 5 parameters with descriptions and examples. The description reiterates startTime/endTime as epoch milliseconds and notes no limit/offset, but adds little beyond schema. Baseline 3 applies due to full schema coverage.

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 it retrieves service bookings for a location within a date range, with an optional service location filter. It distinguishes from sibling tools (e.g., get, create) by focusing on listing.

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 filtering by date range and location but does not explicitly contrast with alternative tools or specify when not to use it.

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