notes.create_note
Create a new note with your choice of folder, title, plaintext or markdown content, and file attachments.
Instructions
Create a new note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | Folder identifier. If omitted, uses the default account + default folder. | |
| title | No | Note title. | |
| plaintext | No | Plaintext content (converted to HTML). | |
| markdown | No | Markdown content (converted to HTML). | |
| attach_file | No | Add one or more attachments after note creation (repeatable). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||