pathways_for_entity
ActiveTool of Reactome
declared in 0.1.0
Pathways containing an entity, looked up by external resource id (e.g. UniProt accession).
Parameters schema
{
"type": "object",
"examples": [
{
"entity_id": "P04637"
},
{
"species": "9606",
"resource": "ChEBI",
"entity_id": "CHEBI:15377"
}
],
"required": [
"entity_id"
],
"properties": {
"species": {
"type": "string",
"description": "NCBI taxonomy id as a string (default \"9606\" — human)."
},
"resource": {
"type": "string",
"description": "UniProt | ChEBI | Ensembl | NCBI | GeneCards | … (default UniProt)"
},
"entity_id": {
"type": "string",
"description": "Identifier within the resource, e.g. \"P04637\" for TP53."
}
}
}Parent server
Reactome
https://github.com/pipeworx-io/mcp-reactome
1/7 registries