A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
No reviews yet. Be the first to review!
Sign in to join the conversation
Criar uma nova lista. Parâmetros: title (string) - título da lista, description (string, opcional) - descrição da lista.
Adicionar uma tarefa a uma lista. Parâmetros: listTitle (string) - título da lista, taskTitle (string) - título da tarefa, priority (string) - prioridade da tarefa ('low', 'medium', 'high'), dueDate (string) - data de vencimento da tarefa, tags (array) - tags associadas à tarefa.
Listar todas as listas disponíveis.
Ver detalhes de uma lista. Parâmetros: listTitle (string) - título da lista.
Marcar uma tarefa como concluída. Parâmetros: listTitle (string) - título da lista, taskTitle (string) - título da tarefa.