Skip to main content
Glama

parcel-quotes

Server Details

Live USPS, UPS and FedEx rates for a US parcel described in plain words. No scale needed.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one for getting a parcel quote and one for creating a checkout link. There is no functional overlap; they represent sequential steps in a workflow.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in snake_case: 'get_parcel_quote' and 'create_checkout_link'. No stylistic inconsistencies.

Tool Count4/5

With only 2 tools, the server is minimally scoped but covers the essential operations for its purpose (quoting and initiating checkout). It is slightly thin but still reasonable for a focused integration.

Completeness5/5

The tool surface covers the core workflow: obtaining a quote and creating a checkout link to complete the purchase on the external site. No obvious gaps for the stated purpose of parcel quotes and checkout initiation.

Available Tools

2 tools
get_parcel_quoteGet live US parcel shipping ratesAInspect

Price one US-domestic parcel across USPS, UPS and FedEx. Describe the item in plain words and the packed box size and weight are estimated; give exact dimensions and weight to skip the estimate. Returns up to five purchasable services with the checkout total, the carrier cost beneath it and the SMKlog fee stated separately. Oversized, palletized or crated shipments come back routed to a human review instead of a price. Labels are bought on smklog.com, not through this tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
to_zipYesDestination 5-digit US ZIP
productYesPlain-words item description, e.g. "65 inch flat screen TV in original box"
from_zipYesOrigin 5-digit US ZIP
quantityNo
width_inNo
height_inNo
length_inNoPacked box length in inches. Supply all three dimensions AND weight_lb to skip the estimate.
weight_lbNoPacked weight in pounds. Optional; estimated from the description when omitted.
Behavior5/5

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

No annotations exist, so description carries full burden. It discloses estimation behavior, return format (up to five purchasable services with checkout total, carrier cost, SMKlog fee), and routing of oversized shipments to human review. Fully transparent.

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?

Three sentences, front-loaded with main action, no redundant information. Every sentence adds value.

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

Completeness5/5

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

With 8 parameters, no output schema, and no annotations, the description covers input behavior (estimation, exact dimensions), output structure, and edge cases (oversized items). Very complete for the complexity.

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

Parameters4/5

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

Schema coverage is 63%, but description adds meaning: explains that 'product' should be in plain words, that dimension parameters are optional but skip estimation, and that 'weight_lb' is optional. Adds context beyond schema.

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 prices a US-domestic parcel across USPS, UPS, and FedEx, which is a specific verb+resource combination. It distinguishes from the sibling tool 'create_checkout_link' which is for purchasing labels.

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

Usage Guidelines4/5

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

Provides explicit guidance: describe item in plain words, supply exact dimensions to skip estimate, notes oversized items go to human review, and clarifies labels are bought elsewhere. Does not explicitly contrast with sibling, but context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources