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