Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_set_habit_goal

Set or update habit goals on TickTick by defining target completion counts and goal types (daily, weekly, monthly) to track progress and maintain consistency.

Instructions

Set or update habit goal

Input Schema

NameRequiredDescriptionDefault
goal_typeNoType of goal: daily, weekly, monthlydaily
habit_idYesID of the habit
target_countYesTarget completion count
target_streakNoTarget streak length

Input Schema (JSON Schema)

{ "properties": { "goal_type": { "default": "daily", "description": "Type of goal: daily, weekly, monthly", "type": "string" }, "habit_id": { "description": "ID of the habit", "type": "string" }, "target_count": { "description": "Target completion count", "type": "number" }, "target_streak": { "description": "Target streak length", "type": "number" } }, "required": [ "habit_id", "target_count" ], "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