Skip to main content
Glama

IbiPoint eSIM Catalog

Get plan details

get_plan_details
Read-only

Full details for one IbiPoint plan by product id: data, validity, network, top-up support, transparency, reviews and link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoISO language of the conversation. Sets the landing-page language/currency of the link.
product_idYesWooCommerce product id from search_esim_plans.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
dataNoData Pack: total data label.
nameNo
typeNoData Pack or Unlimited Flex.
priceNoFull fixed price in currency; not per-day or per-GB.
topupNo
ratingNo
data_gbNo
networkNoSpeed token only (e.g. 4G/LTE/5G) — never a carrier/operator name.
currencyNo
validityNoData Pack: validity label.
tetheringNo
product_idNo
descriptionNo
review_countNo
transparencyNo
always_on_rateNoUnlimited Flex: reduced rate after the daily allowance.
daily_high_speedNoUnlimited Flex: daily high-speed allowance.

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?

Annotations already declare readOnlyHint=true, destructiveHint=false and openWorldHint=true, so the read-only, externally-sourced nature is covered. The description adds a useful enumeration of what the response contains (data, validity, network, top-up, reviews, link), but since an output schema exists, this is supplementary rather than essential.

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 economical sentence that front-loads the resource and scope, with the field list compressed into a trailing enumeration. No filler.

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 and an output schema covering return shape, the description needs only to identify the resource and scope, which it does. It lacks any routing hint toward search_esim_plans for id discovery, a minor gap given only three 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 both product_id and language are already documented in the schema, including the landing-page language/currency effect of language. The description only gestures at product_id, adding nothing beyond the structured fields; baseline 3 applies.

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 (get) and resource (full details for one IbiPoint plan) scoped to a single product id, and enumerates the returned facets. This contrasts implicitly with the bulk-orientation of search_esim_plans, though the sibling is never named.

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?

The phrase 'by product id' implies the tool is used after obtaining an id, and the schema notes the id comes from search_esim_plans, but the description itself gives no explicit when/when-not guidance or naming of the alternative search flow.

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