Skip to main content
Glama

Update test case

update_test_case

Update an existing test case in QA Touch by editing only supplied fields, with support for exploratory, BDD, or steps templates.

Instructions

Update an existing test case. template must match the case style: exploratory, bdd (featureScript required) or steps (stepsTemplate required). Only provided fields are sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoMode
typeNoTest case type
caseKeyYesKey of the test case to update
estimateNoEstimate
priorityNoPriority
templateYesTest case template
caseTitleNoTitle
referenceNoReference
projectKeyYesProject key
sectionKeyNoModule (section) key
descriptionNoDescription
preconditionNoPrecondition
featureScriptNoGherkin feature script (template `bdd`)
stepsTemplateNoStructured steps (template `steps`)
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does add meaningful detail: 'Only provided fields are sent' reveals partial-update behavior, and the template-requirement note clarifies valid input combinations. It does not discuss permissions, reversibility, or response shape, but the core mutation behavior is clear.

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 sentences with no wasted words. The action is front-loaded, and the critical conditional requirements are stated directly after the main purpose.

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 14-parameter mutation tool with no annotations or output schema, the description covers the most important behavioral logic: partial updates and template-specific mandatory fields. The required identifiers are documented in the schema, and the description is sufficient for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining cross-parameter constraints (template must match featureScript/stepsTemplate) and partial-update semantics, which individual property descriptions do not fully convey.

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?

States a specific verb ('Update') and resource ('an existing test case'), which clearly distinguishes it from create_test_case and other sibling tools. The 'existing' qualifier makes the target unambiguous.

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?

Implies use when a test case already exists and needs modification, but does not explicitly say when to prefer this over create_test_case or get_test_case. The description provides conditional template guidance but no direct alternatives or exclusions.

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/Darshitpipariya/qa-touch-mcp'

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