Leave vendor review
leave_reviewRecord the user's verified-purchase review of how a UFP order turned out. YOUR JOB IS TO STRUCTURE THE FEEDBACK: turn what the user actually said into stars (1-5 overall) and facet scores — "the cut was sloppy" -> quality, "parts arrived 2 days late" -> timeliness, "wrong color" -> accuracy. Keep the optional comment to a short factual summary of their words; never embellish. ALWAYS draft the review (stars, facets, comment) and confirm it with the user BEFORE calling this tool — e.g. "I'll rate this 2 stars with timeliness 1 because it arrived 2 days late — send it?". One review per order: submitting again updates the existing review. Use list_orders first if you need to resolve which order they mean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stars | Yes | Overall rating the user confirmed, 1-5 | |
| claims | No | CHECKABLE claims from the user's feedback — the network stamps each against its own records (the ordered spec, polled tracking + delivery events) and attaches evidence chips to the review. Only pass what the user actually asserted. | |
| facets | No | Score only the facets the user actually spoke to | |
| comment | No | Short factual summary of the user's feedback, in their spirit — optional | |
| order_id | Yes | The UFP order being reviewed (ord_…) — see list_orders |