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