Skip to main content
Glama

Reactome MCP Server

get_protein_interactions

Identify protein-protein interactions within specific pathways using Reactome data. Retrieve interaction types like protein-protein, regulatory, or catalysis for detailed pathway analysis.

Instructions

Get protein-protein interactions within pathways

Input Schema

NameRequiredDescriptionDefault
interactionTypeNoType of interactions to retrieve (default: all)
pathwayIdYesReactome pathway stable identifier

Input Schema (JSON Schema)

{ "properties": { "interactionType": { "description": "Type of interactions to retrieve (default: all)", "enum": [ "protein-protein", "regulatory", "catalysis", "all" ], "type": "string" }, "pathwayId": { "description": "Reactome pathway stable identifier", "type": "string" } }, "required": [ "pathwayId" ], "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