Search Birthplace
astral_search_birthplaceConvert a city or place name into latitude, longitude, and IANA timezone using OpenStreetMap. Use this to geocode a birthplace before passing coordinates to chart tools.
Instructions
Geocode a city or place name into latitude, longitude and IANA timezone using OpenStreetMap (free, no key). Call this FIRST whenever you only have a place name, then pass the chosen match's coordinates and timezone to the chart tools. Returns several matches; pick the one whose displayName matches the intended birthplace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | City or place name to geocode, e.g. 'Fortaleza, Brazil'. Minimum 3 characters. Call this first when you only have a place name, then pass the returned latitude/longitude/timezone to the chart tools. | |
| language | No | Preferred language for returned place names (ISO code), e.g. en, pt, es. | en |
| response_format | No | Output shape. 'markdown' is a readable briefing for display; 'json' returns the full structured chart for further processing. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| query | Yes | ||
| results | Yes |