Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_habit

Create a new habit in TickTick by specifying its name, frequency, goal, reminder time, and color to track and manage personal routines effectively.

Instructions

Create a new habit in TickTick

Input Schema

NameRequiredDescriptionDefault
colorNoHabit color (hex code)#3498db
frequencyNoFrequency: daily, weekly, or customdaily
goalNoTarget count per frequency period
nameYesName of the habit
reminder_timeNoReminder time in HH:MM format

Input Schema (JSON Schema)

{ "properties": { "color": { "default": "#3498db", "description": "Habit color (hex code)", "type": "string" }, "frequency": { "default": "daily", "description": "Frequency: daily, weekly, or custom", "type": "string" }, "goal": { "default": 1, "description": "Target count per frequency period", "type": "number" }, "name": { "description": "Name of the habit", "type": "string" }, "reminder_time": { "description": "Reminder time in HH:MM format", "type": "string" } }, "required": [ "name" ], "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