search_divisions
Look up administrative divisions by name, with options to narrow by country, subtype, or admin level.
Instructions
Look up administrative divisions (countries, regions, counties, localities) in Overture Maps. Search by name (e.g. 'Springfield'), optionally narrowed by country, subtype (country, region, county, locality, ...) or admin_level. Geometry is omitted by default to save space; set include_geometry=true only if you specifically need the boundary polygon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| name | No | Division name to search for, e.g. 'Paris', 'Bavaria'. | |
| limit | No | Number of results (default 10, max 50). | |
| radius | No | ||
| country | No | ISO country code to narrow the search, e.g. FR. | |
| subtype | No | Division subtype: country, region, county, locality, etc. | |
| admin_level | No | Administrative level (0 = country, higher = more local). | |
| include_geometry | No | Include the boundary polygon (large). Default false. |