create_note
Create a new note in a specific notebook by providing title, body, and notebook ID.
Instructions
Create a new note in the given notebook. Use list_notebooks to find a notebook_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |