save_note. Semantically searches the meeting briefs, transcripts, meeting notes, and notes kept on contacts, and returns the matching documents with a snippet — so the agent pulls the relevant passage rather than loading whole documents into context.
Pass focus to restrict to one person or company, or omit it to search across everyone in the workspace.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
question | string | ✓ | Natural-language query matched against document content |
focus | string | Restrict to one person/company — email, LinkedIn URL, domain, or entity UUID. Omit to search everyone. | |
limit | number | Max documents to return. Default 8, cap 20. |
Returns
Ranked documents, each with type, title, date, similarity, and a snippet. Get the full body withget_account.
When to call it
- “What did we discuss about pricing?” — pull the relevant past notes
- “What objections came up in past meetings?” — across a contact’s record
- Comparing across meetings — restrict with
focusand read the snippets
Backed by
POST /v2/notes/search — see the HTTP reference for the raw JSON shape.