action thebluealliance_get_teams_by_year_keys { label: "getTeamsByYearKeys" description: "Gets a list Team Keys that competed in the given year, paginated in groups of 500." provider: thebluealliance method: GET path: "/teams/{year}/{page_num}/keys" encoding: json output: { type: "array" description: "Array of Team Keys" items: { type: "string" } } }