create_review
Start a new Cobalt Capture review and get a handle for filling it in. Use this to compile findings from a browser-testing or QA run into one shareable, durable report. Returns a review slug and a claim_token — pass BOTH back to add_screenshot / add_note to append content. Also returns a review_url to share and a save_url the human opens (while signed in) to save the review to their account permanently. The review is anonymous and auto-deletes after 30 days unless saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the review, e.g. 'Onboarding walkthrough — Jupiter Invoice'. | |
| summary | No | Optional overview shown at the top of the review (plain text or markdown). Good place for the overall task, outcome, and headline findings. | |
| product_url | No | Optional URL of the product/site under review. |