update_thought
Modify a thought's visual and metadata properties, including name, label, kind, colors, and access type, to maintain an organized knowledge structure.
Instructions
Update a thought including its visual properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | New kind: 1=Normal, 2=Type, 3=Event, 4=Tag, 5=System | |
| name | No | New name for the thought | |
| label | No | New label for the thought | |
| acType | No | New access type: 0=Public, 1=Private | |
| typeId | No | New type ID to assign | |
| brainId | No | The ID of the brain | |
| thoughtId | Yes | The ID of the thought to update | |
| backgroundColor | No | New background color in hex format (e.g., "#0000ff") | |
| foregroundColor | No | New foreground color in hex format (e.g., "#ff0000") |