note_save
Create a new note or update an existing one in a specified notebook. For new notes, provide title and content; for updates, give a note name or ID and the fields to change.
Instructions
Create a note, or update an existing one (upsert). Accepts a notebook name or ID.
Mode is chosen SOLELY by note:
noteomitted → create a new note;titleANDcontentare both required. Returnsstatus="created".notegiven (a note name or id) → update that note; supplytitleand/orcontent(at least one — title-only renames, content-only replaces the body). A ref that doesn't resolve is a not-found error, NEVER a stray create. Returnsstatus="updated".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| title | No | ||
| content | No | ||
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||