Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_checkin_habits

Simplify habit tracking by checking in multiple habits at once with a single action. Specify habit IDs and optional date for efficient progress logging.

Instructions

Check in multiple habits at once

Input Schema

NameRequiredDescriptionDefault
dateNoDate for check-ins (YYYY-MM-DD), defaults to today
habit_idsYesArray of habit IDs to check in

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Date for check-ins (YYYY-MM-DD), defaults to today", "type": "string" }, "habit_ids": { "description": "Array of habit IDs to check in", "items": { "type": "string" }, "type": "array" } }, "required": [ "habit_ids" ], "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