Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_calendar_resource_list

Read-onlyIdempotent

List calendar resources such as equipment and rooms by type and location ID for a given account. Use pagination parameters to manage large result sets.

Instructions

Uses the currently-documented (non-deprecated) Calendar Resources version, 2021-04-15. The v3-tagged variant of this operation in the v3 spec is marked deprecated (Services V1) with identical request/response fields — do not use Version: v3 for resource endpoints. [DEPRECATED per official docs — prefer the documented replacement if one exists.] List Calendar Resources List calendar resources by resource type and location ID (Services V1) Endpoint: GET /calendars/resources/{resourceType} (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/resources.readonly Pagination params: limit, skip — pass them to page through full result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipYes
limitYes
locationIdYes
resourceTypeYesCalendar Resource Type
Behavior4/5

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

Annotations already indicate readOnly, idempotent, non-destructive. Description adds version (2021-04-15), deprecation of v3 variant, OAuth scopes (calendars/resources.readonly), and pagination details. No contradictions.

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?

Contains necessary details but repeats 'List Calendar Resources' and includes deprecated block syntax. Could be more concise and better structured with bullet points.

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?

Covers version, scopes, pagination, but lacks output schema or response structure details. Since no output schema exists, description should hint at return fields. Pagination usage is explained, but not how response indicates pagination state.

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 has 4 parameters with 25% description coverage. Description mentions resourceType, locationId, and pagination params (limit, skip), adding context that limit/skip are for pagination. But doesn't explain resourceType enum values beyond schema. Partial improvement over 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?

Clearly states the verb 'List' and resource 'Calendar Resources', with filtering by resourceType and locationId. Distinct from sibling tools like ghl_calendar_resource_create.

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?

Provides explicit version information, deprecation warning, OAuth scopes, and pagination instructions. Lacks explicit when-not-to-use or alternatives among siblings, but the deprecation note serves as a warning against using the wrong version.

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