Loading...
pip install -rget_projectsRetrieves a list of all projects in TickTick.
Read-only operation, no data modification.
project_detailsRetrieves details of a specific project.
Read-only operation, no data modification.
get_task_detailsRetrieves details of a specific task.
Read-only operation, no data modification.
create_projectCreates a new project in TickTick.
Creates new data, but doesn't modify existing data.
create_taskCreates a new task within a specified project.
Creates new data, but doesn't modify existing data.
update_taskUpdates an existing task's details.
Modifies existing task data, potentially causing unintended changes.
complete_taskMarks a task as complete.
Modifies task status, but reversible.
delete_taskDeletes a task from TickTick.
Deletes data, which is potentially irreversible.
This MCP server allows AI agents to manage TickTick tasks, which introduces moderate risk. While OAuth is used for authentication, the ability to write and delete tasks means that a compromised or poorly configured AI could cause data loss or disruption. Exercise caution when granting autonomy to AI agents using this MCP.