create_todo
Add a new todo item to a specific note in Sidvy, specifying text, note ID, line number, and optional completion status.
Instructions
Create a new todo associated with a note
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Todo text/description | |
| noteId | Yes | ID of the note this todo belongs to | |
| lineNumber | Yes | Line number in the note where this todo appears | |
| completed | No | Initial completion status (default: false) | |
| workspaceId | No | Workspace ID (optional, uses default) |