action gambitcomm_get_changed { label: "has the agent value space changed?" description: "has the agent value space changed?" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/changed" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }