get_rivals_by_team_id
Get rival teams for a given team ID. Supports includes, filters, pagination, and locale settings to customize results.
Instructions
Get rivals for a specific team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID. | |
| include | No | Semicolon-separated includes. | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |