Skip to main content
Glama

roamflat eSIM Catalog

Get plan details

get_plan_details
Read-only

Full details for one roamflat plan by product id: data allowance, validity, network, throttle behaviour, daily reset, full coverage country list, reviews, description and link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoISO language of the conversation. Localizes names/labels and sets the landing-page language/currency of the link.
product_idYesWooCommerce product id from search_esim_plans.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fupNoAll You Can Surf fair-use policy in plain words (daily full-speed allowance and the still-unlimited reduced speed afterwards, or no limit at all). Present it as returned; empty for non-AYCS plans.
urlNo
daysNoValidity in days.
nameNoPlan name, localized to the requested language where a translation exists.
typeNoDaily Surf, Trip Surf or All You Can Surf. Brand names — keep in English.
gradeNoAll You Can Surf tier qualifier (empty for standard). Present only the returned value.
priceNoFULL fixed price in currency; not per-day or per-GB.
ratingNo
carrierNoLocal network operator, when specified. NEVER invent one if empty.
data_gbNoHigh-speed data in GB. PER DAY when data_period is per_day (Daily Surf); TOTAL for the whole validity when data_period is total (Trip Surf). 0 = no fixed high-speed cap stated.
networkNoNetwork generation, e.g. 5G/4G. NEVER invent one if empty.
coverageNoHuman-readable coverage label (localized).
currencyNo
family_idNoPlans sharing a family_id are day-length variants of the same package.
data_resetNoWhen the daily allowance refreshes (per_day plans only). Empty when unknown.
product_idNo
data_periodNoper_day or total — how data_gb applies.
descriptionNo
review_countNo
throttle_kbpsNoSpeed in kbps after the high-speed allowance is used (for that day on per_day plans; for the rest of the trip on total plans). 0 = no throttle stated in this plan's specification.
coverage_countriesNoLocalized country names covered (details tool only, multi-country plans).

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, openWorldHint=true and destructiveHint=false, so the safety profile is covered. The description adds that the payload is broad (coverage country list, reviews, description, link), hinting at a heavy response, but much of that enumeration duplicates the existing output schema and it says nothing about rate limits or failure modes for an unknown product id.

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?

A single front-loaded sentence naming the tool's identity and scope first, then the payload contents. No filler or repetition, and the key constraint (one plan, by product id) leads the sentence.

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?

With annotations covering safety, a 100%-covered schema and an output schema that defines the return shape, the description only needs to establish identity and scope, which it does. The remaining gap is the absence of explicit sequencing guidance relative to search_esim_plans and start_checkout.

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 both parameters are already documented, including that product_id originates from search_esim_plans and that language localizes names/labels and the link's currency. The description adds no syntax or format detail beyond that, so the baseline 3 applies.

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 ('Full details for one roamflat plan') and scopes it uniquely ('by product id'), which cleanly separates it from the search_esim_plans sibling that returns a list. The enumeration of plan attributes reinforces exactly what kind of detail is delivered.

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

Usage Guidelines3/5

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

Usage is only implied: the description mentions 'by product id', and the schema notes the id comes from search_esim_plans, so an agent can infer this is the drill-down step after searching. There is no explicit when-to-use, prerequisite, or exclusion statement (e.g. that start_checkout is the next step once a plan is chosen).

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