eDiscovery Decoder News/Calc
ED
eDiscovery Decoder News/Calc
/calculate_control_set_recall

Calculate Control Set Recall

Calculate recall against a known control set: the share of documents already confirmed relevant that the workflow found, with a Wilson confidence interval. Use

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_control_set_recall for me.

Input

FieldTypeDescription
relevant_found*integer
relevant_missed*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_control_set_recall","input":{"relevant_found":1,"relevant_missed":1,"confidence_level":0.95}}'
cli
npx cracked-ai run -p mcp-com-ediscoverydecoder-mcp -e /calculate_control_set_recall -i '{"relevant_found":1,"relevant_missed":1,"confidence_level":0.95}'
mcp
run_tool({ provider: "mcp-com-ediscoverydecoder-mcp", endpoint: "/calculate_control_set_recall", input: {"relevant_found":1,"relevant_missed":1,"confidence_level":0.95} })

Try it

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