Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_alphafold_info_by_protein_symbol

Retrieve protein structure information, including PDB and CIF file links, from the AlphaFold database using the protein symbol and species ID via BioContextAI Knowledgebase MCP.

Instructions

Query the AlphaFold database for the protein structure information using the protein name.

This function constructs a query URL to fetch data from the AlphaFold database based on the provided protein name. The response contains links to the PDB and CIF files for the protein structure, as well as general information about the protein.

Args: protein_symbol (Annotated[str, Field, optional): 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: dict: Protein structure information or an error message.

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