Skip to main content
Glama

ProteinAtlas MCP Server

compare_expression_profiles

Analyze and compare protein expression profiles across tissues, brain regions, blood, or single-cell data for 2 to 10 genes using the ProteinAtlas MCP Server.

Instructions

Compare expression profiles between multiple proteins

Input Schema

NameRequiredDescriptionDefault
expressionTypeNoType of expression data to compare (default: tissue)
formatNoOutput format (default: json)
genesYesArray of gene symbols to compare (2-10)

Input Schema (JSON Schema)

{ "properties": { "expressionType": { "description": "Type of expression data to compare (default: tissue)", "enum": [ "tissue", "brain", "blood", "single_cell" ], "type": "string" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "genes": { "description": "Array of gene symbols to compare (2-10)", "items": { "type": "string" }, "maxItems": 10, "minItems": 2, "type": "array" } }, "required": [ "genes" ], "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