eDiscovery Decoder News/Calc
ED
eDiscovery Decoder News/Calc
/calculate_tar_recall_estimate

Calculate TAR Recall Estimate

Estimate overall TAR recall and how many responsive docs were missed, by combining the responsive count already found with an elusion sample of the excluded set

liveverifiedunknown~5s typical
mcpprobedediscoverydecodernews/calc
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ediscoverydecoder-mcp /calculate_tar_recall_estimate for me.

Input

FieldTypeDescription
responsive_found*integer
excluded_population_size*integer
elusion_responsive_hits*integer
elusion_sample_size*integer
confidence_levelnumber default 0.95

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-ediscoverydecoder-mcp","endpoint":"/calculate_tar_recall_estimate","input":{"responsive_found":1,"excluded_population_size":1,"elusion_responsive_hits":1,"elusion_sample_size":1,"confidence_level":0.95}}'
cli
npx cracked-ai run -p mcp-com-ediscoverydecoder-mcp -e /calculate_tar_recall_estimate -i '{"responsive_found":1,"excluded_population_size":1,"elusion_responsive_hits":1,"elusion_sample_size":1,"confidence_level":0.95}'
mcp
run_tool({ provider: "mcp-com-ediscoverydecoder-mcp", endpoint: "/calculate_tar_recall_estimate", input: {"responsive_found":1,"excluded_population_size":1,"elusion_responsive_hits":1,"elusion_sample_size":1,"confidence_level":0.95} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.