Read Neo4j Cypher
read_neo4j_cypherExecute a read-only Cypher query on Neo4j to retrieve data from the graph, enabling AI-driven exploration and text-to-Cypher applications.
Instructions
Execute a read Cypher query on the neo4j database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The Cypher query to execute. | |
| params | No | The parameters to pass to the Cypher query. |