Skip to main content
Glama

run_eval

Tests an agent by simulating scripted scenarios, scoring close speed, confirmation accuracy, and urgency handling, then returns a /100 PASS/WARN/FAIL report.

Instructions

The agent tests itself. Simulates N scripted scenarios via the LLM (no audio cost), scores behavior (close speed, no price, spelled confirmation, urgency handling), returns a /100 report with PASS/WARN/FAIL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes
verticalYes
assistantIdYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses key behaviors: simulation via the LLM, no audio cost, scoring dimensions, and output format. It doesn't mention side effects or parameter-driven choices, but the main execution model is clear.

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 single sentence is information-dense and front-loaded with the main action. Every clause adds value: simulation, cost, scoring dimensions, and report style.

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?

The description explains high-level behavior but omits parameter semantics and usage context. With no output schema and no annotations, the agent will struggle to know valid inputs or what N represents.

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 description coverage is 0%, and the description mentions none of the three parameters (assistantId, market, vertical). It doesn't explain what market or vertical mean for the evaluation, leaving the agent to guess.

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's function: it tests the agent via simulated scenarios, scores behavior on specific criteria, and returns a /100 report. This distinguishes it from sibling tools like list_agents or deploy_agent.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool instead of alternatives like regression_gate or audio_forensics. The description implies evaluation use but doesn't state prerequisites or exclusions.

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/guillaumehussong/standard-vocal-mcp'

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