brain_append_note
Append markdown to a note, preserving existing content. Creates a new note if none exists.
Instructions
Appends text to the end of a note without erasing anything. The main way to accumulate material on a thought. If no note exists yet, one is created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brainId | Yes | Brain identifier. Take it from brain_list — never guess it. | |
| markdown | Yes | What to append, in Markdown. | |
| thoughtId | Yes |