Skip to main content
Glama

batch_mark_done

Mark multiple tasks as completed simultaneously to efficiently update task status and manage workflow in the Amazing Marvin productivity system.

Instructions

Mark multiple tasks as done at once

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idsYes
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?

With no annotations provided, the description carries full burden for behavioral disclosure. While 'mark as done' implies a mutation operation, it doesn't specify permissions needed, whether changes are reversible, error handling for invalid IDs, or rate limits. The description adds minimal context beyond the basic action.

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 communicates the core functionality without any wasted words. It's appropriately sized for a straightforward batch operation tool.

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's moderate complexity (batch mutation with 2 parameters) and the presence of an output schema (which reduces need to describe returns), the description is minimally adequate but incomplete. It lacks parameter explanations, usage context, and behavioral details that would be helpful despite the output schema.

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?

With 0% schema description coverage for both parameters, the description provides no information about 'task_ids' (format, source, constraints) or 'debug' (purpose, effect). The description doesn't compensate for the complete lack of parameter documentation in the schema.

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 ('mark') and resource ('multiple tasks') with the specific action ('as done at once'), making the purpose immediately understandable. However, it doesn't explicitly differentiate from its sibling 'mark_task_done' (singular vs. batch), which prevents a perfect score.

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 'mark_task_done' for single tasks or other task management tools. There's no mention of prerequisites, constraints, or typical scenarios for batch operations.

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