update_todo
Modify or add tasks in TODO lists on the COA Goldfish MCP server. Update statuses, priorities, or delete items to manage task progress efficiently. Supports integrating with AI agents and auto-expiring memories.
Instructions
Update task status or add new tasks to existing lists. Mark tasks done as you work.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delete | No | Delete the specified item (requires itemId) | |
itemId | No | Item ID to update (optional for adding new items) | |
listId | No | TODO list ID | |
newTask | No | New task to add to the list (when not updating existing item) | |
priority | No | Priority level | |
status | No | New status for the item |