Skip to main content
Glama
verifyax

VerifyAX MCP

Official

Generate scenario

generate_scenario

Generate a test scenario for agent evaluation, choosing type (info_exchange or interview) and skill tags. Supports single or batch generation up to 50 scenarios.

Instructions

Generates a new test scenario of a given type (info_exchange or interview) with optional skill tags and context, then blocks until generation finishes (typically 30s–2min). Set num_scenarios greater than 1 for batch mode (requires tag_pool). Returns the new scenario’s uuid, or batch uuids when batching, or a structured error with details if generation fails (e.g. incompatible tags).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWorkspace-unique scenario name.
tagsNoSkill tag names (use list_compatible_tags to pick valid ones).
tag_poolNoRequired when num_scenarios > 1; universe of tag names to sample from.
total_tagsNoBatch only; tags drawn per scenario from tag_pool.
include_tagsNoBatch only; tags required in every scenario (subset of tag_pool).
num_scenariosNoBatch size. 1 = single scenario (default). Greater than 1 requires tag_pool.
scenario_typeYes
context_promptNo
max_tags_per_npcNoBatch only; caps tags per NPC.
Behavior4/5

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

Annotations indicate it's not read-only or destructive. The description adds significant behavioral context: blocking behavior (30s-2min), return values (uuid or batch uuids), and structured error on failure. No rate limits or auth details are disclosed, but overall adds value beyond annotations.

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 compact (two sentences), front-loaded with the core purpose, and every sentence adds value. No redundant or vague statements.

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?

Given no output schema, the description adequately explains return values. It covers essential parameters (type, tags, num_scenarios, tag_pool) but omits explicit mention of some batch-specific parameters. However, schema fills the gaps, making it sufficiently complete for a user.

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?

Schema coverage is 78%, so schema provides most parameter details. The description adds context about batch mode and tag_pool requirement, but does not elaborate on parameters like total_tags, include_tags, or max_tags_per_npc beyond what the schema covers.

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 generates a new test scenario, specifies the scenario types (info_exchange or interview), and mentions optional parameters. It distinguishes itself from sibling tools like delete_scenario and evaluate_agent by focusing on creation.

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

Usage Guidelines4/5

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

The description provides guidance on batch mode (num_scenarios > 1 requires tag_pool) and typical blocking time, but does not explicitly state when not to use the tool or mention alternatives like list_compatible_tags for parameter selection.

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/verifyax/verifyax-mcp'

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