Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_goal_progress

Analyze and track progress toward personal or team goals, including task completion, habit consistency, focus time, and project milestones. Set specific targets, define time frames, and receive actionable improvement suggestions for enhanced productivity.

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" }
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