Skip to main content
Glama
NightSquawk

@nightsquawktech/gohighlevel-mcp-server

by NightSquawk

Create GoHighLevel Custom Field

ghl_create_custom_field

Create a custom field to store specific data for contacts or opportunities in a GoHighLevel location.

Instructions

Create a custom field for a GoHighLevel location. Write operation: do not run against live data without explicit approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCustom field display name.
modelNo
optionsNo
dataTypeYesGoHighLevel custom field type. Note the documented MONETORY spelling.
positionNo
location_idNoOptional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID.
placeholderNo
acceptedFormatNo
isMultipleFileNo
response_formatNoOutput format: markdown for human-readable summaries, json for structured output.markdown
maxNumberOfFilesNo
textBoxListOptionsNo
Behavior3/5

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

The description explicitly states 'Write operation,' which aligns with readOnlyHint=false. The warning about live data adds context beyond annotations. No details on idempotence or side effects are given.

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?

Two concise sentences: the first defines the purpose, the second provides an important usage warning. No redundant information, every sentence adds value.

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?

With 12 parameters, no output schema, and several sibling tools (including v2 and folder variants), the description is too minimal. It omits what the tool returns, the models it applies to, and how it relates to similar create tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, meaning 8 out of 12 parameters lack descriptions. The description provides no parameter details or examples, failing to compensate for the low coverage.

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

Purpose4/5

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

The description clearly states 'Create a custom field for a GoHighLevel location,' providing a specific verb and resource. It distinguishes from sibling tools like ghl_create_custom_field_v2 by name, but does not explicitly differentiate between them in the text.

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?

Includes a warning 'do not run against live data without explicit approval,' which offers some guidance. However, no information is provided about when to use this tool versus alternatives (e.g., update, v2), or prerequisites like location_id.

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

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