create_task
Add a new task in TickTick with title, description, due date, priority, and tags. Integrates with TickTick MCP Server for task management.
Instructions
Create a new task in TickTick
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | Task description/content | |
dueDate | No | Due date in ISO format | |
priority | No | Task priority (0=None, 1=Low, 3=Medium, 5=High) | |
projectId | No | Project ID where the task should be created | |
tags | No | Task tags | |
title | Yes | Task title (required) |