Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_productivity_report

Analyze task productivity with detailed reports on focus time, habits, and project performance over customizable time ranges using TickTick MCP Server.

Instructions

Get comprehensive productivity analytics and insights

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date for custom range (YYYY-MM-DD)
include_focusNoInclude focus time data
include_habitsNoInclude habit tracking data
project_idsNoFilter by specific projects
start_dateNoStart date for custom range (YYYY-MM-DD)
time_rangeNoTime period for the reportmonth

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date for custom range (YYYY-MM-DD)", "type": "string" }, "include_focus": { "default": true, "description": "Include focus time data", "type": "boolean" }, "include_habits": { "default": true, "description": "Include habit tracking data", "type": "boolean" }, "project_ids": { "description": "Filter by specific projects", "items": { "type": "string" }, "type": "array" }, "start_date": { "description": "Start date for custom range (YYYY-MM-DD)", "type": "string" }, "time_range": { "default": "month", "description": "Time period for the report", "enum": [ "today", "week", "month", "quarter", "year", "custom" ], "type": "string" } }, "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