list_plans
List available eSIM plans for a single country, sorted from cheapest to most expensive. Apply filters for trip length, data, and plan count.
Instructions
List eSIM plans for one country, cheapest first. Use plan_trip instead when the user is visiting more than one country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Only plans lasting at least this many days | |
| limit | No | How many plans to return, default 20 | |
| country | Yes | ISO country code such as JP, or a slug such as south-korea | |
| min_data_gb | No | Only plans with at least this much data. Unlimited plans always qualify |