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