Skip to main content
Glama

ticktick_batch_create_tasks

Create multiple tasks at once in TickTick to save time compared to individual task creation, supporting up to 50 tasks with titles, due dates, priorities, and project assignments.

Instructions

Create multiple tasks in a single request.

More efficient than creating tasks one by one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate this is a non-readOnly, non-destructive, non-idempotent write operation. The description adds value by noting efficiency benefits of batch creation, which is useful context beyond annotations. However, it doesn't disclose behavioral details like rate limits, error handling for partial failures, or authentication requirements, leaving some gaps in transparency.

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

Conciseness5/5

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

The description is extremely concise and front-loaded: two short sentences that directly state the purpose and key benefit. Every word earns its place with zero waste, making it easy for an AI agent to parse quickly.

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

Completeness4/5

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

Given the tool's complexity (batch creation with nested task objects) and the presence of a detailed input schema and output schema, the description is reasonably complete. It covers the core purpose and efficiency rationale. However, it could better address behavioral aspects like the 50-task limit or error scenarios, which would enhance completeness for this mutation tool.

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 0%, but the input schema itself is well-documented with detailed property descriptions (e.g., 'Task title', 'Due date in ISO format'). The tool description doesn't add any parameter-specific information beyond what's in the schema. Since the schema carries the full burden, the baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Create multiple tasks in a single request.' It specifies the verb ('create') and resource ('tasks'), and distinguishes it from the sibling tool 'ticktick_create_task' by emphasizing batch creation. However, it doesn't explicitly name the sibling alternative, which prevents a perfect score.

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

Usage Guidelines4/5

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

The description provides clear usage guidance: 'More efficient than creating tasks one by one.' This implies when to use this tool (for multiple tasks) versus the single-task creation alternative. It doesn't explicitly name the alternative tool or mention constraints like the 50-task limit, but the context is sufficient for effective decision-making.

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/MostafaSuliman/TickTick-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server