analyze_bag
Performs a complete BagIQ analysis on a player's disc golf bag. Can accept a list of discs OR a BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7'). Returns slot coverage percentage, bag identity label (e.g. 'Overstable-heavy', 'Chaos bag'), top missing shot gaps, redundant overlaps, and mapped flight coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discs | No | List of discs currently in the bag (optional if share_url or share_id is provided) | |
| share_id | No | Optional BagIQ short share ID (e.g. '4fisr8a7') | |
| share_url | No | Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7' or 'https://app.bagiq.app/?discs=...') | |
| preferred_brand | No | Optional preferred brand for recommendations (e.g. 'Innova', 'Discraft') |