Skip to main content
Glama

RUNaDIVA

evaluate_sandbox_case

Evaluate one fixed synthetic RUNaDIVA sandbox case.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden and delivers almost nothing. It does not disclose whether evaluation mutates state, has side effects, is deterministic, requires setup, or returns a verdict versus raw data.

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

Conciseness3/5

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

It is a single front-loaded sentence with no wasted words, which is structurally fine. But the brevity reflects under-specification rather than efficiency, so it does not earn a high conciseness score.

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?

For a tool with an undocumented enum parameter, zero annotations, and no output schema, the description is too thin. An agent lacks the context needed to pick the right case value or anticipate the result.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate and does not. The single 'case' parameter's enum values (execute, switch, verify, block) are never explained, leaving the agent no way to know which case it is choosing or what each implies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('evaluate') and resource ('fixed synthetic RUNaDIVA sandbox case'), so the general action is clear. However, 'RUNaDIVA sandbox case' is unexplained jargon and the description does not distinguish this from the sibling evaluate_economic_decision, so an agent cannot confidently route between them.

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?

There is no when-to-use guidance, no preconditions, and no mention of the alternative evaluate_economic_decision despite it being the obvious competing tool. The word 'sandbox' vaguely implies a test context but no explicit selection criteria are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources