action mcw_get_expression_for_taxon_using_get { label: "Get expression annotations submitted by RGD to AGR by taxonId" provider: mcw method: GET path: "/agr/expression/{taxonId}" encoding: json input: { type: "object" properties: { taxonId: { type: "string" } } required: ["taxonId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }