action gambitcomm_get_owner { label: "owner of the agent." description: "owner of the agent." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/owner" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "string" } }