search_discs
Search and filter disc golf discs by text query, brand, category, speed range, stability score range, and canonical flight class. Returns up to 50 bounded results with stable IDs and canonical URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Filter by manufacturer/brand name (case-insensitive) | |
| limit | No | Maximum number of discs to return (1..50, default 10) | |
| query | No | Text query to match disc name, brand, model, or slug | |
| offset | No | Pagination offset (default 0) | |
| category | No | Filter by disc category (putter, midrange, fairway_driver, distance_driver) | |
| speed_max | No | Maximum speed (1..15) | |
| speed_min | No | Minimum speed (1..15) | |
| flight_class | No | Filter by canonical flight class (e.g. 'Early Turn', 'Progressive Turn', 'True Flight', 'Assured Fade', 'Lockdown Fade') | |
| stability_max | No | Maximum stability score (turn + fade) | |
| stability_min | No | Minimum stability score (turn + fade) |