Skip to main content
Glama

OLS MCP Server

by seandavi
13
  • Apple
  • Linux

get_term_children

Retrieve direct child terms of a specific ontology term using its IRI and ontology identifier. Supports filtering obsolete entities and limiting result size for efficient data retrieval.

Instructions

Get direct children of a specific term.

Args: term_iri: The IRI of the term ontology: The ontology identifier include_obsolete: Include obsolete entities size: Maximum number of results

Returns: JSON formatted list of child terms

Input Schema

NameRequiredDescriptionDefault
include_obsoleteNo
ontologyYes
sizeNo
term_iriYes

Input Schema (JSON Schema)

{ "properties": { "include_obsolete": { "default": false, "title": "Include Obsolete", "type": "boolean" }, "ontology": { "title": "Ontology", "type": "string" }, "size": { "default": 20, "title": "Size", "type": "integer" }, "term_iri": { "title": "Term Iri", "type": "string" } }, "required": [ "term_iri", "ontology" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seandavi/ols-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server