slite_create_note
Create a new note in Slite with a title and optional markdown content. Optionally place it under a parent note.
Instructions
Create a new note in Slite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Note title | |
| markdown | No | Note content in markdown format | |
| parentNoteId | No | Parent note ID (optional - creates in personal channel if not specified) |