note
Manage notes in a notebook by creating, listing, updating, or deleting them.
Instructions
Manage notes in a notebook. Unified tool for all note operations.
Supports: create, list, update, delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | Notebook UUID | |
| action | Yes | Operation to perform: - create: Create a new note - list: List all notes in notebook - update: Update an existing note - delete: Delete a note permanently (requires confirm=True) | |
| note_id | No | Note UUID (required for update/delete) | |
| content | No | Note content (required for create, optional for update) | |
| title | No | Note title (optional for create/update) | |
| confirm | No | Must be True for delete action |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||