Get brain object
get_graph_objectGet one object from the user's graph, with the objects connected to it (its edges, e.g. a person's spaces, a note's subject). Identify it by object_id (exact, preferred — search and list return it) or by name. Use this when the user asks about a specific thing in their graph, or to follow a connection you found on another object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The object's name (full or partial). | |
| object_id | No | Exact node id (e.g. web_aBc123), if known. |