Skip to main content
Glama
qase-tms

Qase MCP Server

Official
by qase-tms

list_runs

Read-onlyIdempotent

Retrieve all test runs from a project, with filters for status, milestone, environment, time range, and pagination options.

Instructions

Get all test runs in a project with optional filtering and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesProject code (2-10 uppercase letters, numbers, or underscores)
searchNoSearch query for run title
statusNoFilter by status (e.g., "active", "complete")
milestoneNoFilter by milestone ID
environmentNoFilter by environment ID
from_start_timeNoFilter runs started after this timestamp
to_start_timeNoFilter runs started before this timestamp
limitNoMaximum number of items
offsetNoNumber of items to skip
includeNoComma-separated relations to include (e.g., "cases")
Behavior3/5

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

Annotations already declare this as a read-only, idempotent, non-destructive operation. The description adds minimal behavioral context (optional filtering/pagination) beyond what annotations provide.

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 a single, well-structured sentence that immediately conveys the tool's purpose. No redundant or extraneous information.

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 complexity (10 parameters, no output schema), the description adequately outlines the core functionality but could elaborate on return format or behavior.

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?

Schema description coverage is 100% (all 10 parameters have descriptions). The description does not add new parameter insights; it just summarizes filtering and pagination. Fulfills baseline with no added value.

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 action ('Get') and resource ('all test runs in a project'), effectively distinguishing it from sibling tools like 'get_run' (single run) and other 'list_*' tools.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as 'get_run' for a specific run or other list tools. The description only mentions optional filtering and pagination without context.

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