Skip to main content
Glama

list_experiment_trials

Read-onlyIdempotent

Fetch a bounded page of immutable experiment trials with cursor pagination and a configurable limit. Enables auditing and comparing execution evidence without uploading code or data.

Instructions

Return one bounded page of immutable trials for an experiment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
cursorNo
experiment_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds 'bounded page' (pagination) and 'immutable' (data stability), which are meaningful behavioral traits beyond what the 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 sentence, front-loaded with the action and key qualifiers. Every word contributes value, with no filler or redundancy.

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 simple read-only listing tool with a rich output schema and full annotations, the description covers core semantics. However, it omits how to navigate pagination (cursor usage) and whether ordering is defined, which would be useful given the cursor parameter.

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 has 0% description coverage, and the description does not explain the parameters. 'Bounded page' hints at limit/cursor but does not define them or explain pagination semantics. The parameter names are self-explanatory but not elaborated.

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 uses a specific verb 'Return' with a clear resource ('one bounded page of immutable trials') and explicitly scopes to 'an experiment'. This distinguishes it from sibling list/get tools like list_runs or get_experiment.

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 tool is used to retrieve trials for an experiment, but it does not provide explicit when-to-use/when-not-to-use guidance or name alternative tools. The scoping phrase 'for an experiment' is present but no exclusions are offered.

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/morluto/flameox'

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