Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_duplicate_project

Duplicate an existing project in TickTick with optional task inclusion. Specify the project ID and new name to create an identical copy for streamlined task management.

Instructions

Create a copy of an existing project

Input Schema

NameRequiredDescriptionDefault
include_tasksNoInclude tasks in the duplicate
new_nameYesName for the duplicated project
project_idYesID of the project to duplicate

Input Schema (JSON Schema)

{ "properties": { "include_tasks": { "default": true, "description": "Include tasks in the duplicate", "type": "boolean" }, "new_name": { "description": "Name for the duplicated project", "type": "string" }, "project_id": { "description": "ID of the project to duplicate", "type": "string" } }, "required": [ "project_id", "new_name" ], "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