Skip to main content
Glama
belovdm
by belovdm

Update test case

kiwi_update_case

Update an existing test case in Kiwi TCMS by modifying its summary, status, priority, category, Markdown text, notes, and automation details.

Instructions

TestCase.update. Priority and category accept names; status accepts a name (resolved to id) or status_id. text replaces Kiwi's text field verbatim (Markdown; Kiwi 12+) — no section parsing or merge with the current text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTest case id
textNoFull case body as Markdown (setup, steps, expected, ...). Replaces the whole field.
notesNoNotes
scriptNoAutomation script path
statusNoNew status name
summaryNoNew case summary
categoryNoCategory name or id
priorityNoPriority value or id
argumentsNoAutomation script arguments
automatedNoWhether the case is automated (is_automated)
status_idNoNew status id (overrides name)
requirementNoRequirement reference: a path or URL to the source requirement
Behavior4/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It reveals important semantics: priority/category accept names, status accepts a name resolved to id or status_id, and text replaces the entire field verbatim with no merging. This goes beyond the schema and warns about destructive text replacement, though it does not cover all mutation side effects.

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 two tight sentences with no filler. The key behavior is front-loaded ('TestCase.update'), and every clause adds non-redundant detail about field resolution and text semantics.

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?

Given the tool has 12 parameters and no annotations or output schema, the description covers only the most complex fields (status, priority, category, text). It omits a general note that unspecified fields remain unchanged and does not describe the response shape, validation errors, or permissions. Still, it addresses the riskiest behaviors, making it minimally adequate.

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 meaningful clarification by explaining that status names are resolved to IDs, that priority/category accept names, and that text replacement is verbatim Markdown with no section parsing. This complements the schema rather than repeating it.

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 opens with 'TestCase.update', clearly identifying the action (update) and resource (test case). It differentiates from sibling update tools like kiwi_update_plan and kiwi_update_run by explicitly naming the test-case resource.

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?

The description implies this tool updates an existing test case but does not explicitly state when to use it versus creating a case or searching for one. No alternative tools or exclusion criteria are mentioned, so the guidance is only implied by the tool's name and required 'id' parameter.

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/belovdm/kiwi-tcms-mcp'

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