Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_register_task_id

Manually register a task ID and its associated project ID in the cache for future reference, optionally including a task title for metadata.

Instructions

Manually register a task ID in the cache for future reading

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID the task belongs to
task_idYesTask ID to register
titleNoOptional task title for cache metadata

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID the task belongs to", "type": "string" }, "task_id": { "description": "Task ID to register", "type": "string" }, "title": { "description": "Optional task title for cache metadata", "type": "string" } }, "required": [ "task_id", "project_id" ], "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