Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_go_terms_by_gene

Retrieve Gene Ontology (GO) terms linked to a specific gene name using the Ontology Lookup Service. Input a gene name to access structured vocabularies and attributes for gene-related research and analysis.

Instructions

Query the Ontology Lookup Service (OLS) for Gene Ontology (GO) terms related to a gene name.

This function searches for GO terms associated with a given gene name using the OLS API. Gene Ontology provides structured vocabularies for gene and gene product attributes.

Args: gene_name (str): The gene name or symbol to search for (e.g., "TP53"). 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 GO terms and information or error message

Input Schema

NameRequiredDescriptionDefault
exact_matchNoWhether to perform an exact match search
gene_nameYesThe gene name or symbol to search for (e.g., 'TP53', 'BRCA1')
sizeNoThe maximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "exact_match": { "default": false, "description": "Whether to perform an exact match search", "title": "Exact Match", "type": "boolean" }, "gene_name": { "description": "The gene name or symbol to search for (e.g., 'TP53', 'BRCA1')", "title": "Gene Name", "type": "string" }, "size": { "default": 10, "description": "The maximum number of results to return", "title": "Size", "type": "integer" } }, "required": [ "gene_name" ], "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