Run Cypher
run_cypherRun openCypher queries against a graph database to read or modify data, returning structured columns and rows.
Instructions
Execute an openCypher query on a specific graph database. Supports read queries (MATCH) and write/modifying queries (CREATE, SET, DELETE, MERGE, REMOVE). Returns an object with columns (list of result column names) and rows (list of result rows as dicts keyed by column).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | Yes | ||
| cypher_query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||