E
eurorack
/report_gap
Report a Data or Tool Gap
Report when this MCP server couldn't fully answer a question. Not a query tool — calling this writes a feedback record. Call this proactively — without being a
liveverifiedunknown~5s typical
mcpprobedeurorack
$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-eurorackref-eurorack /report_gap for me.
Input
| Field | Type | Description |
|---|---|---|
| kind* | string (missing_field | missing_module | tool_confusion | empty_result | other | eval_finding) | |
| module_id | string | |
| tool_name | string | |
| expected* | string | |
| observed* | string | |
| suggestion | string |
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-eurorackref-eurorack","endpoint":"/report_gap","input":{"kind":"missing_field","expected":"...","observed":"..."}}'cli
npx cracked-ai run -p mcp-com-eurorackref-eurorack -e /report_gap -i '{"kind":"missing_field","expected":"...","observed":"..."}'mcp
run_tool({ provider: "mcp-com-eurorackref-eurorack", endpoint: "/report_gap", input: {"kind":"missing_field","expected":"...","observed":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.