get_teams_simple
Get a paginated listing of registered FRC teams with key identifiers and location only. Omits website, motto, and address to reduce data load.
Instructions
Paginated listing of every registered FRC team with reduced fields (key, team_number, nickname, name, city, state_prov, country). Lighter than get_teams; use when website, motto, address, and geocoded location are not needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_num | Yes | Zero-indexed page number for paginated team listings. TBA returns up to 500 teams per page; increment until the response is empty to enumerate all teams. |