action thebluealliance_get_event_teams_keys { label: "getEventTeamsKeys" description: "Gets a list of `Team` keys that competed in the given event." provider: thebluealliance method: GET path: "/event/{event_key}/teams/keys" encoding: json output: { type: "array" description: "Array of Team Keys" items: { type: "string" } } }