action mcw_get_term_using_get { label: "Returns term for Accession ID" provider: mcw method: GET path: "/ontology/term/{accId}" encoding: json input: { type: "object" properties: { accId: { type: "string" } } required: ["accId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }