Skip to main content
Glama

TickTick MCP Server

by rafliruslan

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

NameRequiredDescriptionDefault
contentNoTask description/content
dueDateNoDue date in ISO format
priorityNoTask priority (0=None, 1=Low, 3=Medium, 5=High)
projectIdNoProject ID where the task should be created
tagsNoTask tags
titleYesTask title (required)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Task description/content", "type": "string" }, "dueDate": { "description": "Due date in ISO format", "type": "string" }, "priority": { "description": "Task priority (0=None, 1=Low, 3=Medium, 5=High)", "type": "number" }, "projectId": { "description": "Project ID where the task should be created", "type": "string" }, "tags": { "description": "Task tags", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Task title (required)", "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/rafliruslan/ticktick-mcp-server'

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