Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_move_project_to_folder

Move a TickTick project to a designated folder by specifying the project ID and folder ID, streamlining project organization within the task management system.

Instructions

Move a project to a specific folder

Input Schema

NameRequiredDescriptionDefault
folder_idYesID of the destination folder
project_idYesID of the project to move

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "description": "ID of the destination folder", "type": "string" }, "project_id": { "description": "ID of the project to move", "type": "string" } }, "required": [ "project_id", "folder_id" ], "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