create-note
Add structured notes to your Inkdrop database by specifying a title, content in Markdown, and a notebook ID. Define note status for better organization and retrieval.
Instructions
Create a new note in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | The content of the note represented with Markdown | |
bookId | Yes | The notebook ID | |
status | No | The status of the note | |
title | Yes | The note title |