A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create a new todo list. Parameters: title (string), description (optional string)
Add a task to a specified list. Parameters: listTitle (string), taskTitle (string), priority (string), dueDate (string), tags (array of strings)
List all todo lists.
Show details of a specified list. Parameters: listTitle (string)
Mark a task as completed. Parameters: listTitle (string), taskTitle (string)