action mcw_is_descendant_of_using_get { label: "Returns true or false for terms" provider: mcw method: GET path: "/ontology/term/{accId1}/{accId2}" encoding: json input: { type: "object" properties: { accId1: { type: "string" } accId2: { type: "string" } } required: ["accId1", "accId2"] additionalProperties: false } output: { type: "object" additionalProperties: true } }