alltrails_resolve_location
Resolves a place name into AllTrails location records with kind, coordinates, and slug. Helps disambiguate between states, cities, and points of interest.
Instructions
Resolve a place name to AllTrails location records — country / state / city / area / point of interest — with each one's kind, coordinates, URL slug, and disambiguation label. Useful for pinning down which "Oregon" (state vs the towns) or getting a place's coordinates/slug. NOTE: the returned id is an Algolia search id and is NOT the id the trail-listing tools take; to find trails for a place, feed the resolved name back into alltrails_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Which place kinds to return (default: all — country, state, city, area, poi) | |
| limit | No | Max results to return (default 10) | |
| query | Yes | Place name to resolve, e.g. "portland oregon" or "zion" |