Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

locations_put_location

Idempotent

Update or create a GoHighLevel sub-account with business details, social links, and settings using an agency-level token.

Instructions

Put Sub-Account (Formerly Location) (requires an agency-level token, not a location PIT)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoThe city where the business is located for which sub-account is created
nameNoThe name for the sub-account/location
phoneNoThe phone number of the business for which sub-account is created
stateNoThe state in which the business operates for which sub-account is created
socialNoThe social media links for location
twilioNoThe twilio credentials for location
addressNoThe address of the business for which sub-account is created
countryNoThe country in which the business is present for which sub-account is created
mailgunNoThe mailgun credentials for location
websiteNoThe website of the business for which sub-account is created
settingsNoThe default settings for location
snapshotNoThe snapshot to be updated in the location.
timezoneNoThe timezone of the business for which sub-account is created
companyIdYesCompany/Agency Id
locationIdNoLocation Id Defaults to GHL_LOCATION_ID when omitted.
postalCodeNoThe postal code of the business for which sub-account is created
prospectInfoNo
Behavior3/5

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

The description adds the token requirement, which is useful. Annotations (readOnlyHint=false, destructiveHint=false, idempotentHint=true) already provide some behavioral context, so the bar is lower. However, the description fails to disclose whether the operation creates or updates a sub-account, which is a key behavior. No contradiction with annotations.

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

Conciseness4/5

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

The description is a single concise sentence, efficiently combining the operation name and auth requirement. It is front-loaded and has no wasted words. However, it may be too terse for the tool's complexity, but that's a completeness issue, not a conciseness one.

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 17 parameters, nested objects, and no output schema, the description is drastically under-specified. It doesn't mention that locationId likely determines create vs update, doesn't explain the required companyId, or the overall effect of the operation. The description is not complete enough for an agent to understand the tool's behavior beyond its name.

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 94%, so parameters are well-described in the schema. The description itself adds zero parameter-specific information, so it doesn't add value beyond the schema. Baseline 3 is appropriate.

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 the verb and resource: 'Put Sub-Account (Formerly Location)' which is specific. However, it doesn't differentiate this from potential siblings like locations_create_location or locations_update_location, as there is no explicit mention of create vs update semantics.

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 only usage guidance is the authentication prerequisite ('requires an agency-level token, not a location PIT'). There is no indication of when to use this tool versus alternatives, no mention that it can create or update based on locationId, and no exclusions or context on scenarios. This leaves the agent without direction.

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

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