get_ontology
Pack: ebi-ols · Endpoint: https://gateway.pipeworx.io/ebi-ols/mcp
Ontology metadata by id (e.g. “efo”, “mondo”, “go”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes |
Example call
curl -X POST https://gateway.pipeworx.io/ebi-ols/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_ontology","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Ontology metadata including identifier, title, and configuration"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ebi-ols": {
"url": "https://gateway.pipeworx.io/ebi-ols/mcp"
}
}
}
See Getting Started for client-specific install steps.