search_boundaries_by_name
Search for UK administrative boundaries by name (case-insensitive partial match).
Use this to discover boundaries when you have a place name but not a code.
Returns lightweight metadata only — no geometry. If you need to display or
analyse the boundary shape, call get_boundary_geojson_by_code() with the
returned code.
Call list_boundary_type_codes() first if you need to filter by type and are unsure which code to use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full or partial boundary name. Case-insensitive. Examples: "Hackney", "Greater Manchester", "York", "Kent". | |
| boundary_type | No | Optional type code to narrow results, e.g. "LBO" for London Boroughs or "CTY" for Counties. Must be a code from list_boundary_type_codes(); raises ValueError otherwise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |