create-note
Create a new note in Inkdrop by specifying a notebook ID, title, and body in Markdown. Optionally assign tags and set a status.
Instructions
Create a new note in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note represented with Markdown | |
| tags | No | An array of tag IDs to assign to the note. Call `list-tags` or `read-tag` to retrieve available tags. You can create a new tag with `create-tag` tool if necessary. | |
| title | Yes | The note title | |
| bookId | Yes | The notebook ID | |
| status | No | The status of the note |