action tradematic_get_cloud_strategies { label: "Get list of active (executing) strategies" description: "Get list of active (executing) strategies" provider: tradematic method: GET path: "/cloud/strategies" encoding: json output: { type: "object" additionalProperties: true } }