Skip to main content
Glama

batch_create_tasks

Create multiple tasks simultaneously in Amazing Marvin, with the option to assign them to specific projects or categories, streamlining task management and organization.

Instructions

Create multiple tasks at once with optional project/category assignment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idNo
project_idNo
task_listYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states it creates tasks but doesn't cover permissions needed, whether it's idempotent, error handling for invalid inputs, or what the output looks like (e.g., success/failure status, created task IDs). This leaves significant gaps for a mutation tool.

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 details ('with optional project/category assignment'). There is no wasted verbiage, making it appropriately sized for the tool's complexity.

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?

Given a mutation tool with 3 parameters, 0% schema coverage, no annotations, and no output schema, the description is insufficient. It lacks details on behavioral traits (e.g., side effects, error handling), parameter specifics, and output expectations, leaving the agent with inadequate information for reliable use.

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?

Schema description coverage is 0%, so the description must compensate. It mentions 'optional project/category assignment', which hints at the purpose of 'project_id' and 'category_id', and 'task_list' is implied by 'multiple tasks'. However, it doesn't explain parameter formats (e.g., string arrays for tasks), defaults, or constraints, leaving ambiguity.

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 evident. It distinguishes from 'create_task' by specifying batch capability and mentions optional project/category assignment, though it doesn't explicitly contrast with 'create_project_with_tasks' or other siblings beyond the batch aspect.

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 tool versus alternatives like 'create_task' (for single tasks) or 'create_project_with_tasks' (which might combine project and task creation). It mentions optional project/category assignment but doesn't specify prerequisites, constraints, or typical use cases.

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

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

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