find_retailer_stock
Search live retail inventory, prices, and stock availability for a disc golf mold across verified international and regional disc golf retailers. Supports country-specific filtering, automatic forex conversion to local currency, exact/range weight matching, color matching, and partner retailer routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Color preference to filter by (e.g. 'white', 'blue', 'pink', 'glow'). Case-insensitive substring match. | |
| limit | No | Maximum number of retailer offers to return (1..25, default 10). | |
| plastic | No | Plastic grade or blend to filter by (e.g. 'champion', 'star', 'halo', 'z-line', 'neutron'). | |
| disc_slug | Yes | Canonical disc slug (e.g. 'innova-teebird', 'discraft-buzzz', 'axiom-crave'). | |
| weight_max | No | Maximum weight in grams (e.g. 175). | |
| weight_min | No | Minimum weight in grams (e.g. 165). | |
| country_code | No | ISO 3166-1 alpha-2 country code to localize search and currency (e.g. 'GB' for United Kingdom, 'US' for United States, 'SE' for Sweden, 'DE' for Germany). Defaults to 'GB'. | GB |
| weight_grams | No | Target disc weight in grams (e.g. 169). Matches exact weights and standard ranges encompassing this weight (e.g. 165-169g). | |
| in_stock_only | No | Filter to items with confirmed in-stock availability. Defaults to true. | |
| affiliate_only | No | Filter exclusively to GolfWithDiscs partner retailers. Defaults to false. | |
| strict_variants | No | If true, excludes offers where weight or color is unspecified/uncataloged by the retailer. Defaults to false. |