Connect brain objects
connect_graph_objectsConnect two objects in the user's graph with a directed edge — e.g. connect a file or note to a project, a person to a company, a web link to an event. Use the object_ids that create, search, or list returned. connection_type names the relationship ('part_of', 'works_at', 'related_to', …); connecting twice with the same type is a no-op, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_object_id | Yes | The edge points here (e.g. the project). | |
| from_object_id | Yes | The edge starts here (e.g. the file). | |
| connection_type | No | Relationship name (default 'related_to'). |