update_node
Modify the content or tags of a mind map node to reflect refined ideas without altering its parent/child relationships.
Instructions
Edit the text or tags of an existing node. Use this when an idea has been refined, clarified, or its scope has changed. Does not change parent/child relationships — use add_idea + delete_node to restructure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | ID of the node to update | |
| newText | Yes | Replacement text for the node | |
| newTags | No | Replacement tag list (full set — overwrites existing tags). Leading # is stripped and values are lowercased automatically. |