Skip to main content
Glama
qase-tms

Qase MCP Server

Official
by qase-tms

qase_case_upsert

Create or update Qase test cases. Include an ID to update; omit it to create. Accepts enum fields as labels or numeric IDs.

Instructions

Create or update a test case. If id is provided, updates the existing case; if omitted, creates a new one. Enum fields (priority, severity, type, etc.) accept both labels ("high", "blocker") and numeric IDs — the server normalizes automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCase ID — if provided, updates the case; if omitted, creates a new one
codeYesProject code (2-10 uppercase letters, numbers, or underscores)
tagsNo
typeNoType label or numeric ID
layerNoLayer label or numeric ID
stepsNo
titleYesTest case title
statusNoStatus label or numeric ID
behaviorNoBehavior label or numeric ID
is_flakyNo
priorityNoPriority label or numeric ID (0=not set, 1=high, 2=medium, 3=low)
severityNoSeverity label or numeric ID
suite_idNo
automationNoAutomation status (label, slug, or numeric ID: 0=Manual / is-not-automated, 1=To be automated, 2=Automated)
steps_typeNo
attachmentsNo
descriptionNo
custom_fieldNo
milestone_idNo
preconditionsNo
postconditionsNo
Behavior4/5

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

Annotations already indicate readOnlyHint=false (write operation) and destructiveHint=false. The description adds valuable context about the conditional create/update behavior and the server-side normalization of enum labels/IDs, which goes beyond the structured annotations. No contradictions with annotations.

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 sentences, front-loaded with the core action, and provides precisely the essential information about upsert behavior and enum flexibility. No wasted words or redundant repetition of schema fields.

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's complexity (21 parameters, nested objects, no output schema), the description is functional but sparse. It covers the primary upsert behavior and enum normalization, but does not mention the required `code` and `title`, the nested step structure, or expected response shape. The schema fills many gaps, but a richer description would improve completeness.

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 only 48% schema description coverage, the description partially compensates by explaining that enum fields accept both labels and numeric IDs. However, it does not add detail for the many other undocumented parameters, leaving the schema descriptions to carry most of the burden. The added enum guidance is useful but limited.

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 'Create or update a test case,' which is a specific verb+resource pair that clearly identifies the tool's function. It further specifies the behavior based on the presence of `id`, distinguishing it from sibling tools like defect or run upserts.

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?

The description gives clear context on when to use upsert semantics (update if `id` provided, create otherwise). It does not explicitly mention alternatives or exclusions, but the resource is unambiguous, and sibling tool names already imply distinct purposes.

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/qase-tms/qase-mcp-server'

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