gene_annotations
ActiveTool of Quickgo
declared in 0.1.0
QuickGO (EBI) — list the Gene Ontology (GO) annotations for a gene/protein, identified by UniProt accession (e.g. "P04637"). Returns GO ids, names, aspect, evidence, and taxon. Keyless.
Parameters schema
{
"type": "object",
"required": [
"gene_product_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Max annotations (default 25, max 100)."
},
"gene_product_id": {
"type": "string",
"description": "A UniProt accession, e.g. \"P04637\"."
}
}
}Parent server
Quickgo
https://github.com/pipeworx-io/mcp-quickgo
1/7 registries