mesh_list_stations
Retrieve the current station list from the mesh's canonical directory. Optionally filter by nearest location, continent, country, or city; omit filters to list every known station.
Instructions
List macula stations via hecate_stations.list_stations, the mesh's canonical station directory -- so an agent never has to hand-maintain a station list. Auto-discovers which realm hecate_stations is currently advertised under (never the default all-zero realm) via a DHT lookup, then calls it. Optional near (nearest-first by great-circle distance) or continent/country/city filters, matching the service's own filter API -- omit all filters to list every known station. Defaults to station-de-frankfurt.macula.io:4433 if host isn't given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Exact match, e.g. "paris". | |
| host | No | Station to connect through for both the discovery lookup and the call, "host[:port]". Defaults to station-de-frankfurt.macula.io:4433. | |
| near | No | Sort nearest-first by great-circle distance from (lat, lng); limit caps the result count. | |
| country | No | Exact match, e.g. "FR". | |
| continent | No | Exact match, e.g. "Europe". |