action thebluealliance_get_team_events_keys { label: "getTeamEventsKeys" description: "Gets a list of the event keys for all events this team has competed at." provider: thebluealliance method: GET path: "/team/{team_key}/events/keys" encoding: json output: { type: "array" description: "Array of Event Keys" items: { type: "string" } } }