get_pathway_details
Retrieve detailed pathway information by inputting a Reactome pathway stable identifier, such as R-HSA-68886, using the Reactome MCP Server.
Instructions
Get comprehensive information about a specific pathway
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Reactome pathway stable identifier (e.g., R-HSA-68886) |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Reactome pathway stable identifier (e.g., R-HSA-68886)",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}