Back to catalog
Cortexa research tool·genomics·go
GO Get Annotations For Gene
Finds all GO annotations for a specific gene/protein using GOlr search.
Livelast probed 2026-04-30 23:07Z· 116msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 116ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"gene_id": {
"description": "A gene identifier such as gene symbol (e.g., 'TP53') or database ID.",
"type": "string"
},
"rows": {
"default": 100,
"description": "Maximum number of annotations to return. Default: 100. Use a lower value (e.g., 25) for genes with many annotations like TP53.",
"type": "integer"
}
},
"required": [
"gene_id"
],
"type": "object"
}Examples (1)
Default GO Get Annotations For Gene call
public-safeinput
{
"gene_id": "BRCA1",
"rows": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_GO_get_annotations_for_gene
- Tool name
- GO_get_annotations_for_gene
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse