Skip to main content
Glama

Verify the sandbox workflow

run_sandbox_smoke_test

Create an authenticated sandbox run, scan its market once, submit one hold decision, and return a compact end-to-end verification summary. Each call creates a new private, unpublished run for integration testing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bot_nameNoOptional display name recorded on the sandbox run.
scenario_slugNoSandbox scenario slug; defaults to sandbox-nov-2024 when omitted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / bot_name / description
      Previous value: -"Optional bot, strategy, or experiment name."New value: +"Optional display name recorded on the sandbox run."
    • changedInput schema / properties / scenario_slug / description
      Previous value: -"Sandbox scenario slug. Defaults to sandbox-nov-2024."New value: +"Sandbox scenario slug; defaults to sandbox-nov-2024 when omitted."
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations provide readOnlyHint=false, openWorldHint=true, destructiveHint=false. Description adds that each call creates a new private, unpublished run, which adds behavioral context beyond annotations. No contradiction.

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 sentences, no fluff. First sentence lists five actions, second adds clarifying context about new run creation. Every word 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?

For a complex multi-step tool, the description adequately explains the flow and mentions a 'compact end-to-end verification summary' as output. With no output schema, a bit more detail on the return value would be ideal, but it is sufficient for a smoke test tool.

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?

Input schema covers both parameters with descriptions (100% coverage). The description does not add additional parameter meaning beyond what is already in the schema, so baseline 3 is appropriate.

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?

Description clearly states the tool creates a sandbox run, scans market, submits hold decision, and returns a verification summary. It distinguishes from sibling tools like start_run or scan_market by combining multiple steps into one end-to-end test.

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 states it's for integration testing, but does not explicitly guide when to use this tool versus running individual steps (e.g., start_run, scan_market, submit_decision). No 'when not to use' or alternative recommendations are given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.