Skip to main content
Glama

testmo_list_runs

Retrieve manual test runs for a project with optional filters for name, status, milestone, and pagination. Simplify tracking and reviewing test cycles.

Instructions

List manual test runs for a project. Supports optional name filter, open/closed filter, milestone filter and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter runs by name (partial match)
pageNoPage number (default 1)
per_pageNoRows per page: 15, 25, 50, or 100 (default 100)
is_closedNotrue = closed runs only, false = active only
project_idYesProject ID
milestone_idNoFilter by milestone ID
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavior disclosure. It states the operation is 'list', implying read-only, and mentions supported filters and pagination. However, it does not describe return format or any edge-case behavior, which would be useful.

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, front-loaded with the main purpose, and every word adds value. No redundancy or unnecessary details.

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?

For a list tool with comprehensive parameter schema, the description covers purpose and available options. Since there is no output schema, a brief note on the return value would improve completeness, but overall it is sufficient for correct invocation.

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 coverage is 100%, with each parameter already having a description. The description merely summarizes the filters without adding extra semantic detail beyond what the schema already provides.

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 'List manual test runs for a project', using a specific verb and resource. It distinguishes from sibling tools like testmo_list_cases and testmo_list_results by specifying 'manual test runs'.

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 clearly indicates when to use the tool: to list runs with optional filtering and pagination. It does not explicitly mention alternatives like testmo_get_run for single-run lookups, but the context is clear enough for agent selection.

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/PeterAbah1819/testmo-mcp-server'

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