Skip to main content
Glama

roamflat eSIM Catalog

Find eSIM plans

search_esim_plans
Read-only

Find roamflat 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.6/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, openWorldHint=true and destructiveHint=false, so the safety profile is covered. The description adds the shape of the result set (best-value plans with specs, prices, link), which is useful, but says nothing about result counts, pagination, ranking logic, or freshness.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences, front-loaded with the core action and scope, then the return content, then the usage cue. No filler, though it is not maximally dense.

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?

For a read-only, open-world search tool with a full output schema and 100% parameter documentation, the description supplies the essential action, scope, return nature, and trigger. Minor gaps around result ordering or limits remain but are not critical.

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 the enum plan types, currency override, language localization, and any-language destination handling are already documented in the schema. The description only restates that destination is a country or region, adding no syntax or default beyond what the schema provides.

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?

States a specific verb (Find) and resource (roamflat travel eSIM plans) scoped to a destination, and even names what is returned (best-value plans with specifications, prices, and a direct link). It does not explicitly distinguish itself from the sibling get_plan_details, so it stops short of a 5.

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 a clear usage context: 'Use when a user wants mobile data abroad.' It does not, however, state when to prefer the sibling tools (get_plan_details for a single plan, start_checkout to purchase) or any exclusions, so it falls short of explicit when/when-not routing.

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