reactome_cypher_schema
Introspect the Reactome graph schema to get labels, relationships, properties, indexes, and constraints before writing Cypher queries.
Instructions
Introspect the Reactome graph schema — labels with node counts, relationship types with cardinalities, per-label and per-rel property types (with mandatory flags), indexes, and constraints. Fetched live from the database via APOC on first call and cached in-memory for the rest of the session (~100–300 ms one-time). Call this before writing Cypher. For the full JSON (including the raw apoc.meta.schema() object), read the reactome://graph/schema resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||