esim_search_plans
Search eSIM plans by country, region, duration, and data allowance. Returns matching plans with price variations for purchase.
Instructions
Search the WorldCitiSim eSIM catalog. Returns plans matching the given filters (country ISO code, region, desired days, desired GB). Plans have variations — each variation is one specific (days × GB × price) combo. The user picks one variation_id to buy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Two-letter ISO 3166-1 alpha-2 country code (e.g. 'JP', 'ES', 'US') OR a plan slug ('spain', 'japan', 'europe', 'global'). Matched case-insensitively against plan slugs and display names. | |
| region | No | Region slug: 'europe' | 'mena' | 'caribbean' | 'balkans' | 'latam' | 'asia' | 'global'. | |
| min_days | No | Minimum plan duration in days. | |
| max_days | No | Maximum plan duration in days. | |
| min_gb | No | Minimum data allowance in GB. Use -1 for 'unlimited'. | |
| limit | No | Max plans to return (default 5, max 20). |