Add a note
add_noteCreate a persistent note with a title and body, then receive its generated ID for later retrieval or deletion.
Instructions
Create a new persisted note with a title and body. Returns the generated note id, which is needed later to fetch or delete it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The note's full text content. | |
| title | Yes | Short title for the note. |