Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_reorder_projects

Reorder TickTick projects by specifying new sort orders for project IDs. Use this tool to customize and manage project displays efficiently.

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

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