get_roster
Retrieve the active roster for any MLS team by providing its ESPN team ID. Get each player's jersey number, name, position, citizenship, and age.
Instructions
Get the active roster for an MLS 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 |