action lyft_get_rides { label: "List rides" description: "Get a list of past & current rides for this passenger.\n" provider: lyft method: GET path: "/rides" encoding: json output: { type: "object" additionalProperties: true } }