godlewis/zendao-mcp
3.2
If you are the rightful owner of zendao-mcp 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.
ZenTao MCP Server is a Model Context Protocol (MCP) server implementation that allows LLM to interact with the ZenTao project management system's API.
Tools
Functions exposed to the LLM to take actions
get_tasks
Retrieve a list of tasks with support for pagination and filtering.
get_projects
Fetch a list of projects.
get_project_by_id
Retrieve detailed information about a specific project.
create_project
Create a new project.
create_task
Create a new task.
update_task_status
Update the status of an existing task.
batch_create_tasks
Create multiple tasks in a single operation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client