Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

objects_update_object_record

Idempotent

Update a GHL record by providing schema key, record ID, and request body to modify custom or standard object data.

Instructions

Update Record

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesid of the record to be updated. Available on the Record details page under the 3 dots or in the url
bodyYesRequest body as defined by the HighLevel API.
schemaKeyYesThe key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings.
locationIdNoDefaults to GHL_LOCATION_ID when omitted.
Behavior2/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the description doesn't contradict them. However, it adds no behavioral context beyond that—no mention of side effects, permission requirements, or what happens to existing data. It relies entirely on annotations with zero additional disclosure.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than conciseness. It provides no value beyond the tool name and fails to front-load any actionable information. Every word is wasted because it doesn't communicate anything new.

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?

Despite the schema covering parameter details, the description is too sparse to support correct use. It doesn't explain what a 'record' is, how to identify it, or the implications of the update. An agent would have to infer context from the schema and annotations alone, which is insufficient for a mutation tool.

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 100%, so each parameter (id, body, schemaKey, locationId) is fully documented in the schema itself. The description adds no parameter-level meaning, but under the baseline rule for high coverage, a score of 3 is appropriate.

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

Purpose2/5

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

The description 'Update Record' is a tautology that essentially restates the tool name. It fails to clarify what type of record, whether it's for custom or standard objects, or the scope of the update. The verb is present but the resource is ambiguous, and it doesn't distinguish from sibling tools like objects_create_object_record or objects_delete_object_record.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance whatsoever on when to use this tool versus alternatives. The description does not mention prerequisites, related tools, or any conditions that should trigger selection. With many sibling tools covering object record operations, this absence is critical.

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