Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

associations_update_association

Idempotent

Update a GoHighLevel association by ID, providing first and second object labels to modify the relationship.

Instructions

Update Association By Id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
associationIdYes
firstObjectLabelYes
secondObjectLabelYes
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, covering the write, idempotent, and non-destructive nature. The description adds no extra behavioral context such as side effects, permission requirements, or behavior for unspecified fields, so it provides minimal value beyond the 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 extremely concise at 'Update Association By Id' — a single phrase with no extraneous words, and the core action is front-loaded. However, conciseness is achieved at the expense of essential detail, so while it scores well on brevity, it lacks substantive content.

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

Completeness1/5

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

With three parameters including two complex nested objects that are entirely unspecified, no output schema, and no additional context, the description is severely incomplete. An agent cannot reliably construct a request without knowing the expected structure of the label objects or how to obtain the associationId, making the tool nearly unusable without external knowledge.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain the meaning or structure of associationId, firstObjectLabel, or secondObjectLabel. The two object parameters are open-ended (additionalProperties with no schema), so an agent has no guidance on what fields to include, making correct invocation highly problematic.

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 'Update Association By Id' clearly states a specific verb (update) and resource (association) with an identifier, distinguishing it from sibling tools like create, get, or delete. However, it does not specify which fields of the association are updatable beyond the label objects, which is a minor gap.

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 is provided on when to use this tool versus alternatives such as associations_create_association or associations_get_association_by_id. The description does not mention exclusions, prerequisites, or specific scenarios, leaving the agent to infer when an update is appropriate from the tool name alone.

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