evalor/Dida365MCP
If you are the rightful owner of Dida365MCP 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.
Dida365 MCP Server is a todo management tool built by GitHub Copilot to help manage tasks and projects efficiently using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
get_auth_url
Get authorization URL and start callback server.
check_auth_status
Check authorization status.
revoke_auth
Revoke authorization and clear tokens.
list_projects
Get all projects list.
get_project
Get project details.
get_project_data
Get complete project data including tasks and kanban columns.
create_project
Create new project.
update_project
Update project information.
delete_project
Delete project.
create_task
Create task with support for subtasks, reminders, repeat rules.
get_task
Get task details.
update_task
Update task information.
delete_task
Delete task.
complete_task
Mark task as completed.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client