search_esim_plans
ActiveTool of ALT eSIM
declared in 0.41.2
Search ALT eSIM travel data plans. Filter by destination country slug (e.g. 'japan', 'usa', 'europe'), region, and/or max USD price. Returns plans with sku, data amount, validity days, USD price and coverage carriers. All prices are USD.
Parameters schema
{
"type": "object",
"properties": {
"region": {
"enum": [
"asia",
"europe",
"americas",
"oceania",
"africa",
"middle-east"
],
"type": "string",
"description": "Optional region filter."
},
"country": {
"type": "string",
"description": "Destination country/region slug, e.g. 'japan', 'south-korea', 'thailand', 'usa', 'europe'. Omit to list all."
},
"max_price_usd": {
"type": "number",
"description": "Optional max price in USD."
}
}
}Parent server
ALT eSIM
1/7 registries