Read the review log for a project
get_review_logRetrieve a project's review history with verdicts, scores, and gate failures to diagnose agent loops or incomplete fixes. Reading the log does not consume a retry.
Instructions
Return recent reviews and verdicts for a project, so you can see why an agent looped or what was still failing at the end. Each entry records the attempt number, the verdict, every dimension score, which gates fired, and which judge produced the verdict. Reading the log never consumes a retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent entries to return. Default 10. | |
| verdict | No | Only return entries with this verdict. | |
| project_root | No | Project root. Defaults to the server's working directory. | |
| task_description | No | Filters the log to a single request. Retry budgets are keyed on the request wording alone. |