execute_query
Run Cypher queries on a Neo4j database to interact with and manage graph data, enabling actions like creating nodes and establishing relationships.
Instructions
Execute a Cypher query on Neo4j database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No | Query parameters | |
query | Yes | Cypher query to execute |