Calaf Seed Tools
CS
Calaf Seed Tools
/validate_seed

Validate a Calaf seed file

Runs a draft seed document through the exact parser the Calaf app imports with. Pass the entire JSON document as a string. Returns per-section counts and the pr

liveverifiedunknown~5s typical
mcpprobedcalafseedtools
$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-ai-calaf-seeds /validate_seed for me.

Input

FieldTypeDescription
seed*stringThe complete seed JSON document — as text, or as the JSON object itself.

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-ai-calaf-seeds","endpoint":"/validate_seed","input":{"seed":"..."}}'
cli
npx cracked-ai run -p mcp-ai-calaf-seeds -e /validate_seed -i '{"seed":"..."}'
mcp
run_tool({ provider: "mcp-ai-calaf-seeds", endpoint: "/validate_seed", input: {"seed":"..."} })

Try it

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