Calaf Seed Tools is an MCP server that provides tools to author and validate Calaf workspace seed files. The server exposes two read-only tools: get_seed_format, which returns the complete seed file format specification, and validate_seed, which runs a draft seed document through the exact parser used by the Calaf app's importer, returning per-section counts and a list of issues with severity levels. No authentication is required.
Returns the complete specification (markdown) for calaf_seed: 1 JSON documents — the format to follow when a user asks for a Calaf seed. Read it before authoring; then check your draft with validate_seed.
Effect: readConfirm: explicit policy
validate_seedValidate 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 precise issue list (path, severity, message): severity "error" means nothing imports; "dropped" means that row or field is discarded and the rest lands. Fix the issues and validate again until clean before delivering the file to the user.