query
Execute Cypher queries on a Kuzu graph database to retrieve, create, or modify data. Integrates with tools like Claude Desktop or Cursor for streamlined database interactions.
Instructions
Run a Cypher query on the Kuzu database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cypher | No | The Cypher query to run |
Input Schema (JSON Schema)
{
"properties": {
"cypher": {
"description": "The Cypher query to run",
"type": "string"
}
},
"type": "object"
}