node id it returned) or an entry from get_brain_tree.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
brainId | string | Yes | The brain the node belongs to. |
nodeId | string | Yes | The node to fetch, e.g. a node id from a query_brain result. |
Example
Prompt:“Show me the full source for that RLS result.”Tool call:
Path is the node’s breadcrumb within the brain, which helps the agent place the content in context.
When to use it
- A query_brain result is truncated and you want the full passage.
- You found a relevant node in get_brain_tree and want to read it.
- The agent needs the complete, verbatim source rather than a ranked excerpt.
See also
- query_brain: find relevant nodes by searching.
- get_brain_tree: browse nodes by structure.

