Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

store_update_shipping_zone

Idempotent

Update shipping zone details in GoHighLevel by providing the zone ID to modify its name and available countries.

Instructions

Update Shipping Zone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName of the shipping zone
altIdNoLocation Id or Agency Id Defaults to GHL_LOCATION_ID when omitted.
altTypeNoDefaults to GHL_LOCATION_ID when omitted.
countriesNoList of countries that are available
shippingZoneIdYesID of the item that needs to be returned
Behavior2/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=true, and destructiveHint=false, providing basic safety profile. The description adds no additional behavioral context such as side effects, required permissions, or data scope. It merely repeats the action without elaborating on what gets updated or how.

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 a single sentence that essentially restates the tool name. While concise, it fails to add any informative content, making it wasteful rather than helpful. It is under-specified, not efficiently concise.

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?

There is no output schema, and the tool has 5 parameters including a nested countries array. The description provides no context on what fields are updatable, how to structure the countries array, or when to use this operation. It is insufficient for an agent to call correctly without relying solely on the schema.

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?

All 5 parameters in the schema have descriptions (100% coverage), so the schema carries the burden of parameter explanation. The description provides no parameter-specific guidance, but per the rule, with high schema coverage a baseline of 3 is appropriate.

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

Purpose3/5

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

The description 'Update Shipping Zone' states a clear verb and resource, but it adds nothing beyond what the tool name already conveys. It does not specify what aspects of the shipping zone can be updated (e.g., name, countries, rates) and does not differentiate it from sibling tools like store_create_shipping_zone or store_delete_shipping_zone beyond the verb itself.

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?

There is no guidance on when to use this tool versus creating, deleting, or listing shipping zones, nor any mention of prerequisites or context. The agent is left to infer usage from the name alone, which is insufficient.

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