Skip to main content
Glama
TCSoftInc

TestCollab MCP Server

by TCSoftInc

delete_suite

Delete a test suite by ID to remove it from TestCollab, cascading to child suites and test cases.

Instructions

Delete a test suite from TestCollab.

WARNING: This will delete the suite and may affect child suites and test cases. Use with caution.

Required: id (suite ID) Optional: project_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSuite ID to delete (required)
project_idNoProject ID (optional if TC_DEFAULT_PROJECT is set)
Behavior3/5

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

The description warns that deletion 'may affect child suites and test cases', which is a key behavioral trait. However, it does not disclose whether deletion is reversible, requires specific permissions, or what happens to the test cases. Since no annotations are provided, the description partially addresses behavior but lacks completeness.

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 concise: three sentences covering action, warning, and parameter summary. It is front-loaded with the primary purpose and uses clear, direct language without superfluous details.

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?

Given the tool's simplicity (two parameters, no output schema), the description covers the essential: what it does, a critical warning about cascading effects, and parameter identification. It does not mention return values or error handling, which are minor omissions for a delete operation.

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 100% schema coverage, the baseline is 3. The description repeats parameter roles ('Required: id (suite ID)', 'Optional: project_id') without adding new meaning beyond the schema's type and description. No additional constraints or usage hints are provided, so it adds minimal value.

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 clearly states 'Delete a test suite from TestCollab', using a specific verb and resource. It distinguishes itself from sibling tools like create_suite, update_suite, and get_suite, leaving no ambiguity about its function.

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 lacks guidance on when to use this tool versus alternatives such as update_suite or move_suite. The warning to 'Use with caution' is generic and does not specify prerequisites or scenarios where deletion is appropriate, leaving the agent without decision context.

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/TCSoftInc/testcollab-mcp-server'

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