Skip to main content
Glama

soak_scenario

Repeat an allowlisted scenario up to the server's hard run limit, then verify the pass rate against a minimum threshold to assess reliability.

Instructions

Repeat an allowlisted scenario within the server's hard run limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runsYes
scenarioYes
minimum_pass_rateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.2.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does disclose two useful constraints: the scenario must be allowlisted and execution is bounded by the server's hard run limit. However, it does not explain what happens when runs exceed the limit, whether the operation has side effects on server state, or how results are returned.

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, front-loaded sentence that wastes no words. Every phrase ('Repeat', 'allowlisted', 'hard run limit') contributes meaning.

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

Completeness3/5

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

For a tool with no annotations, low schema coverage, and no parameter descriptions, the description leaves important gaps: the semantics of minimum_pass_rate, the meaning of the server's run limit, and how to identify an allowlisted scenario are not covered. The output schema exists, so return format is not a missing piece, but the operational context is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not compensate: it never mentions runs or minimum_pass_rate, and only indirectly relates to scenario. An agent cannot tell what values are valid for runs, what the default 0.99 threshold means, or how the parameters interact with the hard run limit.

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 uses a specific verb, 'Repeat', and identifies a resource, 'an allowlisted scenario', which makes the soak-testing intent clear. It is distinguishable from run_scenario by implying repeated execution, though it does not explicitly name an alternative.

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 phrase 'Repeat an allowlisted scenario' implies this tool is for running a scenario multiple times rather than once, but it does not explicitly say when to choose this over run_scenario or list_scenarios. No exclusions or alternative conditions are provided.

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/TheBulaDev/game-agent-harness'

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