add_note
Store a new note with a unique ID, title, and content into server memory, making it retrievable for later use.
Instructions
Stores a new note in server memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier/slug for the note (e.g. 'project-ideas') | |
| title | Yes | Title of the note | |
| content | Yes | Body content of the note |