action faretrotter_get_places { label: "Returns possible modes of transportation between two cities." provider: faretrotter method: GET path: "/places" encoding: json output: { type: "object" additionalProperties: true } }