read_neo4j_cypher
Execute 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The Cypher query to execute. | |
| params | No | The parameters to pass to the Cypher query. |