Search brain
search_graph_objectsSearch the user's graph by matching a term against object names and descriptions — plus semantic matching over text-bearing objects (notes, facts, posts, links, files, emails), so a search finds what the user means, not just exact words. Use this to find a specific thing they mentioned — a person, company, file, saved web link, or fact — when you don't have its object_id. Optionally restrict to one type. Returns matches with their object_id for follow-up with get_graph_object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only objects of this type (e.g. 'contact', 'fact'). | |
| limit | No | Max results (default 20, max 50). | |
| query | Yes | Term to match against name and description. |