Add Note
notes_addCreate a note with a title and body, and get its unique id to reference, update, or retrieve later.
Instructions
Create a new note and return its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title for the note. | |
| content | Yes | Body content of the note. |