Skip to main content
Glama
TCSoftInc

TestCollab MCP Server

by TCSoftInc

update_suite

Update a test suite in TestCollab by supplying its ID and optional fields like title or description to change only those values.

Instructions

Update an existing test suite in TestCollab. Only provided fields will be updated.

Required: id (suite ID) Optional: project_id, title, description

Note: To move a suite to a different parent, use the move_suite tool instead.

Example: { "id": 42, "title": "Renamed Suite", "description": "Updated description" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSuite ID to update (required)
project_idNoProject ID (optional if TC_DEFAULT_PROJECT is set)
titleNoNew suite title
descriptionNoNew suite description (null to clear)
Behavior4/5

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

Discloses that only provided fields are updated (partial update behavior). Provides an example. However, without annotations, it does not mention any side effects, permissions, or error handling. Still, the key behavioral trait is covered.

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?

Three concise sentences plus an example. No wasted words. Important information is front-loaded.

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?

Covers input well but omits return value and error behavior. With no output schema and no annotations, the description could be more complete by stating what is returned (e.g., the updated suite object). Adequate but not outstanding.

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?

Schema coverage is 100%, so baseline is 3. The description adds the partial update concept and the move_suite distinction but does not significantly enhance parameter understanding beyond the schema's descriptions.

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 it updates an existing test suite, with the specific verb 'update' and resource 'test suite'. It distinguishes from siblings like move_suite by explicitly directing the user to a different tool for moving suites.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on when to use this tool: to update a suite, and when not to: to move a suite, directing to move_suite. Lists required and optional parameters, including the note about project_id being optional if TC_DEFAULT_PROJECT is set.

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