ticktick_get_project_templates
Retrieve available project templates for task management, filtered by category, to streamline project setup and enhance productivity using TickTick MCP Server.
Instructions
List available project templates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter by template category |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Filter by template category",
"type": "string"
}
},
"type": "object"
}