list_frequent_crashes
Identify the top crash locations for a plugin by function, showing crash counts and latest occurrence. Use this to prioritize fixing.
Instructions
List the most frequent crash locations for a plugin, grouped by function, with counts and the most recent date. Use this to find the top crashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | Platform filter (default "all"). | |
| app | No | Host application filter, e.g. "Ableton Live 11". Omit or "all" for every app. | |
| ver | No | Version filter, e.g. "1.0.7". Omit or "all" for every version. | |
| limit | No | Max rows to return (1-500, default 100). | |
| verop | No | Comparison operator for the version filter (default "="). Uses natural version ordering. | |
| plugin | No | Which plugin to query: id, plugin code, or name. Omit if you have only one; otherwise required (see list_plugins). |