Skip to main content
Glama

SimplyPrint: 3D Print Farm Management

uncomplete_maintenance_task

Reopen a task that was ticked off by mistake. The undo for complete_maintenance_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations by framing the call as a reversal of complete_maintenance_task and limiting it to tasks that were completed by mistake. This implies a status transition from completed back to open, which is useful for an agent. It doesn't cover auth or error behavior, but annotations already mark it as a non-read-only, non-destructive mutation.

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?

Two short sentences, front-loaded with the action and followed by the counterpart reference. No filler or repeated schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter state-reversal tool with no output schema, the description plus annotations is nearly complete. It could add what happens if the task is not currently completed, but that is a minor gap given the explicit 'ticked off by mistake' condition.

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?

With 0% schema description coverage, the description must compensate for the undocumented task_id. It does contextualize the parameter as the task that was ticked off, but it provides no additional detail on format, lookup, or valid states beyond that. For a single obvious integer parameter this is adequate but not rich.

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 a specific verb ('Reopen') and resource ('a task'), and immediately distinguishes it from the sibling complete_maintenance_task by calling itself the undo. This leaves no ambiguity about what the tool does.

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?

It gives the usage condition ('ticked off by mistake') and names the exact counterpart tool (complete_maintenance_task) whose effect it reverses. It does not enumerate exclusions or other alternatives, but the context is sufficient for a simple state-reversal tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.