Request a revision
request_revisionRequest a revised submission for an intake item that fails requirements, with a note explaining the issue to the client. Moves the item to needs_revision.
Instructions
Ask the client to resubmit a specific item with a note explaining what is wrong.
Use this after reviewing get_intake_results and finding an item that does not meet requirements — for example a blurry logo, copy that is too long, or a broken URL. The client is notified automatically and the item status moves to needs_revision.
Returns { status: "revision_requested", item_key }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Plain-language explanation shown to the client (e.g. "Logo is blurry — we need at least 512 px wide in SVG or PNG with a transparent background"). | |
| item_key | Yes | The key of the item to revise (e.g. "logo", "hero_copy"). | |
| intake_id | Yes | Intake ID returned by define_intake. |