Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_store_delete_shipping_rate

DestructiveIdempotent

Delete a specific shipping rate from a shipping zone by providing the shipping zone ID and shipping rate ID.

Instructions

Delete shipping rate Delete specific shipping rate with Id :shippingRateId Endpoint: DELETE /store/shipping-zone/{shippingZoneId}/shipping-rate/{shippingRateId} (Version header: none; source: v3/store-v3.json)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altIdYesLocation Id or Agency Id
altTypeYes
shippingRateIdYesID of the shipping rate that needs to be returned
shippingZoneIdYesID of the shipping zone
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the description adds the endpoint and ID parameter. It does not disclose additional behavioral traits like side effects (e.g., cascading deletes) or authorization requirements. With annotations covering the destructive nature, the description is minimally adequate.

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

Conciseness5/5

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

The description is concise (two sentences) and front-loaded with the action. It includes the endpoint for clarity without unnecessary detail.

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

Completeness4/5

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

For a simple delete operation with no output schema, the description provides essential information (ID and endpoint). It could mention that the shipping zone must exist or that deletion is irreversible, but overall it is sufficiently complete.

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 75%, and the description only reiterates the shippingRateId parameter. It does not add meaning beyond the schema for the other three parameters (shippingZoneId, altId, altType). Baseline 3 is appropriate as the schema does most of the work.

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

Purpose5/5

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

The description clearly states the action ('Delete shipping rate') and specifies the resource ('shipping rate with Id :shippingRateId'). It distinguishes itself from sibling tools like create, update, and get shipping rates by explicitly indicating a deletion operation.

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

Usage Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites or when not to use it. The name and description imply deletion, but no usage context is 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