Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_uniprot_id_by_protein_symbol

Retrieve UniProt IDs for proteins by entering their names and species IDs, facilitating accurate identification in biomedical research and data integration.

Instructions

Query the UniProt database for the UniProt ID using the protein name.

Args: protein_symbol (str): The name of the protein to search for (e.g., "SYNPO"). species (str): The organism ID (e.g., "9606" for human). Default is "9606".

Returns: str: The UniProt ID of the protein.

Raises: ValueError: If no results are found for the given protein name.

Input Schema

NameRequiredDescriptionDefault
protein_symbolYesThe name of the gene to search for (e.g., 'SYNPO')
speciesNoThe organism ID (e.g., '9606' for human)9606

Input Schema (JSON Schema)

{ "properties": { "protein_symbol": { "description": "The name of the gene to search for (e.g., 'SYNPO')", "title": "Protein Symbol", "type": "string" }, "species": { "default": "9606", "description": "The organism ID (e.g., '9606' for human)", "title": "Species", "type": "string" } }, "required": [ "protein_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