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
| Field | Type | Description |
|---|---|---|
| output* | string | The agent output text to validate. |
| directives | array | Directive objects. Types: must_include, must_not_include, must_match, must_not_match, must |
| schema | object | JSON Schema to validate output against. |
| language | string | Code language for syntax check: json, python, javascript, typescript. |
| check_types | array | Checks to run. Auto-inferred if omitted. |
| override | boolean | Force pass. Requires override_reason. |
| override_reason | string | Required 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.