Skip to main content
Glama
kagan-sh

Kagan - AI Orchestration Layer

task_batch_create

Create multiple tasks simultaneously in Kagan's AI orchestration system by specifying titles, descriptions, priorities, and acceptance criteria in a single batch operation.

Instructions

Create multiple tasks at once.

Each entry must have a title key and may include description, priority, base_branch, acceptance_criteria, and agent_backend. Returns the list of created tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the return value ('Returns the list of created tasks'), which is helpful, but doesn't address important behavioral aspects like error handling (what happens if some tasks fail), rate limits, authentication requirements, or whether this is an idempotent operation.

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 perfectly front-loaded with the core purpose in the first sentence, followed by specific parameter guidance. Every sentence earns its place with no wasted words, making it efficient and easy to parse.

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 creation tool with no annotations and no output schema, the description does a reasonable job explaining the input structure and return value. However, it lacks important context about error handling, performance characteristics, and how this tool differs from the single-task creation sibling, leaving gaps that could hinder effective use.

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?

With 0% schema description coverage, the description provides excellent compensation by clearly explaining the structure of task entries. It specifies that 'title' is required and lists all optional fields, giving meaningful context beyond the bare schema. The only gap is not explaining the 'launcher' field that appears in the schema but not the description.

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 verb ('Create multiple tasks at once') and resource ('tasks'), making the purpose immediately understandable. However, it doesn't explicitly differentiate from the sibling 'task_create' tool, which appears to create single tasks, so it misses full sibling differentiation.

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 provides no guidance on when to use this batch creation tool versus the 'task_create' sibling for single tasks. It also doesn't mention prerequisites, constraints, or alternative approaches, leaving the agent with insufficient context for proper tool selection.

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/kagan-sh/kagan'

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