term_children

Pack: ebi-ols · Endpoint: https://gateway.pipeworx.io/ebi-ols/mcp

Direct children of a term.

Parameters

NameTypeRequiredDescription
ontologystringyes
iristringyes

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":"term_children","arguments":{}}}'

Response shape

FieldTypeDescription
_embeddedobject
Full JSON Schema
{
  "type": "object",
  "description": "Direct child terms of a given term",
  "properties": {
    "_embedded": {
      "type": "object",
      "properties": {
        "children": {
          "type": "array",
          "description": "Array of direct child terms",
          "items": {
            "type": "object",
            "description": "Child term with IRI and label"
          }
        }
      }
    }
  }
}

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.

Regenerated from source · build May 21, 2026