Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_store_update_shipping_rate

Idempotent

Update a shipping rate by providing its ID and zone ID, with options for conditional pricing, carrier rates, and handling fees.

Instructions

Update Shipping Rate The "update Shipping Rate" API allows update a shipping rate to the system. Endpoint: PUT /store/shipping-zone/{shippingZoneId}/shipping-rate/{shippingRateId} (Version header: none; source: v3/store-v3.json)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (schema carried verbatim from the official OpenAPI spec).
shippingRateIdYesID of the shipping rate that needs to be returned
shippingZoneIdYesID of the shipping zone
Behavior2/5

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

Annotations indicate idempotent and not destructive, but the description adds no behavioral context beyond 'update'. It does not describe what happens to fields not included, error cases, or that the operation returns the updated rate or success confirmation. For a mutation tool with no output schema, more detail is expected.

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

Conciseness3/5

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

The description is brief (2 sentences) but contains a grammatical error ('allows update a shipping rate'). Including the full endpoint path is unnecessary clutter for an AI agent. It could be more polished and front-loaded with essential info.

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?

Without an output schema, the description should at least mention what the tool returns after a successful update. It also lacks explanation of the nested body properties' purpose as a group. The description is too minimal to give a complete understanding of tool behavior and usage.

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 the schema already documents all parameters. The description repeats the endpoint but does not add meaning to the parameters themselves (e.g., explaining which fields are commonly updated together or constraints). Thus, it provides no additional value beyond 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 that the tool updates a shipping rate, using the verb 'update' and the resource 'shipping rate'. The endpoint path in the description explicitly includes the required IDs, confirming the resource. While it doesn't explicitly contrast with create/get/delete siblings, the name and endpoint pattern make the differentiation obvious.

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 description provides no guidance on when to use this tool versus alternatives. It does not list prerequisites, mention that shipping zone and rate must exist, or explain that this is for modifying an existing rate rather than creating a new one. No exclusions or conditions are given.

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