paid_review_snippet
Stateless code review. Sends ONLY the provided snippet to the model and returns findings (bugs, security, edge cases, fixes). No repository or local context is used. Paid per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code snippet to review | |
| focus | No | Optional focus (e.g. security, performance, correctness) | |
| language | No | Optional language hint (e.g. javascript, python) |