list_errors_by_domain
List all errors for a specific domain with their fix rates to evaluate coverage and identify known dead ends before relying on it.
Instructions
List all errors in a specific domain with their fix rates. Use this to understand coverage for a domain before relying on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to list errors for (e.g., 'python', 'kubernetes') | |
| sort_by | No | Sort by: 'fix_rate' (default), 'name', or 'confidence' |