Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_completion_trends

Analyze task completion patterns and trends over time, filter by project or tags, and include predictive insights for improved productivity planning.

Instructions

Analyze task completion patterns and trends over time

Input Schema

NameRequiredDescriptionDefault
durationNoNumber of periods to analyze
include_predictionsNoInclude trend predictions
periodNoGranularity of trend analysisweekly
project_idNoFilter by specific project
tag_filterNoFilter by specific tags

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 12, "description": "Number of periods to analyze", "type": "number" }, "include_predictions": { "default": true, "description": "Include trend predictions", "type": "boolean" }, "period": { "default": "weekly", "description": "Granularity of trend analysis", "enum": [ "daily", "weekly", "monthly" ], "type": "string" }, "project_id": { "description": "Filter by specific project", "type": "string" }, "tag_filter": { "description": "Filter by specific tags", "items": { "type": "string" }, "type": "array" } }, "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