Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_task_templates

Retrieve and organize task templates from TickTick, filtering by category or sorting by name, usage, or date to streamline task creation and project management workflows.

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" }

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