analyze_type_coverage
Get defensive type coverage summary for a Pokemon roster by providing names or dex numbers, yielding matchup counts and notable weaknesses.
Instructions
Summarize defensive type coverage for a roster.
Args: names_or_dexes: Pokemon names or dex numbers to analyze.
Returns: Coverage report with matchup counts and notable weaknesses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names_or_dexes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | ||
| matchup_summary | Yes | ||
| notable_weaknesses | Yes | Attack types that threaten at least half the roster | |
| notable_resistances | Yes | Attack types largely covered by the roster |