Skip to main content
Glama

Batch Create Issues

panelTodo_batchCreateIssues

Batch create up to 50 issues at once for sprint planning, assigning each with title, status, priority, assignee, and blockers.

Instructions

Create multiple issues at once. Useful for sprint planning when creating many related issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuesYesIssues to create (max 50)
sprintIdNoAssign all issues to this sprint

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
issuesYes
messageYes
successYes
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 of behavioral disclosure. It only states the basic action ('Create multiple issues at once') without elaborating on potential side effects, failure behavior, atomicity, or any constraints beyond what the schema already shows. For a batch mutation tool, this is a notable gap.

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 two short sentences, front-loaded with the primary action ('Create multiple issues at once') followed by a relevant use case. Every word earns its place, with 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?

The description is adequate for a straightforward batch operation given the schema covers all parameters and an output schema exists. However, it lacks behavioral details like how failures are handled (e.g., all-or-nothing vs. partial creation), which would be valuable for a batch tool. It's minimal but not severely incomplete.

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 input schema has 100% coverage with descriptive comments for both parameters, so the schema already documents semantics effectively. The description adds no extra parameter meaning, but the baseline score is 3 given the high schema coverage. It doesn't mislead or omit critical parameter context.

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 states 'Create multiple issues at once,' which clearly specifies the action and resource. It distinguishes itself from sibling single-issue creation tool `panelTodo_addIssue` by emphasizing batch creation. The mention of sprint planning adds practical context without ambiguity.

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 says 'Useful for sprint planning when creating many related issues,' which provides a clear scenario for when this tool is appropriate. It implies the alternative of creating issues individually via `addIssue`, though it doesn't explicitly exclude other use cases or mention when not to use it.

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/ingimar-eyfjord/panel-todo-mcp'

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