Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_weekly_summary

Generate a detailed weekly productivity summary from TickTick data, including tasks, habits, and focus areas, with options to compare previous weeks and customize tone and sections.

Instructions

Generate comprehensive weekly productivity summary

Input Schema

NameRequiredDescriptionDefault
compare_previousNoCompare with previous week
include_sectionsNoSections to include in summary
personalizationNo
week_offsetNoWeeks ago (0 = current week, 1 = last week)

Input Schema (JSON Schema)

{ "properties": { "compare_previous": { "default": true, "description": "Compare with previous week", "type": "boolean" }, "include_sections": { "default": [ "tasks", "habits", "focus", "achievements" ], "description": "Sections to include in summary", "items": { "enum": [ "tasks", "habits", "focus", "achievements", "challenges", "next_week" ], "type": "string" }, "type": "array" }, "personalization": { "properties": { "focus_areas": { "description": "Specific areas to emphasize", "items": { "type": "string" }, "type": "array" }, "tone": { "default": "motivational", "enum": [ "professional", "casual", "motivational", "analytical" ], "type": "string" } }, "type": "object" }, "week_offset": { "default": 0, "description": "Weeks ago (0 = current week, 1 = last week)", "type": "number" } }, "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