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