Skip to main content
Glama
bun913

TestRail MCP Server

by bun913

deleteCase

Remove a test case from TestRail by specifying its ID to manage test suites and maintain accurate test documentation.

Instructions

Deletes a test case from TestRail / TestRailからテストケースを削除します

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseIdYesTestRail Case ID
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. While 'Deletes' implies a destructive operation, the description fails to specify whether deletion is permanent, whether associated data (like test results or history) are cascade-deleted, or if the operation can be reversed. For a destructive tool, this lack of safety context is a significant gap.

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 consists of two brief sentences (English and Japanese translation) with zero extraneous information. It is appropriately front-loaded with the action verb and efficiently communicates the tool's function without waste.

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?

For a single-parameter deletion tool with 100% schema coverage and no output schema, the description is minimally adequate. However, given the destructive nature of the operation and absence of annotations, it should ideally disclose permanence or return status to be considered complete.

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?

The input schema has 100% description coverage for the caseId parameter ('TestRail Case ID'). The description does not explicitly mention the parameter or add syntax details beyond the schema, but given the schema is complete, it meets the baseline expectation without adding extra value.

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 specific action (Deletes) and resource (test case) within the system (TestRail). While it implicitly distinguishes from siblings like deleteSection or updateCase through the resource name and verb, it does not explicitly contrast with alternative approaches or explain when deletion is preferred over updating.

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 (e.g., updating a case status instead of deleting), nor does it mention prerequisites such as verifying the case exists or permissions required. It states only what the tool does, not when to invoke it.

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/bun913/mcp-testrail'

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