Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_location_update_custom_value

Idempotent

Update a custom value for a specified location. Modify the name or value of an existing custom field using location and custom value IDs.

Instructions

Update Custom Value Endpoint: PUT /locations/{locationId}/customValues/{id} (Version header: v3; source: v3/locations-v3.json)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCustom Value Id
bodyYesRequest body (schema carried verbatim from the official OpenAPI spec).
locationIdYesLocation Id
Behavior3/5

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

Annotations already indicate idempotent and non-destructive behavior. The description adds the endpoint URL and version header but no additional behavioral insight (e.g., partial vs. full replacement, response behavior).

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 very short (2 sentences) with no unnecessary words. However, the brevity sacrifices informative content.

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

Completeness3/5

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

For a simple update operation with well-documented schema and annotations, the description is minimally adequate. Missing output schema details (e.g., return type) but not critical for an update.

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 coverage is 100%, so the baseline is 3. The description provides no additional meaning for parameters; it only repeats the endpoint. All parameter details are in the schema.

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 'Update Custom Value' and provides the HTTP method and path. This identifies the action and resource. However, it does not differentiate from sibling tools like create, get, or delete custom values, which could be confusing.

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?

No guidance on when to use this tool versus alternatives. The description does not mention prerequisites, when it's appropriate to update vs. create, or any exclusions.

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

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