thetacog-todo
Perform add, list, update, or delete actions on room-specific todos, with persistent storage via SQLite and HTML display.
Instructions
Manage todos for a room. Actions: add, list, update, delete. Todos are stored in SQLite and synced to state.json for HTML display.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Todo ID (required for update/delete) | |
| done | No | Mark as done (for update) | |
| room | No | Room for the todo (required for add, optional for list) | |
| text | No | Todo text (required for add) | |
| action | Yes | Action to perform | |
| priority | No | Priority 1-10 (1=highest). For add or update. |