A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Create a new task 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 task lists.
View details of a specific list. Parameters: listTitle (string)
Mark a task as completed. Parameters: listTitle (string), taskTitle (string)