Skip to main content
Glama

eDiscovery Decoder News/Calc

Calculate Elusion

calculate_elusion
Read-onlyIdempotent

Estimate how much responsive/relevant material may remain in a set you chose NOT to review (the discard, null, or 'elusion' set). Use when a random sample of that excluded set has been coded — e.g. 'we sampled 400 culled docs and found 2 relevant.' Returns the elusion rate and a Wilson confidence interval. For an overall recall % from the same sample, use calculate_tar_recall_estimate. Aggregate counts only; not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sample_sizeYes
confidence_levelNo
relevant_found_in_sampleYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
formulaYes
assumptionsYes
elusion_rateYes
confidence_intervalYes

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating a safe read operation. The description adds behavioral context with 'Aggregate counts only; not legal advice,' which is a valuable caution about limitations. No contradiction with 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?

Three sentences, each earning its place: purpose, usage scenario, and alternative+disclaimer. Front-loaded with the key action. No redundant or verbose language.

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

Completeness5/5

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

For a statistical tool with a separate output schema (exists but not shown), the description sufficiently covers purpose, usage, parameter hints, and a disclaimer. It does not need to explain the output format since that is in the schema. Overall, it is complete for an AI agent to decide and invoke correctly.

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 description coverage is 0%, so the description must compensate. It does so through the example ('we sampled 400 culled docs and found 2 relevant') which implies usage of relevant_found_in_sample and sample_size, but does not explicitly describe each parameter, especially confidence_level. This is adequate but not thorough.

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's purpose: estimating responsive material remaining in an unreviewed set. It specifies the verb 'estimate', the resource 'elusion rate and confidence interval', and distinguishes from sibling 'calculate_tar_recall_estimate' by explicitly naming it as an alternative.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Use when a random sample of that excluded set has been coded' with an illustrative example. It also tells the agent when not to use it: 'For an overall recall % from the same sample, use calculate_tar_recall_estimate.' This is exemplary guidance.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, with descriptions explicitly differentiating similar-sounding ones (e.g., calculate_control_set_recall vs calculate_review_metrics vs calculate_tar_recall_estimate). No ambiguity in tool selection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (calculate_*, get_*, list_*, etc.), making them predictable and easy to understand.

Tool Count5/5

15 tools cover the server's domain—eDiscovery calculations, news, and utilities—without feeling excessive or insufficient. Each tool earns its place.

Completeness5/5

The tool set provides a thorough surface for eDiscovery calculations (recall, elusion, prevalence, sample size) and news, plus supporting utilities (demo guide, capability listing, health check). No obvious gaps for the stated purpose.

Resources