Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_checkin_habit

Mark a habit as completed for today using habit ID, with optional date and count. Integrates with TickTick MCP Server for habit tracking and productivity management.

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" }
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