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