Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_habit

Modify an existing habit by updating its name, frequency, goal, reminder time, or color using the provided habit ID.

Instructions

Update an existing habit

Input Schema

NameRequiredDescriptionDefault
colorNoUpdated color
frequencyNoUpdated frequency
goalNoUpdated goal count
habit_idYesID of the habit to update
nameNoUpdated name
reminder_timeNoUpdated reminder time

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Updated color", "type": "string" }, "frequency": { "description": "Updated frequency", "type": "string" }, "goal": { "description": "Updated goal count", "type": "number" }, "habit_id": { "description": "ID of the habit to update", "type": "string" }, "name": { "description": "Updated name", "type": "string" }, "reminder_time": { "description": "Updated reminder time", "type": "string" } }, "required": [ "habit_id" ], "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