Skip to main content
Glama

Reactome MCP Server

find_pathways_by_gene

Identify pathways associated with a specific gene or protein using gene symbols or UniProt IDs. Explore functional relationships in biological systems with species-specific pathway data.

Instructions

Find all pathways containing a specific gene or protein

Input Schema

NameRequiredDescriptionDefault
geneYesGene symbol or UniProt ID (e.g., BRCA1, P04637)
speciesNoSpecies name or taxon ID (default: Homo sapiens)

Input Schema (JSON Schema)

{ "properties": { "gene": { "description": "Gene symbol or UniProt ID (e.g., BRCA1, P04637)", "type": "string" }, "species": { "description": "Species name or taxon ID (default: Homo sapiens)", "type": "string" } }, "required": [ "gene" ], "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