Skip to main content
Returns a brain’s containers: its table of contents, as a flat list where each container is labeled with its Path (its position in the hierarchy). Use this to understand how a brain is organized before searching it with query_brain or reading specific nodes.

Input

Example

Prompt:
“Show me how the Supabase brain is organized.”
Tool call:
Response:
Each container shows its Name, ID, and Path (its position in the hierarchy). Top-level containers have no Path.

When to use it

  • You want a map of the brain before deciding what to search for.
  • The agent should scope its reasoning to a known section of the docs.
  • You are exploring an unfamiliar brain and want its shape at a glance.

See also