Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_goal_progress

Monitor and analyze progress for tasks, habits, focus time, or project milestones across weekly, monthly, quarterly, or yearly time frames, with AI-driven recommendations for goal improvement.

Instructions

Track progress toward personal and team goals

Input Schema

NameRequiredDescriptionDefault
goal_typeNoType of goals to analyze
include_recommendationsNoInclude AI-powered improvement suggestions
target_metricsNoSpecific targets to track against
time_frameNoGoal time framemonthly

Input Schema (JSON Schema)

{ "properties": { "goal_type": { "description": "Type of goals to analyze", "enum": [ "task_completion", "habit_consistency", "focus_time", "project_milestones" ], "type": "string" }, "include_recommendations": { "default": true, "description": "Include AI-powered improvement suggestions", "type": "boolean" }, "target_metrics": { "description": "Specific targets to track against", "properties": { "focus_hours_per_week": { "type": "number" }, "habit_streak_days": { "type": "number" }, "project_completion_rate": { "type": "number" }, "tasks_per_day": { "type": "number" } }, "type": "object" }, "time_frame": { "default": "monthly", "description": "Goal time frame", "enum": [ "weekly", "monthly", "quarterly", "yearly" ], "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