MCPServers
M

MCP TODO Checklist Server

3
0

Summary

A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.

Available Actions(5)

todo_create

Cria uma nova lista de tarefas. Parâmetros: title (string), description (opcional string)

todo_add

Adiciona uma tarefa a uma lista existente. Parâmetros: listTitle (string), taskTitle (string), priority (string), dueDate (string), tags (array de strings)

todo_list

Lista todas as listas de tarefas disponíveis.

todo_show

Exibe detalhes de uma lista específica. Parâmetros: listTitle (string)

todo_complete

Marca uma tarefa como concluída. Parâmetros: listTitle (string), taskTitle (string)

Last Updated: April 8, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Try it now in
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ