Skip to main content
Glama

Find Esim Plans Tool

find_esim_plans
Read-only

Finds up to five live eSIM plans that cover every requested country or region, priced for the trip length, data need, currency, and locale. Use the returned checkout URL to buy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage for destination names, activation guidance, and checkout URLs.en
currencyNoISO 4217 display currency code.USD
data_needNoExpected data usage. Recommended assumes about 500 MB per day.recommended
trip_daysYesNumber of travel days.
destinationsYesOne to ten ISO country codes, destination slugs, or exact English destination names, such as JP, japan, or Europe.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
plansYes
localeYes
messageYes
currencyYes
data_needYes
trip_daysYes
plan_countYes
destinationsYes
recommended_data_mbYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only safety profile is known. The description adds behavioral context beyond annotations: it returns live plans (not cached), filters to those covering every requested destination, considers pricing factors, and provides a checkout URL for purchase. This adds meaningful behavior without contradicting the annotations.

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 deliver all essential information: the core action and the follow-up. The main verb and resource are front-loaded, and every phrase adds value. No filler or redundant repetition of schema data.

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?

With an output schema present, the description need not enumerate return fields. It sufficiently covers the tool's purpose, constraints ('up to five', 'cover every requested country'), the key input dimensions, and the practical next step ('Use the returned checkout URL to buy'). This is complete for a tool of moderate complexity with no siblings.

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 five parameters are documented. The description reinforces the relevance of trip length, data need, currency, and locale, but does not add new details beyond what the schema already provides. This matches the baseline expectation for high schema coverage.

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 opens with a specific verb ('Finds') and resource ('live eSIM plans'), quantifies the result ('up to five'), and defines scope ('cover every requested country or region'). It clearly distinguishes this from a generic plan search by emphasizing the live and multi-destination coverage aspects.

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 conveys when to use the tool: when you need eSIM plans for specific destinations and a trip duration. The phrase 'priced for the trip length, data need, currency, and locale' implies criteria for selection, and the final sentence gives the next step. No exclusions or alternatives are stated, but sibling tools are absent, so the lack of contrast is acceptable.

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.4/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The tool's purpose is clearly defined for finding eSIM plans.

Naming Consistency5/5

The single tool name follows a clean verb_noun pattern (find_esim_plans), and there are no conflicting naming conventions.

Tool Count4/5

The server contains exactly one tool that fulfills its stated purpose as a plan finder. While this is on the low end of typical tool counts, it is well-scoped for a focused lookup service.

Completeness5/5

The tool accepts all relevant parameters and returns actionable results with a checkout URL, covering the complete finder workflow without dead ends.

Resources