brain_get_thought
Retrieve a thought's full context: note, parents, children, jumps, tags, and attachments, to understand its connections before modifying it.
Instructions
A thought in full: note, parents, children, jumps, tags, type and attachments in one call. The main way to understand a thought's context. Call it when you need to know what a thought is about and how it connects, before changing or extending it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brainId | Yes | Brain identifier. Take it from brain_list — never guess it. | |
| thoughtId | Yes | Thought identifier. | |
| includeSiblings | No | Include siblings under the same parent. Off by default — there can be many. |