Skip to main content
Glama

Search eSIM plans

search_plans
Read-onlyIdempotent

Search the purchasable travel eSIM plan catalog. Filter by destination country, region, minimum data, minimum duration, and maximum price. Returns public plan details (prices in USD cents) sorted cheapest first, with offset pagination via next_offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1-50 (default 20).
offsetNoPagination offset from a previous next_offset.
regionNoRegion name filter, e.g. 'Europe' or 'Asia'.
destinationNoCountry to cover: ISO-2 code (e.g. 'JP') or English name (e.g. 'Japan').
min_data_bytesNoMinimum total data allowance in bytes (unlimited plans always match).
max_price_centsNoMaximum retail price in USD cents.
min_duration_daysNoMinimum validity in days.

TDQS

A4.4/5.0
Behavior5/5

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

The description explains return format (USD cents, cheapest first, pagination via next_offset). Annotations already indicate read-only and idempotent behavior. No contradictions; full transparency.

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?

Two sentences, no wasted words, clearly communicates the tool's purpose and key features. Front-loaded with the main action.

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?

Given the complexity (7 params, no output schema), the description covers filter behavior, sorting, and pagination. Missing explicit mention of response fields, but sufficient for a search tool.

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 coverage is 100% with each parameter described. The description adds minor context like 'prices in USD cents' and 'unlimited plans always match' but doesn't significantly enhance understanding beyond the 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 it searches the travel eSIM plan catalog with specific filters and sorting. It distinguishes from siblings like check_availability or get_plan by focusing on browsing/searching with multiple criteria.

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 this tool is for searching/exploring plans, but it doesn't explicitly state when to use it over siblings or when not to use it. However, the context from sibling names and the description's specificity provides adequate guidance.

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

A4.2/5.0
Disambiguation5/5

All tools have distinct purposes: check_availability checks fulfillment, get_plan fetches details, get_quote prices orders, and search_plans searches the catalog. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (check_availability, get_plan, get_quote, search_plans), making them predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for a catalog/quoting service. Each tool adds clear value without being too few or too many.

Completeness4/5

The tool set covers search, detail retrieval, availability, and pricing – core pre-purchase operations. Order creation is missing, but the server may be intended only for quoting.

Resources