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