Skip to main content
Glama

Run Playtest Suite

run_playtest_suite

Run multiple .playtest files sequentially in Unity Play Mode, returning a compact pass/fail matrix. Accepts a glob pattern or suite file, with options to stop on failure and restart between tests.

Instructions

[Play Mode] Run multiple .playtest files sequentially and return a compact matrix. Enters Play Mode. No confirmation required. pattern: glob pattern (e.g. 'Playtests/*.playtest'), comma-separated list, or newline-separated list of project-relative paths. suite_path: absolute path to a .suite file (lines = project-relative .playtest paths, # = comment). Exactly one of pattern or suite_path must be provided. stop_on_fail=True: abort suite after first failure. stop_after=True: exit Play Mode when suite completes. auto_play=True: enter Play Mode automatically if not already playing. restart_between=True: stop+play between each file to reset runtime state. Output: SUITE: X/Y passed (Zs) + per-file line + full failure details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternNo
auto_playNo
stop_afterNo
suite_pathNo
stop_on_failNo
restart_betweenNo
timeout_per_testNo
Behavior4/5

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

The description discloses key behavioral traits beyond the readOnlyHint=false annotation: it enters Play Mode, requires no confirmation, and describes how stop_after exits Play Mode. It also explains the output format. This provides useful operational context that annotations do not cover.

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 well-structured with an overview, parameter breakdown, and output summary. It is sufficiently detailed but not overly verbose; each sentence contributes to understanding the tool's behavior or parameters.

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 tool with 7 parameters and no output schema, the description covers most aspects: the parameter relationships, the output shape, and the action. It lacks an explicit usage context compared to alternatives, but the information provided is sufficient for an agent to invoke the tool correctly. The missing timeout_per_test description is the main gap.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates well by explaining the format and accepted values for pattern, suite_path, and the boolean flags (stop_on_fail, stop_after, auto_play, restart_between). However, the timeout_per_test parameter is not described at all, leaving a gap for that parameter.

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 clearly states the tool runs multiple .playtest files sequentially and returns a compact matrix. It explicitly mentions entering Play Mode, which is a specific action. It distinguishes from siblings like 'run_playtest' by indicating batch execution of multiple files.

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 provides clear parameter usage guidance, including the constraint that exactly one of pattern or suite_path must be provided, and explains the effect of each flag. However, it does not explicitly state when to choose this tool over alternatives like 'run_playtest' or other test runners; the usage context is implied rather than stated.

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/german-krasnikov/unity-biome-mcp'

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