Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_cell_ontology_terms

Search the Ontology Lookup Service (OLS) for specific Cell Ontology (CL) terms by specifying a cell type, with options to control result size and exact matches. Retrieve structured information for cell type identification.

Instructions

Query the Ontology Lookup Service (OLS) for Cell Ontology (CL) terms.

This function searches for Cell Ontology terms associated with cell types using the OLS API. The Cell Ontology provides a controlled vocabulary for cell types.

Args: cell_type (str): The cell type to search for (e.g., "T cell"). size (int): Maximum number of results to return (default: 10). exact_match (bool): Whether to perform an exact match search (default: False).

Returns: dict: Dictionary containing Cell Ontology terms and information or error message

Input Schema

NameRequiredDescriptionDefault
cell_typeYesThe cell type to search for (e.g., 'T cell', 'neuron', 'hepatocyte')
exact_matchNoWhether to perform an exact match search
sizeNoThe maximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "cell_type": { "description": "The cell type to search for (e.g., 'T cell', 'neuron', 'hepatocyte')", "title": "Cell Type", "type": "string" }, "exact_match": { "default": false, "description": "Whether to perform an exact match search", "title": "Exact Match", "type": "boolean" }, "size": { "default": 10, "description": "The maximum number of results to return", "title": "Size", "type": "integer" } }, "required": [ "cell_type" ], "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    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/biocontext-ai/knowledgebase-mcp'

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