Read Neo4j Cypher
read_neo4j_cypherExecute read-only Cypher queries on Neo4j databases to retrieve data for GraphRAG applications, supporting semantic search and complex graph traversals.
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. |