get_roster
Get the active roster for a USL Super League team using its ESPN team ID. Returns each player's jersey number, name, position, citizenship, and age.
Instructions
Get the active roster for an USL Super League team.
Returns each player's jersey number, name, position, citizenship, and age. Use the team ID returned by get_teams.
Args: team_id: ESPN numeric team ID (e.g. "18418" for Atlanta United FC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |