update_review
Update a review's summary and/or title after the fact. Use this at the END of a run to land the verdict at the TOP of the review: the headline findings don't exist until the work is done, but readers (and agents ingesting the review) want them before scrolling past every intermediate screenshot. Prefer this over burying conclusions in a closing note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional replacement title. | |
| review | Yes | The review slug or URL from create_review. | |
| summary | No | The overview shown at the top of the review — put the headline findings and outcome here. Replaces any existing summary. | |
| claim_token | Yes | The claim_token from create_review (authorizes the write). | |
| compared_to | No | Optional: if this run RE-RAN an earlier study (compare mode), the prior review's slug or URL you compared against. Set it when finalizing a re-run so the improvement-over-time is recorded. |