Skip to main content
Glama

ProteinAtlas MCP Server

search_by_tissue

Search for proteins with high expression levels in specific tissues using tissue name, expression level filter, and output format options. Retrieve data directly from the ProteinAtlas MCP Server.

Instructions

Find proteins highly expressed in specific tissues

Input Schema

NameRequiredDescriptionDefault
expressionLevelNoExpression level filter
formatNoOutput format (default: json)
maxResultsNoMaximum number of results (1-10000, default: 100)
tissueYesTissue name (e.g., liver, brain, heart)

Input Schema (JSON Schema)

{ "properties": { "expressionLevel": { "description": "Expression level filter", "enum": [ "high", "medium", "low", "not detected" ], "type": "string" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "tsv" ], "type": "string" }, "maxResults": { "description": "Maximum number of results (1-10000, default: 100)", "maximum": 10000, "minimum": 1, "type": "number" }, "tissue": { "description": "Tissue name (e.g., liver, brain, heart)", "type": "string" } }, "required": [ "tissue" ], "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