Skip to main content
Glama
northrosetech

GHL MCP Server

Create GHL Contact

ghl_create_contact

Create a new contact in GoHighLevel CRM with essential details, custom fields, and tags. Returns the created contact's ID for immediate use.

Instructions

Create a new contact in GoHighLevel.

Args:

  • firstName, lastName, email, phone (strings): Basic contact info

  • tags (string[]): Tags to apply

  • source (string): Lead source

  • customFields (array): Custom field values as [{id, field_value}]

  • locationId (string): Location ID (uses default if omitted)

Returns: Created contact object with ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dndNoDo Not Disturb flag
cityNo
nameNoFull name (alternative to first/last)
tagsNoTags to apply
emailNoEmail address
phoneNoPhone number with country code
stateNo
sourceNoLead source
countryNo
websiteNo
address1No
lastNameNoLast name
timezoneNo
firstNameNoFirst name
locationIdNo
postalCodeNo
companyNameNoCompany name
customFieldsNoCustom field values
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=false, covering the write and non-idempotent nature. The description adds useful context like 'locationId (uses default if omitted)' and 'Returns: Created contact object with ID', but does not disclose potential side effects like duplicate creation behavior beyond the annotation's idempotentHint.

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

Conciseness5/5

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

The description is concise and well-structured: a one-sentence purpose, a clear args list, and a return line. Every sentence adds value with no redundancy, maintaining high readability.

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?

For a create tool with 18 optional parameters and no output schema, the description provides sufficient context: it identifies key fields, explains customFields structure, notes locationId's default, and states the return value. It lacks mention of prerequisites or limitations, but the annotations and schema cover the safety and parameter surface adequately.

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 56%, so the schema does not fully document all parameters. The description adds meaningful grouping for basic contact info and explains the customFields format ([{id, field_value}]) and locationId default behavior. However, it omits several schema parameters (e.g., name, city, dnd) and does not fully compensate for the coverage gap.

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 'Create a new contact in GoHighLevel' with a specific verb and resource. It distinguishes itself from sibling tools like ghl_update_contact and ghl_upsert_contact by explicitly focusing on creation.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention ghl_upsert_contact for create-or-update scenarios or ghl_update_contact for modifications, leaving the agent to infer appropriate usage solely from the word 'Create'.

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/northrosetech/ghl-mcp-server'

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