action gambitcomm_get_protocols { label: "protocols supported by agent" description: "protocols supported by agent as an array of strings" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/protocol" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "array" items: { type: "string" } } }