Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_store_list_shipping_rates

Read-onlyIdempotent

List shipping rates for a shipping zone by providing the zone ID and location ID. Supports pagination with limit and offset parameters.

Instructions

List Shipping Rates The "List Shipping Rate" API allows to retrieve a list of shipping rate. Endpoint: GET /store/shipping-zone/{shippingZoneId}/shipping-rate (Version header: none; source: v3/store-v3.json) Pagination params: limit, offset — pass them to page through full result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altIdYesLocation Id or Agency Id
limitNoThe maximum number of items to be included in a single page of results
offsetNoThe starting index of the page, indicating the position from which the results should be retrieved.
altTypeYes
shippingZoneIdYesID of the item that needs to be returned
Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds pagination behavior and endpoint details, but does not cover potential issues like rate limits, default page size, or data filtering. It adds some value beyond annotations but not extensive.

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 three sentences plus a title. It is mostly concise, though the endpoint details are technical but not overly verbose. Could be slightly tighter but still efficient.

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

Completeness3/5

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

Given 5 parameters, 3 required, 80% schema coverage, and no output schema, the description covers the main purpose and pagination. However, it does not explain the expected return structure or data fields, which would be helpful for an agent without an output 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?

Schema description coverage is 80%, so most parameters are already documented. The description adds context for pagination parameters ('pass them to page through full result sets'), but does not elaborate on altId, altType, or shippingZoneId beyond what schema provides.

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 tool lists shipping rates for a specific shipping zone, with verb 'retrieve a list of shipping rate'. It distinguishes from sibling tools like 'get_shipping_rate' (single) and 'get_available_shipping_rates' (different function).

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 mentions pagination usage but does not provide explicit guidance on when to use this tool versus alternatives like ghl_store_get_shipping_rate or ghl_store_get_available_shipping_rates. Usage context is implied but not directly stated.

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