create_thought
Add a new thought to your brain, optionally setting its color, type, label, and linking it to an existing thought.
Instructions
Create a new thought with optional visual properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Kind of thought: 1=Normal, 2=Type, 3=Event, 4=Tag, 5=System | |
| name | Yes | The name of the thought | |
| label | No | Optional label for the thought | |
| acType | No | Access type: 0=Public, 1=Private | |
| typeId | No | ID of the thought type to assign | |
| brainId | No | The ID of the brain (uses active brain if not specified) | |
| relation | No | Relation type if linking: 1=Child, 2=Parent, 3=Jump, 4=Sibling | |
| backgroundColor | No | Background color in hex format (e.g., "#0000ff") | |
| foregroundColor | No | Foreground color in hex format (e.g., "#ff0000") | |
| sourceThoughtId | No | ID of the source thought to link from |