Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_human_protein_atlas_info

Retrieve comprehensive protein data including general information, genetic constraints, and tractability using the Human Protein Atlas API by inputting gene IDs or symbols.

Instructions

Query the Human Protein Atlas API for target general information, genetic constraint, and tractability.

Input Schema

NameRequiredDescriptionDefault
gene_idYesThe Ensembl gene ID (e.g., 'ENSG00000141510')
gene_symbolYesThe gene name (e.g., 'TP53')

Input Schema (JSON Schema)

{ "properties": { "gene_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "The Ensembl gene ID (e.g., 'ENSG00000141510')", "title": "Gene Id" }, "gene_symbol": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "The gene name (e.g., 'TP53')", "title": "Gene Symbol" } }, "required": [ "gene_id", "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