Skip to main content
Glama

quote

Lock a price (10 minutes) for one purchase. Returns quoteId, exact USDC price and what will be delivered. Free. ALWAYS show the human the price and the recipient before buying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
iccidNoexisting eSIM to top up (optional)
payerNothe Algorand address you will pay from (required for payout compliance when this server holds no wallet)
phoneNorecipient phone for topup/bill (E.164)
amountNofor range offers: amount in the recipient's local currency
fieldsNobill-pay / payout recipient fields the offer lists in requiredFields (account_number, bank_code, full_name, vpa, iban…)
senderNopayouts only: the principal (legal name + country); reference = partner KYC id, required above $100/day
offerIdYes

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the 10-minute price lock, that the service is free, and what the user receives. It does not mention idempotency, side effects, or failure behavior, but the provided behavioral facts are meaningful and match the tool's purpose.

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 short sentences, each earning its place: the core action and lock duration, the return payload, and a mandatory UX rule. No filler, fluff, or repetition of schema details. The most critical information is front-loaded.

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?

The description covers the essential return values and the locking behavior, which is sufficient given the schema's parameter documentation. It lacks explicit linkage to prerequisites (e.g., getting an offerId from list_offers) and does not describe error conditions, but for a pre-purchase quoting tool this is adequate. A slightly richer note on how the quoteId feeds into buy would make it 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%, so the baseline is 3. The description adds context about outputs (price, deliverables) but does not explain any specific input parameters, nor does it compensate for the 25% of undocumented schema fields. It neither significantly improves nor detracts from what the schema already 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 uses a specific verb-resource pair ('Lock a price') and scopes it to 'one purchase', clearly distinguishing it from siblings like buy or list_offers. It also states the return values (quoteId, exact USDC price, what will be delivered), leaving no ambiguity about the tool's function.

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?

The description implies the tool's context with 'ALWAYS show the human the price and the recipient before buying', which signals quote's role as a pre-purchase step. It doesn't explicitly name alternatives or exclusions, but the sequential flow (quote before buy) is reasonably clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

Each tool has a distinct role in the purchase lifecycle: browsing offers, looking up numbers, quoting, buying, checking orders, and verifying receipts. Some overlap exists between list_offers and lookup_phone, and buy and quote require careful reading, but the descriptions resolve the boundaries.

Naming Consistency3/5

Names mix noun-only tools (ledger, fx), bare verbs (buy, quote), and verb_noun pairs (list_offers, lookup_phone, verify_receipt, order_status). All are lowercase with underscores, so they are readable, but the naming pattern is not consistent.

Tool Count5/5

Eight tools is well-scoped for a top-up and payment service. Each tool maps to a necessary step or informational need, with no obvious bloat or redundancy.

Completeness4/5

The core lifecycle is covered: discover offers, quote, buy, check order status, and verify receipts. Minor gaps exist such as no explicit quote cancellation or order history listing, but the public ledger and expiry mechanism mitigate these.

Resources