create_note
Save freeform notes about a contact's budget, motivation, preferences, and other unstructured details to avoid losing any user-provided information.
Instructions
Save freeform context about a contact that doesn't fit a structured field — budget/price range, motivation, financing, preferences, whether they're represented, reactions, etc. Use this liberally so nothing the user mentions is lost. Use find_contacts first to get the contactId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The note text. Capture the detail in the user's own terms. | |
| contactId | Yes | Id of the contact this note is about. |