Skip to main content
Glama

Reactome MCP Server

find_pathways_by_disease

Identify disease-associated biological pathways and mechanisms using a disease name or DOID identifier. Supports retrieval of up to 100 pathways for detailed analysis.

Instructions

Find disease-associated pathways and mechanisms

Input Schema

NameRequiredDescriptionDefault
diseaseYesDisease name or DOID identifier
sizeNoNumber of pathways to return (1-100, default: 25)

Input Schema (JSON Schema)

{ "properties": { "disease": { "description": "Disease name or DOID identifier", "type": "string" }, "size": { "description": "Number of pathways to return (1-100, default: 25)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "disease" ], "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/Reactome-MCP-Server'

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