complete_critique_request
Complete a pending critique request by providing its ID and the total pin count from the critic subagent's run on 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. |