Skip to main content
Glama
qase-tms

Qase MCP Server

Official
by qase-tms

qase_ci_report

Report CI/CD test results in a single API call by creating a run, recording all results, and optionally completing it, replacing a multi-step workflow.

Instructions

Report CI/CD test results in one call: creates a run, records all results, and optionally completes the run. Replaces the 3-4 step manual workflow of create_run → bulk_create_results → complete_run. Designed for CI pipeline integration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesProject code (2-10 uppercase letters, numbers, or underscores)
titleYesRun title (e.g., "CI Build #1234")
resultsYesTest results to record
completeNoComplete the run after recording results (default: true)
is_autotestNoMark as automated run (default: true)
environment_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYesCreated run ID
run_statusYes
results_recordedYesNumber of results recorded
Behavior4/5

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

The description discloses that the tool creates a run, records results, and optionally completes the run, adding behavioral context beyond annotations. Annotations indicate non-readonly and non-idempotent, consistent with the description. No contradictions.

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 long, with no wasted words. The first sentence states the primary function, and the second provides context and efficiency benefit. It is front-loaded and easy to parse.

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?

Given the tool has 6 parameters (3 required) and no nested objects, and an output schema exists, the description covers the high-level behavior well. It explains the single-call workflow vs alternatives, though it could mention return values or error scenarios.

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?

The input schema already has descriptions for all parameters (83% coverage based on context), so the description adds little on parameter meaning. The description does not elaborate on parameters beyond what's in the schema, so a baseline of 3 is appropriate.

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 the tool reports CI/CD test results in one call, replacing a multi-step workflow. It specifies the verb 'report', the resource 'CI/CD test results', and distinguishes from sibling tools like qase_result_record or qase_run_upsert by emphasizing the combined operation.

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 explicitly says it is 'designed for CI pipeline integration' and replaces a manual 3-4 step workflow, providing clear context. While it doesn't explicitly list when not to use it, the intended use case is well communicated.

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