Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_checkin_habit

Track and log daily habit completion via the TickTick MCP Server. Input the habit ID, date, and completion count to update progress and maintain consistency in habit development.

Instructions

Check in a habit for today

Input Schema

NameRequiredDescriptionDefault
countNoNumber of times completed
dateNoDate for check-in (YYYY-MM-DD), defaults to today
habit_idYesID of the habit

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "description": "Number of times completed", "type": "number" }, "date": { "description": "Date for check-in (YYYY-MM-DD), defaults to today", "type": "string" }, "habit_id": { "description": "ID of the habit", "type": "string" } }, "required": [ "habit_id" ], "type": "object" }

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