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