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