plith
P
plith
/qualitygate_validate

qualitygate validate

After your agent generates output, validate it against your rules before shipping. Runs deterministic checks (regex, JSON schema, syntax) plus optional LLM-powe

liveverifiedunknown~5s typical
mcpprobedplith
$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-plith-plith /qualitygate_validate for me.

Input

FieldTypeDescription
output*stringThe agent output text to validate.
directivesarrayDirective objects. Types: must_include, must_not_include, must_match, must_not_match, must
schemaobjectJSON Schema to validate output against.
languagestringCode language for syntax check: json, python, javascript, typescript.
check_typesarrayChecks to run. Auto-inferred if omitted.
overridebooleanForce pass. Requires override_reason.
override_reasonstringRequired when override is true.

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

Try it

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