Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_task_templates

Retrieve task templates from TickTick MCP Server, filtered by category or sorted by name, usage, or date. Supports inclusion of templates shared by team members for enhanced productivity.

Instructions

List task templates

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by template category
include_sharedNoInclude templates shared by team
sort_byNoSort templates by fieldusage

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by template category", "type": "string" }, "include_shared": { "default": true, "description": "Include templates shared by team", "type": "boolean" }, "sort_by": { "default": "usage", "description": "Sort templates by field", "enum": [ "name", "usage", "created_date", "updated_date" ], "type": "string" } }, "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