action tradematic_get_time { label: "Get current server time" description: "Get current server time" provider: tradematic method: GET path: "/time" encoding: json output: { type: "object" additionalProperties: true } }