Skip to main content
Glama

tasks_create_bulk

Create up to 50 tasks in a ClickUp list in a single operation, reducing manual effort when adding multiple tasks at once.

Instructions

Create multiple tasks in a ClickUp list in a single operation. More efficient than creating tasks individually. Supports up to 50 tasks per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesArray of tasks to create (1-50)
list_idYesThe ID of the list to create tasks in
continue_on_errorNoContinue creating remaining tasks if one fails
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the 50-task limit but omits important behavioral details like error handling, partial failure semantics, atomicity, and authentication requirements. The presence of 'continue_on_error' in the schema is not reflected in the description, leaving a significant transparency gap for a mutation tool.

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 three concise sentences, each earning its place: purpose, efficiency advantage, and limit. No fluff or redundancy.

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

Completeness3/5

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

For a bulk creation tool with no annotations and no output schema, the description provides the core purpose and a key constraint but lacks details on failure modes, return values, and operational behavior. The schema covers parameters, but behavioral completeness is only partially addressed, leaving a clear gap.

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?

The schema provides 100% coverage of parameter descriptions, so the baseline is 3. The tool description adds no additional parameter-specific meaning beyond what the schema already offers, e.g., it doesn't explain the 'continue_on_error' behavior or task array semantics.

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

Purpose5/5

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

The description clearly states 'Create multiple tasks in a ClickUp list in a single operation,' specifying the verb, resource, and scope. It also distinguishes itself from individual creation by highlighting efficiency, which helps differentiate it from sibling tools like tasks_create.

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 explicit usage context by noting it's 'More efficient than creating tasks individually,' implying when to use this tool. However, it doesn't mention exclusions or name alternative tools directly, so it misses the full 'when-not-to-use' guidance.

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/benthesoundguy/clickup-mcp-server'

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