create_note
Create a note with Markdown content. Markdown checklist items convert to real interactive checkboxes in the note.
Instructions
Create a note. Markdown is converted by Notes itself, so '- [ ] item' becomes a real checklist item and '- [x] item' a checked one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Note title; must not collide with an existing note | |
| folder | No | Target folder; defaults to the default folder | |
| markdown | No | Body content in Markdown |