mutate_graph
Execute arbitrary Cypher write operations to create, update, or delete nodes, relationships, and properties in the memory graph. Enables custom modifications beyond specialized tools.
Instructions
Execute arbitrary Cypher write operations for creating/updating nodes, relationships, and properties. Use for operations beyond specialized tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cypher | Yes | Cypher query to execute (write operations) | |
| params | No | Parameterized query values |