Get tool category
static String? getCategory(Map<String, dynamic>? annotations) { return annotations?[ToolAnnotationKeys.category] as String?; }