Skip to main content
Glama

ticktick_create_task_template

Create reusable task templates in TickTick to save time on repetitive task creation, with options to name, categorize, and share templates with team members.

Instructions

Create reusable template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_nameYesName of the template
template_descriptionNoDescription of the template
task_dataYesTask structure to save as template
categoryNoTemplate categorygeneral
is_sharedNoShare template with team
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Create reusable template' implies a write/mutation operation but provides no information about permissions required, whether templates are private or shared by default, what happens on creation failure, or any rate limits. The description is insufficient for a mutation tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at just two words. While this could be seen as under-specified rather than truly concise, it does efficiently communicate the core action without unnecessary words. However, it lacks the front-loaded completeness that would earn a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 5 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what a 'reusable template' means in practice, what happens after creation, how templates are used, or any behavioral aspects. The agent would struggle to understand the full context of this tool's operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 5 parameters thoroughly. The description adds no additional parameter information beyond what's in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create reusable template' is a tautology that essentially restates the tool name 'ticktick_create_task_template'. While it indicates the action (create) and resource (template), it lacks specificity about what kind of template (task template) and doesn't differentiate from sibling tools like 'ticktick_create_task_from_template' or 'ticktick_get_task_templates'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to create a template versus creating a task directly, when to use this versus 'ticktick_create_task_from_template', or any prerequisites or context for template creation. This leaves the agent with no usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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