Skip to main content
Glama
coval-ai

Coval MCP Server

Official
by coval-ai

get_test_case

Retrieve detailed information about a specific test case, including its scenario, expected behaviors, and metadata.

Instructions

Get test case details: input_str (the scenario), expected_behaviors, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_case_idYesThe unique ID of the test case to retrieve.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does not disclose read-only status, idempotency, or any side effects. The description merely lists return fields, which is adequate for a simple retrieval but lacks explicit behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is concise and front-loaded with the primary purpose. It could be improved with structured formatting, but it is efficient and avoids unnecessary words.

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

Completeness3/5

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

With no output schema, the description partially explains the return fields (input_str, expected_behaviors, metadata). This provides a basic expectation but does not cover error cases or response format details. It is minimally adequate for a simple retrieval tool.

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?

The only parameter 'test_case_id' is fully described in the schema with a clear purpose. Schema coverage is 100%, so the baseline is 3. The description does not add additional meaning to the parameter beyond what the schema already provides.

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 'Get test case details' and lists specific fields: input_str, expected_behaviors, and metadata. This verb+resource combination distinguishes it from sibling tools like list_test_cases and create_test_case.

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?

No explicit when-to-use or when-not-to-use guidance is provided. However, the tool name and context imply it should be used when a specific test_case_id is known, rather than listing all cases.

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