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