List Provinces
list_provincesRetrieve Italian provinces with their ISTAT codes, car plate abbreviations, and metropolitan city status. Filter by province name or language preference.
Instructions
List Italian provinces with their codes (ISTAT, car plate, metropolitan city).
Args:
keyword: (optional) Filter by province name (case-insensitive)
lang: "it" | "en" | "any" (default: "any")
Returns:
List of provinces with notation (ISTAT code), name, sigla (car plate), and metro code (if metropolitan city)
Note: Runs 3 parallel queries for names, car plates, and metro codes, then joins client-side. There are ~107 provinces, 14 of which are metropolitan cities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Preferred name language; "any" keeps all languages. | any |
| keyword | No | Filter by province name |