Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_pause_habit

Pause a specific habit temporarily by providing its ID and an optional resume date. Manage interruptions in habit tracking with clarity and ease.

Instructions

Temporarily pause a habit

Input Schema

NameRequiredDescriptionDefault
habit_idYesID of the habit to pause
resume_dateNoDate to resume (YYYY-MM-DD), optional

Input Schema (JSON Schema)

{ "properties": { "habit_id": { "description": "ID of the habit to pause", "type": "string" }, "resume_date": { "description": "Date to resume (YYYY-MM-DD), optional", "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