Which board covers this place
scenef_resolve_boardTranslate a city, 5-digit ZIP, neighborhood or board alias into the region handle every other tool takes. Returns the board and WHAT matched it. Refuses rather than guessing: an ambiguous name returns candidates (Gainesville is a town in Texas and another in Florida), a place we cover but have not published returns outside_coverage with the nearest published boards, and an unknown string returns unknown with no fallback board. Coordinates are not accepted — this reads names, not locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | Yes | A city ("Pasadena"), a 5-digit ZIP ("94121"), a neighborhood ("the Mission") or a board alias ("the East Bay", "sf"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| note | No | ||
| input | Yes | ||
| reason | No | ||
| region | No | ||
| matched | No | ||
| candidates | No | ||
| nearest_lit | No | ||
| region_name | No |