get_results_by_opponent_tier
Compare a team's win-loss-tie record against top, middle, and bottom-tier opponents based on live league standings. Use this to assess performance against stronger or weaker competition.
Instructions
Get a team's W-L-T splits against current top-tier, middle, and bottom-tier teams.
Tiers are derived from the live league standings: top tier_size,
bottom tier_size, and everyone in between. Lets you ask "how does
this team do against the top of the table?" without scanning every
result manually.
Args: team_id: ESPN numeric team ID. tier_size: Number of teams in each of the top and bottom tiers. Defaults to 5. Must be at least 1, and 2*tier_size must not exceed the league size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| tier_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |