Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_set_task_estimate

Assign estimated time to tasks on TickTick MCP Server. Define duration in minutes, hours, or pomodoros for better task management and productivity.

Instructions

Set estimated time for a task

Input Schema

NameRequiredDescriptionDefault
estimate_typeNoType of estimate: pomodoros, minutes, hoursminutes
estimated_minutesYesEstimated time in minutes
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "estimate_type": { "default": "minutes", "description": "Type of estimate: pomodoros, minutes, hours", "type": "string" }, "estimated_minutes": { "description": "Estimated time in minutes", "type": "number" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_id", "estimated_minutes" ], "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