Skip to main content
Glama

List International Options

list_international_options
Read-onlyIdempotent

Browse the REAL, live international top-up catalogue (170+ countries) one level at a time. Call with no country to see supported countries. Add country to see its product types. Add product_type_id to see operators. Add operator_id too to see real, currently purchasable plans with their exact codes, foreign-currency price, and NGN-equivalent cost. ALWAYS call this before pay_bill with service: INTERNATIONAL, and pass back the exact country/product_type_id/operator_id/variation_code shown — never guess any of them. Only plans marked fixed-price can be paid via pay_bill right now; flexible-amount plans must be completed in the AbaPay app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoCountry name or ISO code, e.g. "Ghana" or "GH". Omit to list all supported countries.
operator_idNoAn operator_id returned for this country + product_type_id — the network to top up. Omit to list operators.
product_type_idNoA product_type_id returned for this country — e.g. which kind of top-up (airtime vs a data bundle). Omit to list the country's product types.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, open-world behavior, so the safety profile is covered. The description adds genuinely new behavioral context: the data is live and currently purchasable, the drill-down must be done stepwise, and only fixed-price plans are payable downstream. It does not discuss pagination or result-size limits, minor for a read-only listing tool.

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?

Five short sentences, front-loaded with the resource, then the drill-down progression, then the critical routing and hard constraint. Every sentence carries a distinct instruction and none is redundant.

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?

No output schema exists, and the description compensates by naming what each level returns (countries, product types, operators, plans with exact codes, foreign-currency price, NGN-equivalent cost). Combined with the payment constraints, an agent has everything needed to call this correctly.

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 100%, so the baseline is 3. The description adds value by explaining the sequential dependency between the parameters — each value is an output of the previous level and must be passed back verbatim rather than invented — which the per-field schema text does not convey as a whole.

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?

States a specific verb and resource — browsing the live international top-up catalogue — and immediately clarifies scope (170+ countries, hierarchical drill-down). An agent can distinguish this from list_plans (domestic plans) without opening either schema, because the description explicitly frames it as the international catalogue feeding pay_bill with service: INTERNATIONAL.

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

Usage Guidelines5/5

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

Gives an explicit prerequisite ('ALWAYS call this before pay_bill with service: INTERNATIONAL'), an explicit anti-pattern ('never guess' the identifiers), and the alternative path for unsupported cases (flexible-amount plans must be completed in the AbaPay app). This is about as complete as when-to-use guidance gets.

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.