Skip to main content
Glama
lehr007-coder

GoHighLevel MCP Server

get_appointment

Retrieve details of a specific appointment using its ID. Access appointment information from GoHighLevel CRM.

Instructions

Get an appointment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appointment_idYesAppointment ID
response_formatNoResponse formatmarkdown
Behavior1/5

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

Without annotations, the description must carry the full burden of behavioral disclosure, but it only states 'Get an appointment'. It fails to indicate that this is a read-only operation, does not describe side effects, authentication requirements, or any behavioral traits beyond the name.

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

Conciseness2/5

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

The description is extremely brief (one sentence, four words), which is under-specification rather than effective conciseness. It lacks practical details and does not earn its place by adding value.

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

Completeness1/5

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

Given the two parameters, lack of output schema, and no annotations, the description is completely inadequate. It does not explain what data is returned, how to obtain an appointment ID, or any contextual prerequisites, leaving the agent under-informed.

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 description coverage is 100% for both parameters (appointment_id, response_format). The description adds no additional meaning beyond the schema, so a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get an appointment' is a tautology that simply restates the tool's name. It provides no specific verb-resource context or scope, and does not distinguish this tool from siblings like list_appointments or get_contact.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives. It does not mention prerequisites, such as needing an appointment ID from list_appointments, or scenarios where create_appointment might be more appropriate.

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/lehr007-coder/gohighlevel-mcp-server'

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