add_note
Append a free-standing text note (not tied to a screenshot) to a review created by create_review. Use for context, steps taken, or a summary of findings between screenshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The note text (plain text or markdown). | |
| review | Yes | The review slug or URL from create_review. | |
| claim_token | Yes | The claim_token from create_review (authorizes the write). For a review the human has SAVED to their account, pass the agent token they generated on the review page (Export & more → Hand to your agent) here instead. |