action mcw_get_term_stats_using_get { label: "getTermStats" provider: mcw method: GET path: "/stats/term/{accId}/{filterAccId}" encoding: json input: { type: "object" properties: { accId: { type: "string" } filterAccId: { type: "string" } } required: ["accId", "filterAccId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }