static String getPreviewTitle({ required String toolId, required Map<String, String> titlesById, }) { return titlesById[toolId] ?? ''; }