OM
Offers MCP
/report_feedback
Report feedback on a result
Report that a search_offers result was wrong, misleading, or notably good. Use after the user reacts to a result (wrong product, bad price, broken link, great f
liveverifiedunknown~5s typical
mcpprobedoffersmcp
$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-dexter-works-offers /report_feedback for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The original product query |
| verdict* | string (good | bad | mixed) | Overall judgment of the result |
| note | string | What was wrong or right, briefly |
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-dexter-works-offers","endpoint":"/report_feedback","input":{"query":"...","verdict":"good"}}'cli
npx cracked-ai run -p mcp-com-dexter-works-offers -e /report_feedback -i '{"query":"...","verdict":"good"}'mcp
run_tool({ provider: "mcp-com-dexter-works-offers", endpoint: "/report_feedback", input: {"query":"...","verdict":"good"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.