W
WaveGuard
/waveguard_mechanism_probe
waveguard mechanism probe
Run targeted interventions and rank effect sizes.
liveverifiedunknown~5s typical
mcpprobedwaveguard
$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-emergentphysicslab-waveguard /waveguard_mechanism_probe for me.
Input
| Field | Type | Description |
|---|---|---|
| training* | array | 2+ baseline normal samples used to construct the reference profile. |
| base_test* | string | Baseline candidate sample before interventions. |
| intervention_tests* | array | 1+ intervention variants used to estimate effect sizes. |
| intervention_labels | array | Optional labels for intervention variants (same order as intervention_tests). |
| encoder_type | string | Optional encoder override. Omit to auto-detect. |
| sensitivity | number | Anomaly sensitivity multiplier (default: 1.0). |
| field_level | integer (0 | 1) | 0 = real scalar field, 1 = complex field. |
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-emergentphysicslab-waveguard","endpoint":"/waveguard_mechanism_probe","input":{"training":[],"base_test":"...","intervention_tests":[]}}'cli
npx cracked-ai run -p mcp-com-emergentphysicslab-waveguard -e /waveguard_mechanism_probe -i '{"training":[],"base_test":"...","intervention_tests":[]}'mcp
run_tool({ provider: "mcp-com-emergentphysicslab-waveguard", endpoint: "/waveguard_mechanism_probe", input: {"training":[],"base_test":"...","intervention_tests":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.