graph_write
Add or update a graph entity (non-destructive). action: add | update. Deletion is a separate tool (graph_soft_delete). (consolidated surface — same handlers as the legacy tools) Required per action — add: node_type, alias, payload, device_id | update: node_id, device_id, field_updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | [add] | |
| action | Yes | which operation to run | |
| node_id | No | [update] | |
| payload | No | [add] | |
| device_id | No | [add] [update] | |
| node_type | No | [add] | |
| client_hlc | No | [add] [update] | |
| field_updates | No | [update] |