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. One name is not free-choice: when the user says somebody introduced or referred them to someone, the edge type is exactly 'introduced', running from the person who made the introduction to the person they introduced. That is the only spelling anything reads, so 'intro' or 'referral' records the fact and hides it.
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'). Use 'introduced' for an introduction, introducer first. |