brain_set_note
Replace an existing thought's note with new Markdown content. Use after reading the current note, as this overwrites the previous text.
Instructions
Replaces a thought's note entirely. The previous text is lost — to add rather than replace, call brain_append_note. Read an existing note with brain_get_thought before overwriting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brainId | Yes | Brain identifier. Take it from brain_list — never guess it. | |
| markdown | Yes | The complete new note body, in Markdown. | |
| thoughtId | Yes |