action tradematic_get_autofollow_strategies_strategyid { label: "Get autofollow strategy by ID" description: "Get autofollow strategy by ID" provider: tradematic method: GET path: "/autofollow/strategies/{strategyid}" encoding: json input: { type: "object" properties: { strategyid: { type: "string" } } required: ["strategyid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }