Skip to main content
Glama

Create tasks in bulk

create_bulk_tasks

Create multiple ClickUp tasks in one batch with preview mode, per-item results, and bounded concurrency to manage large task creation efficiently.

Instructions

Preview or create multiple tasks with bounded concurrency and per-item results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
confirmNo
dry_runNo
confirmation_tokenNo
Behavior3/5

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

The description discloses preview capability (dry run) and per-item results, adding context beyond the annotations. However, it does not mention the confirmation_token flow or that creation may be gated by confirmation, which is a significant behavioral trait for a non-idempotent write operation.

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 a single, well-structured sentence that packs in key capabilities (bulk, preview, concurrency, per-item results) without wasted words. Slightly ahead of average but not perfect due to missing details.

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?

The tool has complex nested parameters, no output schema, and important flow details (confirmation, dry run) that are not explained. The description is too minimal for an agent to fully understand the tool's behavior, especially without output schema or parameter documentation.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate, but it only hints at dry_run via 'Preview' and items via 'multiple tasks.' It does not explain confirm, confirmation_token, or the structure of items, leaving parameter semantics largely unexplained.

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 the action ('create') and the resource ('multiple tasks'), and adds differentiating details like 'Preview' (dry run) and 'bounded concurrency with per-item results.' This distinguishes it from sibling tools like create_task and update_bulk_tasks.

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

Usage Guidelines2/5

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

The description implies use for bulk creation but provides no explicit guidance on when to use this tool versus create_task or update_bulk_tasks. It lacks any when-not-to-use or alternative tool suggestions.

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/Blackklegend/custom-clickup-mcp'

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