list_ontologies
Pack: ebi-ols · Endpoint: https://gateway.pipeworx.io/ebi-ols/mcp
List loaded ontologies (paginated).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
size | number | no | 1-500 (default 20). |
page | number | no | 0-based page (default 0). |
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":"list_ontologies","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Paginated list of loaded ontologies from EBI OLS4"
}
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.