brain_update_thought
Update a thought's title, caption, type, or colors to rename or reclassify it.
Instructions
Changes a thought's properties: title, caption, type, colours. Call it to rename or reclassify. It does not touch the note — use brain_set_note or brain_append_note for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New title. | |
| label | No | Caption; null clears it. | |
| typeId | No | Type; null removes the type. | |
| brainId | Yes | Brain identifier. Take it from brain_list — never guess it. | |
| thoughtId | Yes | Which thought to change. | |
| backgroundColor | No | Background colour. | |
| foregroundColor | No | Text colour, for example #ff7145. |