search_notes.
Not the same as
record. record logs that an interaction happened (an email was sent, a call was held) and Nous derives claims from it. save_note keeps the document itself. After a meeting, do both: record the meeting, save_note the notes. For the user’s own GTM profile, use set_workspace_profile, not this.Parameters
Put the full text in
content — it’s kept whole for agents to read. The UI shows the title and date, not the whole body.
Returns
When to call it
- After writing a meeting brief → save it to the contact so the next meeting can reference it
- After a call → keep the transcript or your notes on the record
- When you produce durable research about a specific contact worth keeping for next time
When NOT to call it
- An interaction happened (email sent, meeting held) →
recordwith aninteraction.*event - A change to the user’s own GTM (repriced, moved upmarket) →
set_workspace_profile
Backed by
POST /v2/notes — see the HTTP reference for the raw JSON shape.