get_term

Pack: quickgo · Endpoint: https://gateway.pipeworx.io/quickgo/mcp

QuickGO (EBI) — get a single Gene Ontology (GO) term by id. Returns its name, aspect (biological_process|molecular_function|cellular_component), definition, synonyms, and obsolete flag. Keyless.

Parameters

NameTypeRequiredDescription
idstringyesA GO id, e.g. “GO:0006915”.

Example call

curl -X POST https://gateway.pipeworx.io/quickgo/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_term","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "quickgo": {
      "url": "https://gateway.pipeworx.io/quickgo/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026