Skip to main content
Glama

List Launch Test Results

list_launch_test_results
Read-onlyIdempotent

Retrieve test results from a launch with optional filters for manual or failed results, pagination, search, and sorting.

Instructions

List test results inside a launch, including manual execution metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoZero-based page index after optional filtering.
sizeNoNumber of results per page (max 100).
sortNoOptional sort directives such as ['name,ASC'] or ['createdDate,DESC'].
searchNoOptional result-name search term.
filter_idNoOptional saved filter ID from TestOps.
launch_idYesLaunch ID (required).
project_idNoOptional override for the default Project ID.
failed_onlyNoWhen true, return only failed or broken results. Filtering is handled for you.
manual_onlyNoWhen true, return only manual results. Filtering is handled for you.
output_formatNoOutput format: 'json' (default) or 'plain'.
Behavior3/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds that manual execution metadata is included, but does not elaborate on other behavioral traits like pagination or filtering beyond what the schema implies.

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 a single sentence that front-loads the action and resource, covering the essential purpose without extraneous text. It is efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters and no output schema, the description is too brief. It does not explain pagination, filtering behavior, or how manual execution metadata is represented, leaving significant gaps for the agent.

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 100% schema description coverage, the baseline is 3. The description does not add any parameter-specific meaning beyond the schema, so it meets but does not exceed the baseline.

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 (List) and the resource (test results inside a launch) and mentions inclusion of manual execution metadata, which distinguishes it from sibling tools like list_launches or get_launch.

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

Usage Guidelines3/5

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

The description implies the use case (listing results for a specific launch) but does not explicitly contrast with alternative tools or provide when-to-use guidance.

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/ivanostanin/lucius-mcp'

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