Brainiall NLP
BN
Brainiall NLP
/fraud_feedback

Report Fraud Outcome (Feedback)

Report the confirmed outcome of an event so the fraud model can be re-calibrated to your data. Args: event_id: The event identifier. label: 'fraud' | '

liveverifiedunknown~5s typical
mcpprobedbrainiallnlp
$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-brainiall-nlp /fraud_feedback for me.

Input

FieldTypeDescription
event_id*stringThe event_id you passed to fraud_score (or your own identifier)
label*stringThe confirmed outcome: 'fraud' | 'legitimate' | 'chargeback' | 'dispute'
notesstringOptional free-text notes

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-brainiall-nlp","endpoint":"/fraud_feedback","input":{"event_id":"...","label":"..."}}'
cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /fraud_feedback -i '{"event_id":"...","label":"..."}'
mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/fraud_feedback", input: {"event_id":"...","label":"..."} })

Try it

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