Skip to main content
Glama

Reactome MCP Server

search_pathways

Find biological pathways, reactions, proteins, complexes, or diseases by entering a search query on the Reactome MCP Server.

Instructions

Search for biological pathways by name, description, or keywords

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query (pathway name, process, keywords)
sizeNoNumber of results to return (1-100, default: 20)
typeNoType of entity to search for (default: pathway)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search query (pathway name, process, keywords)", "type": "string" }, "size": { "description": "Number of results to return (1-100, default: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "type": { "description": "Type of entity to search for (default: pathway)", "enum": [ "pathway", "reaction", "protein", "complex", "disease" ], "type": "string" } }, "required": [ "query" ], "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