Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_reorder_projects

Organize project display order in TickTick by specifying new sort positions for each project using project IDs and desired order.

Instructions

Change project display order

Input Schema

NameRequiredDescriptionDefault
project_ordersYesArray of project IDs with their new sort orders

Input Schema (JSON Schema)

{ "properties": { "project_orders": { "description": "Array of project IDs with their new sort orders", "items": { "properties": { "project_id": { "type": "string" }, "sort_order": { "type": "number" } }, "required": [ "project_id", "sort_order" ], "type": "object" }, "type": "array" } }, "required": [ "project_orders" ], "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