Skip to main content
Glama

list_testruns

Browse and filter test runs by branch, time interval, author, or environment to find specific test executions and analyze results.

Instructions

Browse and filter your test runs to find specific test executions. Filter by git branch (e.g., 'develop', 'main'), time interval ('1d', '3d', 'weekly', 'monthly', or custom date ranges), commit author, or environment (e.g., 'production', 'staging', 'development'). Supports efficient pagination using page/limit or offset/limit, or use get_all=true to fetch all results (up to 1000). Returns test run summaries with statistics (total, passed, failed, skipped, flaky counts), duration, status, branch, author, and PR information when available. Perfect for answering questions like 'What tests ran on the develop branch?' or 'Show me all test runs from last week.' The PAT should be configured in mcp.json as TESTDINO_PAT environment variable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID (Required). The TestDino project identifier.
by_branchNoFilter by git branch name (e.g., 'main', 'develop', 'feature/login').
by_time_intervalNoFilter by time: '1d' (last day), '3d' (last 3 days), 'weekly' (last 7 days), 'monthly' (last 30 days), or '2024-01-01,2024-01-31' (date range).
by_authorNoFilter by commit author name (case-insensitive, partial match).
by_commitNoFilter by git commit hash (full or partial).
by_environmentNoFilter by environment. Example: 'production', 'staging', 'development'.
limitNoNumber of results per page (default: 20, max: 1000).
pageNoPage number (default: 1).
get_allNoGet all results up to 1000 (default: false).
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: it specifies pagination options (page/limit or offset/limit), a limit on fetching all results (up to 1000 with get_all=true), and authentication requirements (PAT configuration in mcp.json). It also hints at return content (summaries with statistics, duration, etc.), though it could mention error handling or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, starting with the core purpose and filtering options, then moving to pagination and return values, ending with usage examples and authentication note. Most sentences earn their place, though the authentication detail could be streamlined or moved to annotations if available, and some repetition with the schema exists.

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 (9 parameters, no output schema, no annotations), the description is fairly complete: it covers purpose, usage, behavioral traits, and return content. However, it lacks details on error cases, exact output structure, or performance considerations, which would be helpful for a tool with many parameters and no output schema. It compensates well but has minor gaps.

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%, so the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema by listing filter types (e.g., git branch, time interval) and pagination methods, but it does not provide additional syntax, format details, or usage examples not covered in the schema. Baseline 3 is appropriate as the schema does the heavy lifting.

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's purpose with specific verbs ('browse and filter') and resource ('test runs'), distinguishing it from siblings like 'get_run_details' or 'list_testcase' by focusing on filtering test executions rather than retrieving specific details or test cases. It provides concrete examples of what can be filtered (git branch, time interval, etc.).

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 provides clear context for when to use this tool (e.g., to answer questions like 'What tests ran on the develop branch?' or 'Show me all test runs from last week'), but it does not explicitly mention when not to use it or name alternatives among siblings (e.g., 'get_run_details' for detailed info on a specific run). The guidance is practical but lacks explicit exclusions.

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/testdino-inc/testdino-mcp'

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