Check if a tool is deprecated
static bool isDeprecated(Map<String, dynamic>? annotations) { return getDeprecationInfo(annotations) != null; }