snow-flow 4.5.2 → 4.5.5
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.
- package/CLAUDE.md +52 -8
- package/README.md +46 -0
- package/dist/cli.js +13 -14
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp.js +1523 -11
- package/dist/templates/claude-md-template.d.ts +1 -1
- package/dist/templates/claude-md-template.js +52 -7
- package/dist/utils/artifact-local-sync.js +26 -1
- package/package.json +60 -2
- package/website/index.html +104 -27
- package/website/tools.js +148 -11
package/website/tools.js
CHANGED
|
@@ -460,37 +460,174 @@ const snowFlowTools = {
|
|
|
460
460
|
},
|
|
461
461
|
|
|
462
462
|
"servicenow-flow-workspace-mobile": {
|
|
463
|
-
name: "📱 Flow, Workspace & Mobile Server",
|
|
464
|
-
description: "Flow Designer,
|
|
465
|
-
badge: "
|
|
463
|
+
name: "📱 Flow, Workspace & Mobile + UI Builder Server",
|
|
464
|
+
description: "Flow Designer, Agent Workspaces, Mobile management + COMPLETE UI Builder integration",
|
|
465
|
+
badge: "27+ Tools",
|
|
466
|
+
highlight: "🆕 UI Builder Complete",
|
|
466
467
|
tools: [
|
|
468
|
+
// Flow Designer Tools
|
|
467
469
|
{
|
|
468
470
|
name: "snow_list_flows",
|
|
469
|
-
description: "List and discover Flow Designer flows."
|
|
471
|
+
description: "List and discover Flow Designer flows with status and triggers."
|
|
470
472
|
},
|
|
471
473
|
{
|
|
472
|
-
name: "snow_execute_flow",
|
|
473
|
-
description: "Execute flows programmatically with input data."
|
|
474
|
+
name: "snow_execute_flow",
|
|
475
|
+
description: "Execute flows programmatically with input data and completion monitoring."
|
|
474
476
|
},
|
|
475
477
|
{
|
|
476
478
|
name: "snow_get_flow_execution_status",
|
|
477
|
-
description: "Monitor flow execution status and
|
|
479
|
+
description: "Monitor flow execution status, logs, and variable values."
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
name: "snow_get_flow_execution_history",
|
|
483
|
+
description: "View comprehensive flow execution history with statistics."
|
|
478
484
|
},
|
|
479
485
|
{
|
|
480
486
|
name: "snow_get_flow_details",
|
|
481
|
-
description: "Get detailed flow configuration and
|
|
487
|
+
description: "Get detailed flow configuration, actions, and triggers."
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
name: "snow_import_flow_from_xml",
|
|
491
|
+
description: "Import flows from XML (only programmatic creation method)."
|
|
482
492
|
},
|
|
493
|
+
|
|
494
|
+
// Agent Workspace Tools
|
|
483
495
|
{
|
|
484
496
|
name: "snow_create_workspace",
|
|
485
|
-
description: "Create
|
|
497
|
+
description: "Create Agent Workspace configurations for customized agent experiences."
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
name: "snow_create_workspace_tab",
|
|
501
|
+
description: "Create custom tabs in Agent Workspace for specific record types."
|
|
486
502
|
},
|
|
503
|
+
{
|
|
504
|
+
name: "snow_create_contextual_panel",
|
|
505
|
+
description: "Create contextual side panels showing related information."
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
name: "snow_discover_workspaces",
|
|
509
|
+
description: "Discover available Agent Workspaces and configurations."
|
|
510
|
+
},
|
|
511
|
+
|
|
512
|
+
// Mobile App Tools
|
|
487
513
|
{
|
|
488
514
|
name: "snow_configure_mobile_app",
|
|
489
|
-
description: "Configure mobile
|
|
515
|
+
description: "Configure mobile application settings and features."
|
|
490
516
|
},
|
|
491
517
|
{
|
|
492
518
|
name: "snow_send_push_notification",
|
|
493
|
-
description: "Send push notifications to mobile devices."
|
|
519
|
+
description: "Send push notifications to mobile devices for users or roles."
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
name: "snow_configure_offline_sync",
|
|
523
|
+
description: "Configure offline data synchronization for mobile applications."
|
|
524
|
+
},
|
|
525
|
+
|
|
526
|
+
// 🆕 UI BUILDER TOOLS (15 NEW!) - Complete Now Experience Framework
|
|
527
|
+
{
|
|
528
|
+
name: "snow_create_uib_page",
|
|
529
|
+
description: "Create UI Builder pages in Now Experience Framework with automatic routing using sys_ux_page API.",
|
|
530
|
+
highlight: "🆕 UI Builder"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
name: "snow_update_uib_page",
|
|
534
|
+
description: "Update UI Builder page configuration, theme, and layout settings.",
|
|
535
|
+
highlight: "🆕 UI Builder"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
name: "snow_delete_uib_page",
|
|
539
|
+
description: "Safely delete UI Builder pages with comprehensive dependency validation.",
|
|
540
|
+
highlight: "🆕 UI Builder"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
name: "snow_discover_uib_pages",
|
|
544
|
+
description: "Discover all UI Builder pages with advanced filtering and relationship analysis.",
|
|
545
|
+
highlight: "🆕 UI Builder"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
name: "snow_create_uib_component",
|
|
549
|
+
description: "Create custom UI Builder components using sys_ux_lib_component API with source code management.",
|
|
550
|
+
highlight: "🆕 UI Builder"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
name: "snow_update_uib_component",
|
|
554
|
+
description: "Update UI Builder component definitions, source code, and properties schema.",
|
|
555
|
+
highlight: "🆕 UI Builder"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
name: "snow_discover_uib_components",
|
|
559
|
+
description: "Browse UI Builder component library including ServiceNow built-in and custom components.",
|
|
560
|
+
highlight: "🆕 UI Builder"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
name: "snow_clone_uib_component",
|
|
564
|
+
description: "Clone and modify existing UI Builder components for customization.",
|
|
565
|
+
highlight: "🆕 UI Builder"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
name: "snow_create_uib_data_broker",
|
|
569
|
+
description: "Create UI Builder data brokers for connecting ServiceNow data sources using sys_ux_data_broker API.",
|
|
570
|
+
highlight: "🆕 UI Builder"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
name: "snow_configure_uib_data_broker",
|
|
574
|
+
description: "Configure UI Builder data broker queries, caching, and refresh settings.",
|
|
575
|
+
highlight: "🆕 UI Builder"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
name: "snow_add_uib_page_element",
|
|
579
|
+
description: "Add component elements to UI Builder pages with full layout control using sys_ux_page_element API.",
|
|
580
|
+
highlight: "🆕 UI Builder"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
name: "snow_update_uib_page_element",
|
|
584
|
+
description: "Update UI Builder page element properties, positioning, and data binding.",
|
|
585
|
+
highlight: "🆕 UI Builder"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
name: "snow_remove_uib_page_element",
|
|
589
|
+
description: "Remove UI Builder page elements with dependency validation and cleanup.",
|
|
590
|
+
highlight: "🆕 UI Builder"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
name: "snow_create_uib_page_registry",
|
|
594
|
+
description: "Create URL routing configuration for UI Builder pages using sys_ux_page_registry API.",
|
|
595
|
+
highlight: "🆕 UI Builder"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
name: "snow_discover_uib_routes",
|
|
599
|
+
description: "Discover all UI Builder page routes with security and parameter information.",
|
|
600
|
+
highlight: "🆕 UI Builder"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
name: "snow_create_uib_client_script",
|
|
604
|
+
description: "Create client-side scripts for UI Builder pages using sys_ux_client_script API.",
|
|
605
|
+
highlight: "🆕 UI Builder"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
name: "snow_create_uib_client_state",
|
|
609
|
+
description: "Create client state management for UI Builder pages using sys_ux_client_state API.",
|
|
610
|
+
highlight: "🆕 UI Builder"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
name: "snow_create_uib_event",
|
|
614
|
+
description: "Create custom events for UI Builder components using sys_ux_event API.",
|
|
615
|
+
highlight: "🆕 UI Builder"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
name: "snow_analyze_uib_page_performance",
|
|
619
|
+
description: "Analyze UI Builder page performance with optimization recommendations.",
|
|
620
|
+
highlight: " UI Builder"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
name: "snow_validate_uib_page_structure",
|
|
624
|
+
description: "Validate UI Builder page structure, dependencies, and best practices.",
|
|
625
|
+
highlight: "🆕 UI Builder"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
name: "snow_discover_uib_page_usage",
|
|
629
|
+
description: "Analyze UI Builder page usage patterns and complexity scoring.",
|
|
630
|
+
highlight: "🆕 UI Builder"
|
|
494
631
|
}
|
|
495
632
|
]
|
|
496
633
|
},
|