submit_feedback
Close the loop: after you acted on a TunnelMind verdict, tell us how it
went. Reports aggregate per node into an advisory second opinion that any
caller can read back via GET /v1/feedback/{node}.
Advisory only. In v0 a negative aggregate does NOT silently lower the fused trust score — it's a human-weighable signal beside the verdict, not an automatic reweight.
Use this tool when:
You acted on a verdict and want to record the real-world outcome (honored, defrauded, no issue) to help future callers.
Inputs:
node(body, required): the subject — ip, domain, asn, or entity slug.outcome(body, required): one ofpositive,negative,neutral.receipt_id(body, optional): the verdict receipt this outcome refers to.note(body, optional): free-text context, max 500 chars.
Returns the updated advisory aggregate { node, counts, total, score, signal }.
Cost:
Free. Requires an API key (authenticated callers only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| note | No | ||
| outcome | Yes | ||
| receipt_id | No |