Skip to main content
Glama

List Experiments

list_experiments

Locate a previously created sandbox or identify leftover environments before launching a new one by listing experiments in reverse chronological order.

Instructions

List experiments, most recent first.

USE THIS to find a sandbox you created earlier, or to check for ones you forgot to destroy before creating another.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows.
statusNoFilter by status, e.g. 'READY', 'FAILED', 'DESTROYED'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. 'List' clearly indicates a non-mutating read, and 'most recent first' plus the sandbox-lifecycle hint add useful context. It does not explicitly mention side effects or permissions, but for a simple read-only list the risk of ambiguity is low.

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 compact sentences with no filler. The core behavior is front-loaded in the first sentence, and the second sentence adds practical usage context without redundancy.

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

Completeness5/5

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

Given that both parameters are fully documented in the schema and an output schema exists, the description provides the missing decision context: when to use this tool and what ordering to expect. Nothing critical is missing for a list-only operation.

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 already documents both parameters fully, including defaults, ranges, and meaning, so the description does not need to repeat them. The description adds no parameter-specific detail, but the baseline 3 applies because schema coverage is 100%.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List'), the resource ('experiments'), and the ordering ('most recent first'). The plural resource and the sandbox-finding use case distinguish it from singular or CRUD siblings like get_experiment and create_experiment, though it does not explicitly name a competing tool.

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?

It explicitly tells the agent when to use this tool: to find a sandbox created earlier or to check for undestroyed sandboxes before creating another. It lacks an explicit 'when not to use' or alternative-name mention, which keeps it from a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AbhiteshPundir/sandbox-mcp'

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