Skip to main content
Glama

bulk_create_work_items

Create multiple work items in one request with automatic rate limiting and retry on 429 errors. Use for batch creation of 10+ items and receive created IDs plus failures.

Instructions

Create multiple work items at once with automatic rate limiting and retry on 429. Pass an array of items — each with the same fields as create_work_item. Returns created IDs and any failures. Use this instead of calling create_work_item in a loop for 10+ items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesWork items to create
project_idYesUUID of the project
Behavior4/5

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

The description discloses automatic rate limiting, retry on 429, and the return format including failures, which goes beyond the basic annotations. It does not mention atomicity across items or behavior on partial failures, but the disclosed details are substantial and useful. No contradiction with annotations.

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?

Three sentences, each packed with value: the action, the automatic behaviors, and the usage recommendation. No fluff, front-loaded with the core purpose.

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

Completeness5/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 two parameters and no output schema, this description covers the essential aspects: what it does, how items are structured (via reference to create_work_item), what it returns, and when to prefer it. This is complete for an agent to select and invoke it correctly.

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

Parameters4/5

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

The schema already describes the two parameters with 100% coverage. The description adds the crucial context that each item must match create_work_item's fields, which maps the array structure to a known sibling tool and helps agents understand acceptable item shape without repeating the nested schema.

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 opens with the specific action 'Create multiple work items at once', clearly distinguishing this bulk operation from the sibling create_work_item. It also specifies the input structure (array of items) and the return of created IDs/failures, leaving no ambiguity about what the tool does.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool: 'Use this instead of calling create_work_item in a loop for 10+ items.' This gives a clear threshold and names the alternative, which is exactly what usage guidelines should do.

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/ZethicTech/plane-mcp-server'

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