Skip to main content
Glama
deanchong
by deanchong

post_batch_delete_test_cases

Destructive

Delete multiple test cases in a single request, moving them to trash. Restore them later if needed.

Instructions

Delete multiple test cases. Delete multiple test cases at once in a single request. Specify the test case identifiers you want to delete, and all selected test cases will be moved to the trash. Deleted test cases can be restored later if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior4/5

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

The annotations already declare destructiveHint=true, so the safety profile is covered. The description adds valuable non-obvious behavior: selected test cases are moved to the trash and can be restored later, meaning the deletion is reversible. It does not mention partial failures or auth requirements, but the key soft-delete trait is disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first two sentences are redundant ('Delete multiple test cases' vs 'Delete multiple test cases at once in a single request'), wasting space. The remaining sentences are informative, but the definition could be tightened without losing meaning.

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 simple batch-delete tool with annotations covering destructiveness and no output schema, the description is largely complete: it covers batch semantics, the trash behavior, and restore capability. Missing details like partial-failure handling or exact body format are minor given the schema's structural hints.

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 only one parameter and 0% schema description coverage, the description must carry the burden. 'Specify the test case identifiers you want to delete' tells the agent what to pass, but does not clarify the expected array-of-objects structure, leaving potential ambiguity between passing raw IDs versus id-wrapped objects.

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 states a specific verb (Delete) and resource (multiple test cases), and the word 'multiple' distinguishes it from the singular delete_test_case sibling. It stops short of explicitly naming an alternative, but an agent can still identify what it does.

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?

It implies usage context with 'at once in a single request,' suggesting it is for bulk deletion, but offers no explicit when-to-use or when-not guidance, nor any reference to the singular delete_test_case alternative. Adequate but with clear gaps.

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

Deploy Server

Other Tools