complete_critique_request
Finalize a critique request by providing its ID and pin count after the critic subagent processes page URLs.
Instructions
Mark a critique_queue request as completed after the critic subagent has run on its page URLs. Pass the request id (from get_pending_critiques) and the total pin_count produced. The server scopes the update to your license — you cannot complete another tenant's request even if you know the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The critique_queue row id from get_pending_critiques. | |
| pinCount | No | Total bot pins created for this request across all page URLs. Defaults to 0 if omitted. |