Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_human_protein_atlas_info

Retrieve detailed protein information, genetic constraints, and target tractability data from the Human Protein Atlas using Ensembl gene IDs or gene symbols with this query tool.

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" }

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