Write Neo4j Cypher
write_neo4j_cypherExecute write Cypher queries on Neo4j to modify data and retrieve the change counters.
Instructions
Execute a write Cypher query on the Neo4j database and return the result summary (counters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The write Cypher query to execute (CREATE, MERGE, SET, DELETE, etc.). | |
| params | No | The parameters to pass to the Cypher query. |