Check if a tool is experimental
static bool isExperimental(Map<String, dynamic>? annotations) { return annotations?[ToolAnnotationKeys.experimental] == true; }