update_node
Atomically update any property of a planning node: title, description, node_type, task_mode, agent_instructions, or metadata. Prevents node_type changes when children exist; status transitions use update_task instead.
Instructions
Edit any node property atomically: title, description, node_type, task_mode, agent_instructions, metadata. Status transitions belong on update_task (which handles claim/log side effects). Rejects node_type changes when the node has children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| plan_id | No | Auto-resolved if omitted. | |
| title | No | ||
| description | No | ||
| node_type | No | ||
| task_mode | No | ||
| agent_instructions | No | ||
| metadata | No |