Create a note
create_noteCreate a new plain-text note. Provide a title for automatic filename generation, and optionally include a body and folder.
Instructions
Create a new plain-text note. The server derives the filename from the title. To create a note you can address later by an exact filename of your choosing, use append_to_note instead (it creates the note on first write). Plain text only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the note. The server derives the filename from it. | |
| body | No | Plain-text body of the note. | |
| folder_id | No | Optional folder id to file the note under. |