Run Cypher
run_cypherExecute openCypher queries on specific graph databases. Supports read (MATCH) and write (CREATE, SET, DELETE, MERGE, REMOVE) operations, returning column names 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 | |||