Skip to main content
Glama

e-eSIM Catalog

Find eSIM plans

search_esim_plans
Read-only

Find e-eSIM travel eSIM plans for a destination (country or region). Returns the best-value plans with full specifications, prices and a direct link. Use when a user wants mobile data abroad.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoPlan type filter. daily_surf = fresh allowance each day; trip_surf = one pool for the trip; all_you_can_surf = unlimited-style. Default any.
currencyNoOptional ISO 4217 override for quoted prices. Normally derived from language.
languageNoISO language of the conversation, e.g. en, de, ja, th. Localizes names/labels and sets the landing-page language and currency.
destinationYesCountry or region in ANY language, e.g. "Thailand", "Japon", "Europa". City names are mapped to their country by you first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo
plansNo
coveredNo
messageNo
currencyNo
from_priceNoLowest full plan price in currency.
destinationNoResolved destination label (localized).
all_plans_urlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false and openWorldHint=true, so the safety profile is covered structurally. The description adds that results include full specs, prices and a direct link, but discloses nothing about pagination, result limits, or behavior for unknown destinations, so it adds only modest value.

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: purpose, return content, and usage trigger, with the primary resource stated first. Nothing is filler, despite the minor awkwardness of the "e-eSIM travel eSIM" phrasing.

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?

An output schema exists, so return-value detail is unnecessary here, and the annotations cover the safety profile. The remaining gap is sibling disambiguation within a three-tool family where responsibilities are only implied.

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 100%, so all four parameters (including the enum values and the currency/language handling) are already documented in the schema. The description restates the destination concept (country or region) but adds no syntax or constraint beyond that, matching the baseline for a fully covered schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource ("Find eSIM travel eSIM plans for a destination") and states the return content (specs, prices, direct link). It does not, however, distinguish itself from siblings get_plan_details or start_checkout, leaving overlap between "full specifications" and a details tool.

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?

"Use when a user wants mobile data abroad" gives a clear, actionable usage trigger. There is no when-not guidance and no routing to siblings (e.g., when to call get_plan_details instead), so it stops short of a 5.

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.

Resources