uniprot_get_go_terms
Retrieve Gene Ontology annotations grouped by aspect for a given UniProt accession. Optionally filter by molecular function, biological process, or cellular component.
Instructions
Get GO annotations grouped by aspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aspect | No | Optional Gene Ontology aspect filter: 'F' (molecular function), 'P' (biological process), 'C' (cellular component), or empty for all three. | |
| accession | Yes | UniProt accession, e.g. 'P04637' (human TP53) or 'P38398' (human BRCA1). Both reviewed (Swiss-Prot) and unreviewed (TrEMBL) accessions are accepted; case-sensitive. | |
| response_format | No | 'markdown' (default) for a human-readable report with a provenance footer, or 'json' for a machine-parseable structured payload with the same data. Any other value is rejected. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |