Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_ensembl_id_from_gene_symbol

Retrieve Ensembl ID for a gene symbol by querying the Ensembl database. Specify the species to ensure accurate results, enabling precise gene identification for research and analysis.

Instructions

Query the Ensembl database for the Ensembl ID of a given gene name.

Always provide the species parameter to ensure the correct protein is returned.

Args: gene_symbol (str): The name of the gene to search for (e.g., "TP53"). species (str): Taxonomy ID (e.g., 10090) as string (default: "9606").

Returns: dict: Gene data or error message

Input Schema

NameRequiredDescriptionDefault
gene_symbolYesThe name of the gene to search for (e.g., 'TP53')
speciesNoTaxonomy ID (e.g., 10090) or species name as string9606

Input Schema (JSON Schema)

{ "properties": { "gene_symbol": { "description": "The name of the gene to search for (e.g., 'TP53')", "title": "Gene Symbol", "type": "string" }, "species": { "default": "9606", "description": "Taxonomy ID (e.g., 10090) or species name as string", "title": "Species", "type": "string" } }, "required": [ "gene_symbol" ], "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