TickTick
JSON →Manage tasks, projects, and habits using the TickTick API.
Install
npx -y @smithery/cli Tools · 11
- get_task_by_ids Get a specific task by project ID and task ID
- create_task Create a new task in a project
- update_task Update an existing task
- complete_task Mark a task as completed
- delete_task Delete a task from a project
- get_user_projects Get all projects for the authenticated user
- get_project_by_id Get a specific project by ID
- get_project_with_data Get project details along with tasks and columns
- create_project Create a new project
- update_project Update an existing project
- delete_project Delete a project
Environment variables
TICKTICK_CLIENT_IDTICKTICK_CLIENT_SECRETTICKTICK_ACCESS_TOKENYOUR_CLIENT_IDYOUR_CLIENT_SECRETGENERATED_TOKENYOUR_ACCESS_TOKEN
Links
★ 69 GitHub stars