Skip to main content
Glama
belovdm
by belovdm

Create test case

kiwi_create_case

Create a test case in Kiwi TCMS with summary, Markdown text, tags, and optional plan attachment. Category and priority names are resolved automatically.

Instructions

TestCase.create in the product (defaults to KIWI_PROJECT). Category and priority accept names and are resolved to ids. If plan is set, the case is attached via TestPlan.add_case. Tags are added one by one. text is stored verbatim in Kiwi's text field (Markdown; Kiwi 12+) — no section parsing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planNoPlan id to attach the case to
tagsNoComma-separated tags
textNoFull case body as Markdown (setup, steps, expected, ...)
notesNoNotes
scriptNoAutomation script path
productNoProduct name or id (defaults to KIWI_PROJECT)
summaryYesCase summary
categoryNoCategory name or id (required by Kiwi; defaults to the first product category)
priorityNoPriority value (P1..P5) or id. Default Medium
argumentsNoAutomation script arguments
automatedNois_automated
status_idNoNumeric status id (Kiwi default if omitted)
requirementNoRequirement reference: a path or URL to the source requirement
Behavior5/5

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

Disclosures several valuable behaviors beyond the annotations: category/priority names are resolved to ids, setting plan triggers TestPlan.add_case, tags are added one by one, and text is stored verbatim with no section parsing. Annotations only provide destructiveHint=false, so this context is essential.

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?

Every sentence carries dense, non-redundant information. The description front-loads the core action and then adds behavioral details in logical order, with no filler or restatement of the title.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 13-param create tool with no output schema, the description covers major behavioral nuances including defaults, name resolution, attachment, tags, and text format. Remaining params are left to the schema, which already documents them adequately.

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 covers all 13 params, but the description enriches key ones: product default, category/priority name-to-id resolution, plan attachment semantics, comma-separated tags being added individually, and Markdown text behavior. It goes beyond schema descriptions, though not every parameter is addressed.

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?

Description opens with 'TestCase.create in the product', clearly identifying the action (create) and resource (test case) while scoping to Kiwi. The verb and resource distinguish it from update, plan, and run tools in the sibling list.

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

Usage Guidelines4/5

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

Provides clear context: defaults to KIWI_PROJECT, category/priority name resolution, and plan attachment behavior. However, it does not explicitly name alternatives or state when not to use it, such as preferring kiwi_plan_add_case for existing cases.

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