createNotebookEntry
Creates a new notebook entry by adding text content to an existing notebook using its ID and a chosen name.
Instructions
Adds content as a new notebook entry in an existing notebook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the notebook entry | |
| notebook_id | Yes | The id of the notebook to add the entry | |
| text_content | Yes | html or plain text content |