action zeno_get_station_countries { label: "getStationCountries" description: "Get the list of Countries that can be used to filter stations in the search stations request" provider: zeno method: GET path: "/api/v2/stations/countries" encoding: json output: { type: "object" additionalProperties: true } }