action gambitcomm_get_scen { label: "first scenario name" description: "first scenario name" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/scen" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }