Skip to main content
Glama
coval-ai

Coval MCP Server

Official
by coval-ai

create_test_case

Add a test case to an existing test set by providing a single scenario or multi-turn conversation with expected agent behaviors for evaluation.

Instructions

Create test case in a test set. input_str: single scenario message OR JSON array [{role,content},...] for multi-turn conversations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_set_idYesThe 8-character ID of the test set to add this test case to.
input_strYesThe test input or scenario that will be presented to the agent.
expected_behaviorsNoList of expected agent behaviors or responses for evaluation.
descriptionNoHuman-readable description of what this test case validates.
simulation_metadata_inputNoAdditional context passed to the simulation environment.
metric_inputNoCustom inputs for metric evaluation.
user_notesNoInternal notes about this test case.
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It reveals that input_str can be a string or JSON array, but fails to mention whether the operation is destructive, requires specific permissions, or has rate limits. It does not indicate if the tool returns a value or has side effects.

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 extremely concise: one sentence for purpose, one phrase for parameter detail. No unnecessary words, and the key information (two input formats) is front-loaded.

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 7 parameters (including nested objects), no output schema, and no annotations, the description is insufficient. It does not explain the role of simulation_metadata_input, metric_input, or what the tool returns after creation. The agent will lack critical context for proper use.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the dual format of input_str, which is not obvious from the schema. For other parameters, it largely echoes the schema, but the additional context for input_str justifies a 4.

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 'Create test case in a test set.' It differentiates from siblings like create_test_set by specifying the operation on a test case. It also adds detail on input_str formats, making it specific and actionable.

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 does not provide guidance on when to use this tool versus alternatives, nor does it mention prerequisites or when not to use it. While the purpose is clear, usage context is minimal.

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/coval-ai/mcp-server'

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