Back to catalog
Cortexa research tool·genomics·reactome_interactors
ReactomeInteractors Search Entity
Search Reactome for biological entities (proteins, complexes, reactions, pathways) by name or identifier. Returns Reactome stable IDs, entity names, types, and species. Use this to find Reactome IDs for proteins before querying their interactors or pathways. Results are grouped by entity type (Protein, Complex, Reaction, Pathway). Example: search 'TP53' returns TP53 protein entities with stable IDs like R-HSA-69488; search 'apoptosis' returns apoptosis-related reactions and pathways.
Livelast probed 2026-04-30 23:07Z· 112msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 112ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"query": {
"description": "Search query - gene name, protein name, pathway name, or Reactome ID. Examples: 'TP53', 'BRCA1', 'apoptosis', 'insulin signaling', 'cell cycle'.",
"type": "string"
},
"species": {
"description": "Species name filter (default: 'Homo sapiens'). Examples: 'Homo sapiens', 'Mus musculus', 'Rattus norvegicus'.",
"type": [
"string",
"null"
]
},
"types": {
"description": "Entity type filter. Options: 'Protein', 'Complex', 'Reaction', 'Pathway', 'SmallMolecule'. If null, returns all types.",
"type": [
"string",
"null"
]
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default ReactomeInteractors Search Entity call
public-safeinput
{
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ReactomeInteractors_search_entity
- Tool name
- ReactomeInteractors_search_entity
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse