Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_task

Create and manage tasks in TickTick by specifying title, description, project ID, priority, due date, and tags for improved task organization and productivity.

Instructions

Create a new task in TickTick

Input Schema

NameRequiredDescriptionDefault
contentNoTask description/content
due_dateNoDue date in ISO format (YYYY-MM-DDTHH:mm:ss)
priorityNoTask priority (0=None, 1=Low, 3=Medium, 5=High)
project_idNoProject ID to add task to
tagsNoTags for the task
titleYesTask title

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Task description/content", "type": "string" }, "due_date": { "description": "Due date in ISO format (YYYY-MM-DDTHH:mm:ss)", "type": "string" }, "priority": { "default": 0, "description": "Task priority (0=None, 1=Low, 3=Medium, 5=High)", "type": "number" }, "project_id": { "description": "Project ID to add task to", "type": "string" }, "tags": { "description": "Tags for the task", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "title" ], "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/liadgez/ticktick-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server