Skip to main content
Glama

ProteinAtlas MCP Server

get_pathology_data

Retrieve cancer and pathology data for specific proteins from the Human Protein Atlas. Input a gene symbol to access detailed protein expression and pathology information in JSON or TSV format.

Instructions

Get cancer and pathology data for a protein

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
geneYesGene symbol

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "gene": { "description": "Gene symbol", "type": "string" } }, "required": [ "gene" ], "type": "object" }

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/Augmented-Nature/ProteinAtlas-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server