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