createNotebookEntry
Add experimental procedures, results, or observations to an existing research notebook with HTML or plain text formatting.
Instructions
Adds a new entry to an existing notebook
Usage: Add experimental procedures, results, or observations to a notebook Content: Supports both HTML and plain text formatting Returns: Created entry information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the notebook entry | |
| text_content | Yes | html or plain text content | |
| notebook_id | Yes | The id of the notebook to add the entry |