Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_calendar_schedule_list

Read-onlyIdempotent

Retrieve user availability schedules filtered by location, calendar, or user with pagination support.

Instructions

List user availability schedule Retrieve user availability schedules based on various filters including location, calendar, and user. Supports pagination. Endpoint: GET /calendars/schedules/search (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars.readonly Pagination params: skip, limit — pass them to page through full result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of items to skip for pagination
limitNoMaximum number of items to return (max 500)
userIdYesUser ID to filter schedules by specific user
calendarIdNoCalendar ID for filtering schedules by specific calendar
locationIdYesLocation ID to filter schedules by
Behavior4/5

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

The description aligns with annotations (readOnlyHint=true) and adds behavioral context: it uses a search endpoint (GET /calendars/schedules/search), OAuth scopes (calendars.readonly), and supports pagination. These details go beyond the annotations' metadata.

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 short and to the point, with a clear first sentence followed by additional details. It could be more structured (e.g., bullet points for filters and pagination), but it is not verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description lacks information about the response structure (e.g., return format, pagination metadata). Since there is no output schema, the description should hint at what the agent can expect from the tool. This is a notable gap.

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 coverage is 100% with parameter descriptions. The description adds minimal value by mentioning pagination params (skip, limit) and summarizing filters, but does not elaborate on parameter format or behavior 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 clearly states the verb 'list' and resource 'user availability schedule'. It distinguishes from siblings like ghl_calendar_schedule_get via the 'list' semantics and explicit mention of filters (location, calendar, user).

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?

While the description explains what the tool does and supports pagination, it does not explicitly state when to use this tool vs alternatives (e.g., ghl_calendar_schedule_get) or provide exclusion criteria. Usage context is implied by the name and filters but not explicit.

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