ED
eDiscovery Decoder News/Calc
/validate_sample_design
Validate Sample Design
QC a TAR validation sampling plan: check whether it has the documented elements needed for a defensibility discussion (population, sample size, confidence level
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 /validate_sample_design for me.
Input
| Field | Type | Description |
|---|---|---|
| population_size* | integer | |
| sample_size* | integer | |
| confidence_level | number | default 0.95 |
| margin_of_error | number | |
| sampling_frame | string | |
| sampling_method | string | |
| random_seed | string | |
| generated_at | string | |
| excluded_population_size | integer |
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":"/validate_sample_design","input":{"population_size":1,"sample_size":1,"confidence_level":0.95}}'cli
npx cracked-ai run -p mcp-com-ediscoverydecoder-mcp -e /validate_sample_design -i '{"population_size":1,"sample_size":1,"confidence_level":0.95}'mcp
run_tool({ provider: "mcp-com-ediscoverydecoder-mcp", endpoint: "/validate_sample_design", input: {"population_size":1,"sample_size":1,"confidence_level":0.95} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.