clear_cache
Clear cached Hudl data to force a fresh fetch. Choose to wipe all data, a specific season, or a single game. Use 'list' to view cache contents without clearing.
Instructions
Invalidate cached Hudl data so the next request re-fetches from Hudl. Use scope="all" to wipe everything. Use scope="season" with a season label (e.g. "2024-2025") to clear all entries for that season. Use scope="game" with a game identifier (opponent name or date) to clear a single game. Omitting scope defaults to "all". After clearing, the next tool call will re-scrape Hudl and rebuild the cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Set true to list current cache contents without clearing anything. | |
| scope | No | "all" (default) = clear everything; "season" = clear one season; "game" = clear one game. | |
| identifier | No | Required when scope is "season" or "game". For season: a label like "2024-2025". For game: an opponent name (e.g. "Oregon City") or date (e.g. "Mar 17"). |