Skip to main content
Fetches the full content of a single brain node. Use it to read the complete source behind a query_brain result (pass the node id it returned) or an entry from get_brain_tree.

Input

Example

Prompt:
“Show me the full source for that RLS result.”
Tool call:
Response:
The 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