rjskinnaindahizzy/task_manager
3.2
If you are the rightful owner of task_manager and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This repository contains a minimal MCP server for task management, demonstrating best practices with FastMCP.
Tools
Functions exposed to the LLM to take actions
create_task
Create a pending task with a unique ID.
list_tasks
Retrieve tasks with optional filters, returning Markdown or JSON.
update_task
Modify a task's title, description, or priority.
complete_task
Mark a task as completed and record the timestamp.
delete_task
Permanently remove a task.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client