Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_project_from_template

Create a new project in TickTick using a predefined template, allowing task customization if needed. Specify the template ID and project name to streamline project setup.

Instructions

Create project from a template

Input Schema

NameRequiredDescriptionDefault
customize_tasksNoAllow task customization during creation
project_nameYesName for the new project
template_idYesID of the template to use

Input Schema (JSON Schema)

{ "properties": { "customize_tasks": { "default": false, "description": "Allow task customization during creation", "type": "boolean" }, "project_name": { "description": "Name for the new project", "type": "string" }, "template_id": { "description": "ID of the template to use", "type": "string" } }, "required": [ "template_id", "project_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