Skip to main content
Glama

List Experiments

list_experiments

List experiments from most recent to oldest, helping you locate previously created sandboxes or identify ones you forgot to destroy before creating new ones.

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

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It reveals ordering and implies that destroyed experiments are still listed, but it does not explicitly state that this is a read-only operation or describe default filter behavior.

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?

Two crisp sentences with no filler. The core action and ordering are front-loaded, and the use-case guidance earns its place.

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?

Complete schema coverage, no required parameters, and an output schema make this nearly complete. The description adds practical selection context, though it could explicitly note that listing is side-effect-free.

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%, and the description adds no parameter-specific meaning beyond the schema. Since the schema fully documents limit and status, a baseline score of 3 is appropriate.

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?

States a specific verb ('List') and resource ('experiments'), with an ordering guarantee ('most recent first'). It clearly differentiates from singular get_experiment by plural scope, but does not explicitly name sibling alternatives.

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?

Provides concrete use cases: finding a previously created sandbox and checking for undeleted sandboxes before creating another. This gives clear context for when to use the tool, though it does not mention exclusions or alternatives.

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

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