action solarvps_get_tickets { label: "View all your tickets" description: "Shows all your tickets" provider: solarvps method: GET path: "/tickets" encoding: json output: { type: "object" additionalProperties: true } }