Back to catalog
Cortexa research tool·chemistry·mgnify_expanded
MGnify Get Go Terms
Get Gene Ontology (GO) functional annotations from a MGnify metagenomics analysis. Returns GO terms with their accession, description, gene count, and category (biological_process, molecular_function, or cellular_component). Use to understand the functional capacity of a microbial community. Example: MGYA00585482 returns GO:0055114 oxidation-reduction process (count=1507).
Livelast probed 2026-04-30 23:07Z· 85msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 85ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"analysis_id": {
"description": "MGnify analysis accession (e.g., 'MGYA00585482'). Find IDs via MGnify_list_analyses.",
"type": "string"
},
"page_size": {
"default": 25,
"description": "Number of GO terms to return per page (default 25, max 100).",
"type": "integer"
}
},
"required": [
"analysis_id"
],
"type": "object"
}Examples (1)
Default MGnify Get Go Terms call
public-safeinput
{
"analysis_id": "",
"page_size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MGnify_get_go_terms
- Tool name
- MGnify_get_go_terms
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse