snow-flow 3.4.16 → 3.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,887 @@
1
+ // Complete Snow-Flow MCP Tools Database
2
+ // 🏔️ 17 MCP Servers with 200+ Tools
3
+
4
+ const snowFlowTools = {
5
+ "servicenow-deployment": {
6
+ name: "🚀 Deployment Server",
7
+ description: "Widget and artifact deployment with COHERENCE VALIDATION",
8
+ badge: "40+ Tools",
9
+ tools: [
10
+ {
11
+ name: "snow_deploy",
12
+ description: "Universal deployment tool for creating NEW ServiceNow artifacts. Features automatic update set management, permission escalation, retry logic, and comprehensive error recovery."
13
+ },
14
+ {
15
+ name: "snow_update",
16
+ description: "Updates existing ServiceNow artifacts (widgets, applications, etc.). Finds artifact by name or sys_id and modifies it."
17
+ },
18
+ {
19
+ name: "snow_validate_deployment",
20
+ description: "Validates deployment artifacts for compatibility, dependencies, and permissions before execution. Returns validation report with potential issues."
21
+ },
22
+ {
23
+ name: "snow_rollback_deployment",
24
+ description: "Performs safe rollback of a failed deployment to previous state. Tracks rollback history and provides recovery recommendations."
25
+ },
26
+ {
27
+ name: "snow_deployment_status",
28
+ description: "Retrieves comprehensive deployment status including active deployments, recent history, success rates, and performance metrics."
29
+ },
30
+ {
31
+ name: "snow_export_artifact",
32
+ description: "Exports ServiceNow artifacts (widgets, applications) to JSON/XML format for backup, version control, or migration purposes."
33
+ },
34
+ {
35
+ name: "snow_import_artifact",
36
+ description: "Imports previously exported artifacts from JSON/XML files into ServiceNow. Validates compatibility and handles dependencies automatically."
37
+ },
38
+ {
39
+ name: "snow_clone_instance_artifact",
40
+ description: "Clones artifacts directly between ServiceNow instances (dev→test→prod). Handles authentication, dependency resolution, and data migration."
41
+ },
42
+ {
43
+ name: "snow_validate_sysid",
44
+ description: "Validates sys_id existence and consistency across tables. Maintains artifact tracking for deployment integrity and rollback capabilities."
45
+ },
46
+ {
47
+ name: "snow_deployment_debug",
48
+ description: "Provides detailed debugging information including authentication status, permissions, active sessions, and recent deployment logs for troubleshooting."
49
+ },
50
+ {
51
+ name: "snow_auth_diagnostics",
52
+ description: "Performs comprehensive authentication and permission diagnostics. Tests OAuth tokens, API access, table permissions, and provides specific remediation steps."
53
+ },
54
+ {
55
+ name: "snow_preview_widget",
56
+ description: "Renders widget preview with test data for validation before deployment. Simulates Service Portal environment, checks dependencies, and validates data binding."
57
+ },
58
+ {
59
+ name: "snow_widget_test",
60
+ description: "Executes comprehensive widget testing with multiple data scenarios. Validates client/server scripts, API calls, dependencies, and generates coverage reports."
61
+ },
62
+ {
63
+ name: "snow_create_solution_package",
64
+ description: "Creates comprehensive solution packages containing multiple related artifacts (widgets, scripts, rules). Manages dependencies and generates deployment documentation."
65
+ }
66
+ ]
67
+ },
68
+ "servicenow-operations": {
69
+ name: "⚙️ Operations Server",
70
+ description: "Core ServiceNow operations - universal table queries and CRUD operations",
71
+ badge: "30+ Tools",
72
+ tools: [
73
+ {
74
+ name: "snow_query_table",
75
+ description: "Universal table querying with advanced filtering, ordering, pagination, and field selection. Supports complex queries across any ServiceNow table."
76
+ },
77
+ {
78
+ name: "snow_create_record",
79
+ description: "Creates new records in any ServiceNow table with data validation, field mapping, and relationship management."
80
+ },
81
+ {
82
+ name: "snow_update_record",
83
+ description: "Updates existing records with change tracking, conflict detection, and rollback capabilities."
84
+ },
85
+ {
86
+ name: "snow_delete_record",
87
+ description: "Safely deletes records with dependency checking, cascade options, and recovery mechanisms."
88
+ },
89
+ {
90
+ name: "snow_get_by_sysid",
91
+ description: "Retrieves specific records by sys_id with related data, field history, and reference resolution."
92
+ },
93
+ {
94
+ name: "snow_discover_table_fields",
95
+ description: "Discovers table schema including fields, types, references, and constraints for any ServiceNow table."
96
+ },
97
+ {
98
+ name: "snow_create_incident",
99
+ description: "Creates incidents with automatic categorization, priority assignment, and notification triggering."
100
+ },
101
+ {
102
+ name: "snow_create_request",
103
+ description: "Creates service requests with catalog item integration, approval workflows, and fulfillment tracking."
104
+ },
105
+ {
106
+ name: "snow_create_problem",
107
+ description: "Creates problem records with root cause analysis, related incident linking, and knowledge base integration."
108
+ },
109
+ {
110
+ name: "snow_cmdb_search",
111
+ description: "Advanced CMDB searches with relationship mapping, dependency analysis, and impact assessment."
112
+ },
113
+ {
114
+ name: "snow_user_lookup",
115
+ description: "User management with role assignments, group memberships, and access control validation."
116
+ },
117
+ {
118
+ name: "snow_group_management",
119
+ description: "Group operations including member management, role assignments, and hierarchy navigation."
120
+ },
121
+ {
122
+ name: "snow_catalog_search",
123
+ description: "Service catalog searches with availability checking, pricing, and ordering capabilities."
124
+ },
125
+ {
126
+ name: "snow_knowledge_search",
127
+ description: "Knowledge base searches with relevance scoring, article rating, and usage analytics."
128
+ },
129
+ {
130
+ name: "snow_batch_operations",
131
+ description: "Bulk operations for data migration, cleanup, and batch processing with progress tracking."
132
+ }
133
+ ]
134
+ },
135
+ "servicenow-automation": {
136
+ name: "🤖 Automation Server",
137
+ description: "Script execution with output capture, scheduling, and system automation",
138
+ badge: "25+ Tools",
139
+ tools: [
140
+ {
141
+ name: "snow_execute_script_with_output",
142
+ description: "Executes background scripts with full output capture including gs.print, gs.info, gs.warn, and gs.error messages. ES5 JavaScript only."
143
+ },
144
+ {
145
+ name: "snow_get_script_output",
146
+ description: "Retrieves execution history and output from previously run background scripts with filtering and search capabilities."
147
+ },
148
+ {
149
+ name: "snow_execute_script_sync",
150
+ description: "Synchronous script execution with immediate results, timeout protection, and error handling."
151
+ },
152
+ {
153
+ name: "snow_get_logs",
154
+ description: "Accesses system logs including application logs, error logs, and audit trails with advanced filtering."
155
+ },
156
+ {
157
+ name: "snow_test_rest_connection",
158
+ description: "Tests REST endpoint connectivity, authentication, and response validation with detailed diagnostics."
159
+ },
160
+ {
161
+ name: "snow_trace_execution",
162
+ description: "Performance tracing for scripts and workflows with execution time analysis and bottleneck identification."
163
+ },
164
+ {
165
+ name: "snow_schedule_job",
166
+ description: "Creates and manages scheduled jobs with cron expressions, retry logic, and failure notifications."
167
+ },
168
+ {
169
+ name: "snow_create_event",
170
+ description: "Triggers system events and notifications with parameter passing and condition checking."
171
+ },
172
+ {
173
+ name: "snow_create_notification",
174
+ description: "Creates email notifications with template processing, recipient management, and delivery tracking."
175
+ },
176
+ {
177
+ name: "snow_create_sla_definition",
178
+ description: "Defines SLA rules with escalation paths, breach notifications, and performance tracking."
179
+ },
180
+ {
181
+ name: "snow_workflow_management",
182
+ description: "Workflow operations including execution tracking, state management, and activity monitoring."
183
+ },
184
+ {
185
+ name: "snow_rest_message_test",
186
+ description: "Comprehensive REST message testing with payload validation, authentication testing, and response analysis."
187
+ }
188
+ ]
189
+ },
190
+ "servicenow-platform-development": {
191
+ name: "💻 Platform Development Server",
192
+ description: "Platform artifact creation - scripts, rules, policies, and configurations",
193
+ badge: "20+ Tools",
194
+ tools: [
195
+ {
196
+ name: "snow_create_script_include",
197
+ description: "Creates reusable Script Includes with proper scoping, error handling, and documentation generation."
198
+ },
199
+ {
200
+ name: "snow_create_business_rule",
201
+ description: "Creates Business Rules with condition building, script generation, and execution timing optimization."
202
+ },
203
+ {
204
+ name: "snow_create_client_script",
205
+ description: "Creates Client Scripts with browser compatibility checking, ES5 validation, and performance optimization."
206
+ },
207
+ {
208
+ name: "snow_create_ui_policy",
209
+ description: "Creates UI Policies with field visibility, mandatory rules, and dynamic form behavior."
210
+ },
211
+ {
212
+ name: "snow_create_ui_action",
213
+ description: "Creates UI Actions with permission checking, condition evaluation, and script integration."
214
+ },
215
+ {
216
+ name: "snow_create_ui_page",
217
+ description: "Creates UI Pages with layout design, security validation, and responsive functionality."
218
+ },
219
+ {
220
+ name: "snow_create_acl",
221
+ description: "Creates Access Control Lists with role-based permissions, field-level security, and inheritance rules."
222
+ },
223
+ {
224
+ name: "snow_create_dictionary_entry",
225
+ description: "Creates dictionary entries with field definitions, validation rules, and reference configurations."
226
+ },
227
+ {
228
+ name: "snow_create_table",
229
+ description: "Creates new tables with proper naming conventions, field definitions, and relationship setup."
230
+ },
231
+ {
232
+ name: "snow_create_catalog_item",
233
+ description: "Creates service catalog items with variables, workflows, and fulfillment processes."
234
+ }
235
+ ]
236
+ },
237
+ "servicenow-integration": {
238
+ name: "🔗 Integration Server",
239
+ description: "REST/SOAP integrations, data imports, and external system connectivity",
240
+ badge: "15+ Tools",
241
+ tools: [
242
+ {
243
+ name: "snow_create_rest_message",
244
+ description: "Creates REST message configurations with authentication, headers, and endpoint management."
245
+ },
246
+ {
247
+ name: "snow_create_soap_message",
248
+ description: "Creates SOAP web service integrations with WSDL processing and method generation."
249
+ },
250
+ {
251
+ name: "snow_create_transform_map",
252
+ description: "Creates data transformation maps for import set processing with field mapping and validation."
253
+ },
254
+ {
255
+ name: "snow_create_import_set",
256
+ description: "Manages import sets for data migration with error handling and progress tracking."
257
+ },
258
+ {
259
+ name: "snow_test_web_service",
260
+ description: "Tests web service connectivity and functionality with payload validation and response analysis."
261
+ },
262
+ {
263
+ name: "snow_configure_email",
264
+ description: "Configures email settings including SMTP, authentication, and delivery options."
265
+ },
266
+ {
267
+ name: "snow_create_oauth_provider",
268
+ description: "Creates OAuth providers for secure API access with token management and scope control."
269
+ },
270
+ {
271
+ name: "snow_endpoint_discovery",
272
+ description: "Discovers available endpoints and their capabilities with automatic documentation generation."
273
+ },
274
+ {
275
+ name: "snow_integration_testing",
276
+ description: "Comprehensive integration testing with load simulation, error injection, and performance analysis."
277
+ }
278
+ ]
279
+ },
280
+ "servicenow-system-properties": {
281
+ name: "⚙️ System Properties Server",
282
+ description: "Configuration management via ServiceNow system properties",
283
+ badge: "10+ Tools",
284
+ tools: [
285
+ {
286
+ name: "snow_property_get",
287
+ description: "Retrieves system property values with inheritance checking and default value handling."
288
+ },
289
+ {
290
+ name: "snow_property_set",
291
+ description: "Sets system property values with validation, type checking, and change tracking."
292
+ },
293
+ {
294
+ name: "snow_property_list",
295
+ description: "Lists properties by pattern matching with filtering, sorting, and categorization."
296
+ },
297
+ {
298
+ name: "snow_property_delete",
299
+ description: "Safely removes system properties with dependency checking and backup creation."
300
+ },
301
+ {
302
+ name: "snow_property_bulk_update",
303
+ description: "Bulk property operations for configuration management and environment setup."
304
+ },
305
+ {
306
+ name: "snow_property_export",
307
+ description: "Exports property configurations to JSON format for backup and version control."
308
+ },
309
+ {
310
+ name: "snow_property_import",
311
+ description: "Imports property configurations from JSON with validation and conflict resolution."
312
+ },
313
+ {
314
+ name: "snow_property_validate",
315
+ description: "Validates property values against constraints and business rules."
316
+ },
317
+ {
318
+ name: "snow_property_search",
319
+ description: "Advanced property search with pattern matching and value filtering."
320
+ }
321
+ ]
322
+ },
323
+ "servicenow-update-set": {
324
+ name: "📦 Update Set Server",
325
+ description: "Change management and deployment with update set lifecycle",
326
+ badge: "10+ Tools",
327
+ tools: [
328
+ {
329
+ name: "snow_create_update_set",
330
+ description: "Creates new update sets with automatic naming, description generation, and proper state management for change tracking."
331
+ },
332
+ {
333
+ name: "snow_switch_update_set",
334
+ description: "Switches active update set with validation and conflict detection. Ensures clean transitions between development phases."
335
+ },
336
+ {
337
+ name: "snow_complete_update_set",
338
+ description: "Marks update sets as complete with validation checks, dependency verification, and deployment readiness assessment."
339
+ },
340
+ {
341
+ name: "snow_preview_update_set",
342
+ description: "Previews update set changes including impact analysis, conflict detection, and rollback requirements before deployment."
343
+ },
344
+ {
345
+ name: "snow_export_update_set",
346
+ description: "Exports update sets to XML format with compression, metadata inclusion, and version control integration."
347
+ },
348
+ {
349
+ name: "snow_import_update_set",
350
+ description: "Imports update sets from XML files with dependency resolution, conflict handling, and rollback preparation."
351
+ },
352
+ {
353
+ name: "snow_rollback_update_set",
354
+ description: "Performs safe rollback of update sets with dependency tracking, data preservation, and system state restoration."
355
+ }
356
+ ]
357
+ },
358
+ "servicenow-development-assistant": {
359
+ name: "🎯 Development Assistant Server",
360
+ description: "Intelligent artifact search, editing, and development assistance",
361
+ badge: "15+ Tools",
362
+ tools: [
363
+ {
364
+ name: "snow_find_artifact",
365
+ description: "Universal artifact finder with fuzzy matching, type filtering, and relationship discovery across all ServiceNow components."
366
+ },
367
+ {
368
+ name: "snow_edit_artifact",
369
+ description: "Intelligent artifact editing with change tracking, validation, and automatic backup creation for safe modifications."
370
+ },
371
+ {
372
+ name: "snow_get_by_sysid",
373
+ description: "Retrieves artifacts by sys_id with complete metadata, relationships, and usage analysis for comprehensive understanding."
374
+ },
375
+ {
376
+ name: "snow_analyze_artifact",
377
+ description: "Deep artifact analysis including dependencies, performance impact, security implications, and optimization opportunities."
378
+ },
379
+ {
380
+ name: "snow_comprehensive_search",
381
+ description: "Advanced search across all ServiceNow tables with relevance scoring, context awareness, and intelligent filtering."
382
+ },
383
+ {
384
+ name: "snow_analyze_requirements",
385
+ description: "Analyzes development requirements with feasibility assessment, resource estimation, and implementation roadmap generation."
386
+ },
387
+ {
388
+ name: "snow_generate_code",
389
+ description: "AI-powered code generation with ServiceNow best practices, ES5 compliance, and pattern recognition."
390
+ },
391
+ {
392
+ name: "snow_suggest_pattern",
393
+ description: "Recommends design patterns based on context, requirements, and ServiceNow architectural principles."
394
+ },
395
+ {
396
+ name: "snow_review_code",
397
+ description: "Comprehensive code review with security analysis, performance optimization, and maintainability scoring."
398
+ },
399
+ {
400
+ name: "snow_optimize_performance",
401
+ description: "Performance optimization recommendations with bottleneck identification and solution prioritization."
402
+ }
403
+ ]
404
+ },
405
+ "servicenow-security-compliance": {
406
+ name: "🔒 Security & Compliance Server",
407
+ description: "Security policy management and compliance auditing",
408
+ badge: "15+ Tools",
409
+ tools: [
410
+ {
411
+ name: "snow_create_security_policy",
412
+ description: "Creates comprehensive security policies with role-based access controls, field encryption, and audit trail configuration."
413
+ },
414
+ {
415
+ name: "snow_audit_compliance",
416
+ description: "Performs SOX, GDPR, HIPAA compliance auditing with automated reporting and remediation recommendations."
417
+ },
418
+ {
419
+ name: "snow_scan_vulnerabilities",
420
+ description: "Security vulnerability scanning across scripts, integrations, and configurations with risk prioritization."
421
+ },
422
+ {
423
+ name: "snow_assess_risk",
424
+ description: "Risk assessment for changes and configurations with impact scoring and mitigation strategy recommendations."
425
+ },
426
+ {
427
+ name: "snow_review_access_control",
428
+ description: "Access Control List review with permission analysis, role optimization, and security gap identification."
429
+ },
430
+ {
431
+ name: "snow_encrypt_fields",
432
+ description: "Field-level encryption setup with key management, performance impact analysis, and compliance verification."
433
+ },
434
+ {
435
+ name: "snow_configure_sso",
436
+ description: "Single Sign-On configuration with SAML, OAuth integration, and security protocol optimization."
437
+ },
438
+ {
439
+ name: "snow_audit_user_access",
440
+ description: "User access auditing with role analysis, permission tracking, and compliance reporting."
441
+ },
442
+ {
443
+ name: "snow_security_dashboard",
444
+ description: "Security metrics dashboard with real-time threat monitoring and compliance status visualization."
445
+ }
446
+ ]
447
+ },
448
+ "servicenow-reporting-analytics": {
449
+ name: "📊 Reporting & Analytics Server",
450
+ description: "Advanced reporting and data visualization with KPI management",
451
+ badge: "20+ Tools",
452
+ tools: [
453
+ {
454
+ name: "snow_create_report",
455
+ description: "Creates advanced reports with custom filters, aggregations, and interactive visualizations using real ServiceNow data."
456
+ },
457
+ {
458
+ name: "snow_create_dashboard",
459
+ description: "Builds comprehensive dashboards with real-time data, drill-down capabilities, and responsive design."
460
+ },
461
+ {
462
+ name: "snow_define_kpi",
463
+ description: "Defines Key Performance Indicators with thresholds, alerting, and automated tracking across business processes."
464
+ },
465
+ {
466
+ name: "snow_schedule_report",
467
+ description: "Schedules automated report delivery with customizable frequencies, formats, and recipient management."
468
+ },
469
+ {
470
+ name: "snow_analyze_data_quality",
471
+ description: "Data quality analysis with completeness scoring, consistency checking, and cleansing recommendations."
472
+ },
473
+ {
474
+ name: "snow_create_chart",
475
+ description: "Creates interactive charts with multiple visualization types, real-time updates, and export capabilities."
476
+ },
477
+ {
478
+ name: "snow_trend_analysis",
479
+ description: "Advanced trend analysis with pattern recognition, forecasting, and anomaly detection using statistical models."
480
+ },
481
+ {
482
+ name: "snow_benchmark_performance",
483
+ description: "Performance benchmarking against industry standards and historical data with improvement recommendations."
484
+ },
485
+ {
486
+ name: "snow_export_analytics",
487
+ description: "Exports analytics data in multiple formats (Excel, PDF, CSV) with customizable layouts and branding."
488
+ },
489
+ {
490
+ name: "snow_real_time_metrics",
491
+ description: "Real-time metrics monitoring with live updates, threshold alerting, and automatic refresh capabilities."
492
+ }
493
+ ]
494
+ },
495
+ "servicenow-machine-learning": {
496
+ name: "🧠 Machine Learning Server",
497
+ description: "AI/ML capabilities with TensorFlow.js and native ML integration",
498
+ badge: "20+ Tools",
499
+ tools: [
500
+ {
501
+ name: "ml_train_incident_classifier",
502
+ description: "Train LSTM neural networks for incident classification with intelligent data selection and balanced datasets."
503
+ },
504
+ {
505
+ name: "ml_predict_change_risk",
506
+ description: "Predict change request risks using machine learning with confidence scoring and risk factor analysis."
507
+ },
508
+ {
509
+ name: "ml_detect_anomalies",
510
+ description: "Anomaly detection in system performance, user behavior, and data patterns using statistical models."
511
+ },
512
+ {
513
+ name: "ml_forecast_incidents",
514
+ description: "Incident volume forecasting with time series analysis, seasonality detection, and capacity planning."
515
+ },
516
+ {
517
+ name: "ml_performance_analytics",
518
+ description: "Integration with ServiceNow's native Performance Analytics ML for KPI forecasting and trend analysis."
519
+ },
520
+ {
521
+ name: "ml_hybrid_recommendation",
522
+ description: "Hybrid ML recommendations combining native ML with TensorFlow.js for optimal accuracy and performance."
523
+ },
524
+ {
525
+ name: "ml_sentiment_analysis",
526
+ description: "Text sentiment analysis for tickets, surveys, and feedback with emotion scoring and trend tracking."
527
+ },
528
+ {
529
+ name: "ml_cluster_analysis",
530
+ description: "Data clustering for incident categorization, user segmentation, and pattern discovery."
531
+ },
532
+ {
533
+ name: "ml_natural_language",
534
+ description: "Natural language processing for automated ticket routing, content extraction, and response generation."
535
+ },
536
+ {
537
+ name: "ml_predictive_maintenance",
538
+ description: "Predictive maintenance modeling for CMDB assets with failure prediction and maintenance scheduling."
539
+ }
540
+ ]
541
+ },
542
+ "servicenow-knowledge-catalog": {
543
+ name: "📚 Knowledge & Catalog Server",
544
+ description: "Knowledge base and service catalog management",
545
+ badge: "14+ Tools",
546
+ tools: [
547
+ {
548
+ name: "snow_create_knowledge_article",
549
+ description: "Creates knowledge articles with rich content formatting, approval workflows, and automatic categorization."
550
+ },
551
+ {
552
+ name: "snow_search_knowledge",
553
+ description: "Advanced knowledge base search with relevance scoring, content analysis, and usage analytics."
554
+ },
555
+ {
556
+ name: "snow_create_catalog_item",
557
+ description: "Creates service catalog items with variables, workflows, and approval processes for service delivery."
558
+ },
559
+ {
560
+ name: "snow_create_catalog_variable",
561
+ description: "Creates catalog variables with validation, dependencies, and dynamic behavior for enhanced user experience."
562
+ },
563
+ {
564
+ name: "snow_create_catalog_ui_policy",
565
+ description: "Creates UI policies for catalog items with field visibility, mandatory rules, and dynamic form behavior."
566
+ },
567
+ {
568
+ name: "snow_order_catalog_item",
569
+ description: "Processes catalog item orders with approval routing, fulfillment tracking, and status notifications."
570
+ },
571
+ {
572
+ name: "snow_discover_catalogs",
573
+ description: "Discovers available service catalogs with permissions, categories, and item availability analysis."
574
+ },
575
+ {
576
+ name: "snow_knowledge_analytics",
577
+ description: "Knowledge base analytics with usage patterns, content effectiveness, and improvement recommendations."
578
+ },
579
+ {
580
+ name: "snow_catalog_analytics",
581
+ description: "Service catalog analytics with ordering patterns, fulfillment metrics, and user satisfaction analysis."
582
+ },
583
+ {
584
+ name: "snow_content_management",
585
+ description: "Content lifecycle management with versioning, approval workflows, and automated archiving."
586
+ }
587
+ ]
588
+ },
589
+ "servicenow-change-virtualagent-pa": {
590
+ name: "🔄 Change, Virtual Agent & PA Server",
591
+ description: "Change management, Virtual Agent NLU, and Performance Analytics",
592
+ badge: "19+ Tools",
593
+ tools: [
594
+ {
595
+ name: "snow_create_change_request",
596
+ description: "Creates change requests with risk assessment, approval workflows, and automated scheduling."
597
+ },
598
+ {
599
+ name: "snow_schedule_cab_meeting",
600
+ description: "Schedules Change Advisory Board meetings with attendee management and agenda generation."
601
+ },
602
+ {
603
+ name: "snow_assess_change_risk",
604
+ description: "Assesses change risks with impact analysis, conflict detection, and rollback planning."
605
+ },
606
+ {
607
+ name: "snow_create_va_topic",
608
+ description: "Creates Virtual Agent topics with natural language understanding and response generation."
609
+ },
610
+ {
611
+ name: "snow_train_va_model",
612
+ description: "Trains Virtual Agent NLU models with intent recognition and entity extraction."
613
+ },
614
+ {
615
+ name: "snow_send_va_message",
616
+ description: "Sends Virtual Agent messages with context awareness and conversation flow management."
617
+ },
618
+ {
619
+ name: "snow_create_pa_indicator",
620
+ description: "Creates Performance Analytics indicators with data collection and threshold monitoring."
621
+ },
622
+ {
623
+ name: "snow_create_pa_widget",
624
+ description: "Creates PA dashboard widgets with real-time data visualization and interactive capabilities."
625
+ },
626
+ {
627
+ name: "snow_get_pa_scores",
628
+ description: "Retrieves PA performance scores with trend analysis and benchmark comparisons."
629
+ },
630
+ {
631
+ name: "snow_pa_breakdown",
632
+ description: "PA data breakdown analysis with drill-down capabilities and root cause identification."
633
+ },
634
+ {
635
+ name: "snow_change_calendar",
636
+ description: "Change calendar management with conflict detection, maintenance windows, and capacity planning."
637
+ },
638
+ {
639
+ name: "snow_emergency_change",
640
+ description: "Emergency change processing with expedited approval workflows and risk mitigation."
641
+ }
642
+ ]
643
+ },
644
+ "servicenow-flow-workspace-mobile": {
645
+ name: "📱 Flow, Workspace & Mobile Server",
646
+ description: "Flow Designer, Workspace configuration, and Mobile app management",
647
+ badge: "20+ Tools",
648
+ tools: [
649
+ {
650
+ name: "snow_create_flow",
651
+ description: "Creates Flow Designer flows with drag-and-drop interface integration and automated testing."
652
+ },
653
+ {
654
+ name: "snow_create_flow_action",
655
+ description: "Creates custom flow actions with input/output validation and error handling."
656
+ },
657
+ {
658
+ name: "snow_test_flow",
659
+ description: "Tests flows with multiple scenarios, data validation, and performance analysis."
660
+ },
661
+ {
662
+ name: "snow_flow_execution_history",
663
+ description: "Analyzes flow execution history with performance metrics and failure analysis."
664
+ },
665
+ {
666
+ name: "snow_create_workspace",
667
+ description: "Creates Agent Workspace configurations with role-based layouts and productivity features."
668
+ },
669
+ {
670
+ name: "snow_workspace_analytics",
671
+ description: "Workspace usage analytics with productivity metrics and user experience analysis."
672
+ },
673
+ {
674
+ name: "snow_configure_mobile_app",
675
+ description: "Configures ServiceNow mobile app with custom branding, features, and security settings."
676
+ },
677
+ {
678
+ name: "snow_create_mobile_screen",
679
+ description: "Creates mobile app screens with responsive design and native functionality."
680
+ },
681
+ {
682
+ name: "snow_send_push_notification",
683
+ description: "Sends push notifications with targeting, scheduling, and delivery tracking."
684
+ },
685
+ {
686
+ name: "snow_configure_offline_sync",
687
+ description: "Configures offline synchronization with data prioritization and conflict resolution."
688
+ },
689
+ {
690
+ name: "snow_mobile_analytics",
691
+ description: "Mobile app analytics with usage patterns, performance metrics, and user engagement analysis."
692
+ },
693
+ {
694
+ name: "snow_workspace_optimization",
695
+ description: "Workspace performance optimization with load time analysis and resource optimization."
696
+ }
697
+ ]
698
+ },
699
+ "servicenow-cmdb-event-hr-csm-devops": {
700
+ name: "🗄️ CMDB, Event, HR, CSM & DevOps Server",
701
+ description: "Configuration, Events, HR, Customer Service, DevOps integration",
702
+ badge: "23+ Tools",
703
+ tools: [
704
+ {
705
+ name: "snow_create_ci",
706
+ description: "Creates Configuration Items with automated discovery, relationship mapping, and lifecycle management."
707
+ },
708
+ {
709
+ name: "snow_create_ci_relationship",
710
+ description: "Creates CI relationships with impact analysis, dependency mapping, and change propagation."
711
+ },
712
+ {
713
+ name: "snow_run_discovery",
714
+ description: "Runs ServiceNow Discovery with credential management, scheduling, and results analysis."
715
+ },
716
+ {
717
+ name: "snow_cmdb_health_check",
718
+ description: "CMDB health assessment with data quality scoring, relationship validation, and cleansing recommendations."
719
+ },
720
+ {
721
+ name: "snow_create_event",
722
+ description: "Creates system events with correlation rules, severity assessment, and automated response triggers."
723
+ },
724
+ {
725
+ name: "snow_event_correlation",
726
+ description: "Event correlation analysis with pattern recognition, root cause identification, and noise reduction."
727
+ },
728
+ {
729
+ name: "snow_create_hr_case",
730
+ description: "Creates HR cases with automated routing, SLA tracking, and confidentiality controls."
731
+ },
732
+ {
733
+ name: "snow_employee_onboarding",
734
+ description: "Employee onboarding automation with task orchestration, access provisioning, and progress tracking."
735
+ },
736
+ {
737
+ name: "snow_hr_analytics",
738
+ description: "HR analytics with employee satisfaction, case resolution metrics, and trend analysis."
739
+ },
740
+ {
741
+ name: "snow_create_customer_case",
742
+ description: "Creates customer service cases with priority routing, escalation rules, and satisfaction tracking."
743
+ },
744
+ {
745
+ name: "snow_customer_portal",
746
+ description: "Customer portal configuration with self-service capabilities and knowledge integration."
747
+ },
748
+ {
749
+ name: "snow_create_devops_pipeline",
750
+ description: "Creates DevOps deployment pipelines with ServiceNow integration and automated testing."
751
+ },
752
+ {
753
+ name: "snow_ci_impact_analysis",
754
+ description: "CI impact analysis with service mapping, business impact assessment, and change planning."
755
+ },
756
+ {
757
+ name: "snow_asset_management",
758
+ description: "IT asset management with lifecycle tracking, cost optimization, and compliance monitoring."
759
+ }
760
+ ]
761
+ },
762
+ "servicenow-advanced-features": {
763
+ name: "⚡ Advanced Features Server",
764
+ description: "Advanced optimization and analysis capabilities",
765
+ badge: "14+ Tools",
766
+ tools: [
767
+ {
768
+ name: "snow_batch_api",
769
+ description: "Smart batch API operations with 80% API call reduction through intelligent query optimization and parallel execution."
770
+ },
771
+ {
772
+ name: "snow_get_table_relationships",
773
+ description: "Deep relationship discovery with visual Mermaid diagrams, impact analysis, and performance optimization recommendations."
774
+ },
775
+ {
776
+ name: "snow_analyze_query",
777
+ description: "Query performance analysis with bottleneck detection, index recommendations, and execution time prediction."
778
+ },
779
+ {
780
+ name: "snow_analyze_field_usage",
781
+ description: "Field usage intelligence with deprecation analysis, technical debt scoring, and optimization opportunities."
782
+ },
783
+ {
784
+ name: "snow_create_migration_plan",
785
+ description: "Automated migration planning with risk assessment, transformation scripts, and rollback strategies."
786
+ },
787
+ {
788
+ name: "snow_analyze_table_deep",
789
+ description: "Multi-dimensional table analysis including structure, data quality, performance, security, and compliance assessment."
790
+ },
791
+ {
792
+ name: "snow_detect_code_patterns",
793
+ description: "Advanced pattern recognition with anti-pattern detection, security scanning, and maintainability scoring."
794
+ },
795
+ {
796
+ name: "snow_predict_change_impact",
797
+ description: "AI-powered change impact prediction with risk assessment, dependency analysis, and confidence scoring."
798
+ },
799
+ {
800
+ name: "snow_generate_documentation",
801
+ description: "Intelligent documentation generation with multiple formats, relationship diagrams, and usage examples."
802
+ },
803
+ {
804
+ name: "snow_refactor_code",
805
+ description: "AI-driven code refactoring with performance optimization, security hardening, and preview validation."
806
+ },
807
+ {
808
+ name: "snow_discover_process",
809
+ description: "Process mining from event logs with variant analysis, bottleneck identification, and ROI calculation."
810
+ },
811
+ {
812
+ name: "snow_analyze_workflow_execution",
813
+ description: "Workflow execution analysis vs. designed processes with SLA monitoring and resource optimization."
814
+ },
815
+ {
816
+ name: "snow_monitor_process",
817
+ description: "Real-time process monitoring with anomaly detection, trend analysis, and predictive failure detection."
818
+ }
819
+ ]
820
+ },
821
+ "snow-flow-orchestration": {
822
+ name: "👑 Orchestration Server",
823
+ description: "Multi-agent coordination and task management",
824
+ badge: "25+ Tools",
825
+ tools: [
826
+ {
827
+ name: "swarm_init",
828
+ description: "Initialize multi-agent swarms with strategy selection, coordination protocols, and performance monitoring."
829
+ },
830
+ {
831
+ name: "agent_spawn",
832
+ description: "Create specialized AI agents (researcher, coder, analyst, tester) with role-specific capabilities."
833
+ },
834
+ {
835
+ name: "task_orchestrate",
836
+ description: "Orchestrate complex multi-step tasks with dependency management and parallel execution."
837
+ },
838
+ {
839
+ name: "memory_search",
840
+ description: "Search persistent memory with semantic matching and context-aware retrieval."
841
+ },
842
+ {
843
+ name: "memory_store",
844
+ description: "Store data in persistent memory with versioning, tagging, and relationship mapping."
845
+ },
846
+ {
847
+ name: "neural_train",
848
+ description: "Train TensorFlow.js neural networks with distributed computing and model optimization."
849
+ },
850
+ {
851
+ name: "performance_report",
852
+ description: "Generate comprehensive performance reports with metrics, analysis, and optimization recommendations."
853
+ },
854
+ {
855
+ name: "agent_coordinate",
856
+ description: "Coordinate multiple agents with workload balancing, conflict resolution, and progress tracking."
857
+ },
858
+ {
859
+ name: "task_queue_manage",
860
+ description: "Advanced task queue management with priority scheduling and resource allocation."
861
+ },
862
+ {
863
+ name: "swarm_monitor",
864
+ description: "Real-time swarm monitoring with performance visualization and bottleneck identification."
865
+ },
866
+ {
867
+ name: "workflow_optimize",
868
+ description: "Workflow optimization with execution path analysis and performance tuning recommendations."
869
+ },
870
+ {
871
+ name: "agent_analytics",
872
+ description: "Agent performance analytics with productivity metrics and capability assessment."
873
+ },
874
+ {
875
+ name: "collaboration_hub",
876
+ description: "Multi-agent collaboration hub with communication protocols and shared workspace management."
877
+ }
878
+ ]
879
+ }
880
+ };
881
+
882
+ // Export for use in website
883
+ if (typeof module !== 'undefined' && module.exports) {
884
+ module.exports = snowFlowTools;
885
+ } else if (typeof window !== 'undefined') {
886
+ window.snowFlowTools = snowFlowTools;
887
+ }