Skip to main content
Glama

batch_create_tasks

Create multiple tasks simultaneously in Amazing Marvin, optionally assigning them to specific projects or categories to organize your workflow efficiently.

Instructions

Create multiple tasks at once with optional project/category assignment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_listYes
project_idNo
category_idNo
debugNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
debugYes
successYes
summaryYes
metadataYes
api_versionNocurrent
response_versionNo1.0
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 mentions 'create multiple tasks at once' which implies a write operation, but lacks details on permissions, rate limits, error handling, or whether it's atomic. For a mutation tool with zero annotation coverage, this is a significant gap in behavioral disclosure.

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 a single, efficient sentence that front-loads the core action ('create multiple tasks at once') and adds key optional features. There is zero waste, and every word earns its place, making it highly concise and well-structured.

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?

Given the tool has an output schema (which reduces the need to describe return values) but no annotations and 0% schema description coverage, the description is incomplete. It covers the basic purpose and hints at some parameters but lacks behavioral details and full parameter explanations, making it adequate but with clear gaps for a batch creation tool.

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?

Schema description coverage is 0%, so the description must compensate. It mentions 'optional project/category assignment', which hints at 'project_id' and 'category_id', but doesn't explain 'task_list' (array of strings) or 'debug' parameter. With 4 parameters and no schema descriptions, the description adds minimal value beyond what the schema names imply.

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'), specifying it's a batch operation. It distinguishes from the sibling 'create_task' by emphasizing bulk creation, though it doesn't explicitly mention this distinction. The purpose is specific and actionable.

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

Usage Guidelines3/5

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

The description implies usage for bulk task creation with optional project/category assignment, suggesting it's preferred over 'create_task' for multiple tasks. However, it doesn't explicitly state when to use this tool versus alternatives like 'create_project_with_tasks' or provide exclusions. The guidance is implied but not comprehensive.

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/bgheneti/Amazing-Marvin-MCP'

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