GoHighLevel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GHL_API_TOKEN | Yes | Your GoHighLevel API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_contactsC | Search for contacts |
| get_contactC | Get a contact |
| create_contactC | Create a contact |
| update_contactD | Update a contact |
| add_contact_tagsB | Add tags to a contact |
| list_conversationsC | List conversations |
| get_conversationC | Get a conversation |
| send_smsC | Send SMS |
| send_emailC | Send email |
| list_appointmentsC | List appointments |
| get_appointmentD | Get an appointment |
| create_appointmentC | Create an appointment |
| list_opportunitiesC | List opportunities |
| get_opportunityC | Get an opportunity |
| create_opportunityC | Create an opportunity |
| update_opportunityD | Update an opportunity |
| list_workflowsC | List all workflows/automations |
| get_workflowC | Get workflow details |
| list_workflow_executionsC | Get workflow execution history |
| get_workflow_statsC | Get workflow statistics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 20 tools
Each tool targets a distinct resource and action (e.g., contacts, appointments, opportunities, conversations, workflows, messaging). There is no overlap in purpose; tools like get_conversation vs list_conversations are clearly differentiated.
All tools follow a consistent verb_noun pattern in snake_case (e.g., create_contact, list_appointments, send_sms). The convention is uniform across all 20 tools.
20 tools is well-scoped for a CRM/automation platform. It covers core operations for contacts, appointments, opportunities, conversations, workflows, and messaging without being excessive or sparse.
The tool set has notable gaps: missing delete operations for contacts, appointments, opportunities, and conversations; no update for appointments or conversations; no remove_contact_tags. These omissions could hinder complete lifecycle management.