add_note
Save a new note with a title, optional body, and tags for later search and organization.
Instructions
Save a new note with a title, an optional body and optional tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Note text. | |
| tags | No | Tags, lowercased automatically, a leading # is stripped. | |
| title | Yes | Short title, required. |