action thebluealliance_get_district_events_keys { label: "getDistrictEventsKeys" description: "Gets a list of event keys for events in the given district." provider: thebluealliance method: GET path: "/district/{district_key}/events/keys" encoding: json output: { type: "array" description: "Array of Event Keys" items: { type: "string" } } }