A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create a new checklist. Parameters: title (string), description (optional string)
Add a task to a checklist. Parameters: listTitle (string), taskTitle (string), priority (string), dueDate (string), tags (array of strings)
List all checklists.
Show details of a checklist. Parameters: listTitle (string)
Mark a task as completed. Parameters: listTitle (string), taskTitle (string)