Skip to main content
Glama

run_scenario

Execute a scenario to simulate and validate a LiveKit agent's behavior, capturing a forensic log for analysis.

Instructions

Run a simulation (alias: prefer execute_scenario for validate-then-run).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenario_idYes
project_rootYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description bears full burden. It only says 'Run a simulation' without disclosing side effects, permissions, or behavioral traits. This is minimal transparency for a run/mutation tool.

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 sentence with zero redundancy. It is front-loaded and efficient, conveying its key point immediately.

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

Completeness2/5

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

Given the tool has 2 required parameters, no schema descriptions, and no annotations, the description is too sparse. It lacks context about the simulation's nature, prerequisites, or output, leaving significant gaps for correct invocation.

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

Parameters1/5

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

Schema coverage is 0% with no parameter descriptions. The description does not explain the meaning or format of 'scenario_id' or 'project_root', adding no value beyond the structural schema definition.

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 states 'Run a simulation,' clearly indicating the action and resource. It distinguishes from the sibling 'execute_scenario' by noting that the latter is preferred for validate-then-run, providing differentiation.

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 gives a preference hint ('prefer execute_scenario for validate-then-run'), which implies when to use the alternative. However, it does not explicitly state when to use this tool or exclude other cases, leaving usage context somewhat implicit.

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/quangdang46/livekit-agent-simulator'

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