Back to catalog
Cortexa research tool·structure·zfin
ZFIN Get Gene Phenotypes
Get phenotype annotations for a zebrafish gene from ZFIN via the Alliance of Genome Resources. Returns phenotypes observed when the gene is mutated or knocked out in zebrafish, including affected anatomical structures and phenotype statements. Zebrafish is widely used for forward genetic screens and disease modeling. Example: 'ZFIN:ZDB-GENE-990415-8' (pax2a) returns phenotypes related to eye, kidney, and nervous system development.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "ZFIN gene ID with 'ZFIN:' prefix. Examples: 'ZFIN:ZDB-GENE-990415-8' (pax2a), 'ZFIN:ZDB-GENE-990415-72' (tp53), 'ZFIN:ZDB-GENE-980526-166' (shha).",
"type": "string"
},
"limit": {
"description": "Maximum number of phenotypes to return (1-100). Default: 20.",
"type": "integer"
},
"page": {
"description": "Page number for pagination. Default: 1.",
"type": "integer"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default ZFIN Get Gene Phenotypes call
public-safeinput
{
"gene_id": "BRCA1",
"limit": 3,
"page": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ZFIN_get_gene_phenotypes
- Tool name
- ZFIN_get_gene_phenotypes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse