Read Neo4j Cypher
read_neo4j_cypherExecute read-only Cypher queries on Neo4j to retrieve graph data for GraphRAG applications. Fetch nodes, relationships, and properties without altering the database.
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. |