if (_.isEmpty(rows)) {
      return callback({
        code: 404,
        msg: 'Could not find LTI tool ' + id + ' for group ' + groupId
      });