Skip to main content
Glama

RUNaDIVA

Server Details

Autonomous Decision Intelligence for evaluating economic decisions before value is committed.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct targets: one evaluates a caller-supplied economic decision, while the other evaluates a single fixed synthetic sandbox case. Their descriptions make the boundary explicit, leaving no realistic ambiguity for an agent.

Naming Consistency5/5

Both tool names use the same verb_noun pattern with snake_case ('evaluate_economic_decision', 'evaluate_sandbox_case'). The convention is consistent across the entire set.

Tool Count3/5

Two tools is on the thin side for a dedicated server, though it may be appropriate if the sole purpose is decision evaluation. The set feels minimal and could benefit from additional operations like retrieving or listing sandbox cases.

Completeness4/5

For a stateless economic decision evaluation service, the surface covers the core action of evaluating a decision and provides a sandbox counterpart. Minor gaps exist around managing or discovering sandbox cases, but the primary workflow is complete.

Available Tools

2 tools
evaluate_economic_decisionBInspect

Evaluate a proposed economic option against caller-supplied alternatives and constraints. Returns EXECUTE, SWITCH, VERIFY, or BLOCK with transparent evidence and measurable savings when available. Does not search external markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionsYes
currencyYes
constraintsNo
proposed_option_idYes

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does disclose the return vocabulary (EXECUTE/SWITCH/VERIFY/BLOCK) plus that evidence and measurable savings come back. That is genuinely useful output semantics. It does not say whether the call is read-only, whether any state is mutated, or what governs the decision thresholds.

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?

Three short sentences, front-loaded with the core action and immediately followed by the return contract. No filler, though 'with transparent evidence and measurable savings when available' is slightly padded relative to the information it carries.

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?

For a 4-parameter tool with nested objects, no output schema, and no annotations, the description covers the decision output but omits how the nested option and constraint fields are interpreted and what the currency parameter does. The agent can form the call but not fully predict the result semantics.

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% with four parameters including a nested options array and constraints object. The description only loosely gestures at 'proposed option', 'alternatives', and 'constraints' and never explains currency (a required field), the required option fields (id, total_cost), or how constraints influence the decision.

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

Purpose4/5

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

The description gives a specific verb and resource: evaluate a proposed economic option against caller-supplied alternatives and constraints. It also stakes a clear boundary ('Does not search external markets'), so the agent can tell what class of work this does. It stops short of naming or contrasting with the sibling evaluate_sandbox_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?

It implies when to use it (you have a proposed option plus caller-supplied alternatives/constraints) and gives one negative condition (no external market search). However, it never routes the agent between this tool and evaluate_sandbox_case, which is the key ambiguity given the sibling set.

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

evaluate_sandbox_caseCInspect

Evaluate one fixed synthetic RUNaDIVA sandbox case.

ParametersJSON Schema
NameRequiredDescriptionDefault
caseYes

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedevaluate_economic_decision
    • First observedevaluate_sandbox_case

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables deterministic verification of AI agent decisions and actions, providing PASS/FAIL/ABSTAIN verdicts with replayable proofs and an optional signed receipt ledger.
    7 npm
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    The decision system for agentic engineering: keeps your project's decisions, rationale, and rejected paths in plain files and surfaces them to AI coding agents before they plan or change code.
    10
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources