geocode_address
Resolve a Glendale street address into coordinates and a match score, or see multiple candidates when the address is ambiguous. Use it to verify addresses within city limits.
Instructions
Find a Glendale street address with the City of Glendale geocoder. Returns the matched address, coordinates and score, or several candidates when the address is ambiguous (e.g. '613 Broadway' matches both E and W Broadway). Addresses outside the city limits (the geocoder also knows Burbank and unincorporated La Crescenta) return an error. Unit numbers are ignored and place names aren't supported. Other tools accept an address directly, so call this only to check or disambiguate one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | A street address in Glendale |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | ||
| notes | No | ||
| status | Yes | ||
| location | No | The confident match; null when ambiguous | |
| candidates | Yes | Matches inside Glendale, best first (duplicates removed) |