action turbinelabs_get_cluster { label: "get clusters" description: "Get a list of clusters" provider: turbinelabs method: GET path: "/cluster" encoding: json input: { type: "object" properties: { filters: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }