Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_habit_calendar

Retrieve a calendar view of habit completions by specifying a habit ID, year, and optional month. Use this tool to visualize progress and track habit consistency over time.

Instructions

Get calendar view of habit completions

Input Schema

NameRequiredDescriptionDefault
habit_idYesID of the habit
monthNoMonth for calendar view (1-12), optional for full year
yearNoYear for calendar view

Input Schema (JSON Schema)

{ "properties": { "habit_id": { "description": "ID of the habit", "type": "string" }, "month": { "description": "Month for calendar view (1-12), optional for full year", "type": "number" }, "year": { "default": 2025, "description": "Year for calendar view", "type": "number" } }, "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