snow-flow 3.2.1 → 3.2.2
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/README.md +165 -0
- package/dist/dynamic-version.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -51,6 +51,171 @@ snow-flow auth login
|
|
|
51
51
|
|
|
52
52
|
Snow-Flow provides 180+ tools across 17 specialized MCP servers:
|
|
53
53
|
|
|
54
|
+
## Complete Tool Reference
|
|
55
|
+
|
|
56
|
+
### MCP Server Overview
|
|
57
|
+
|
|
58
|
+
| Server | Tools | Primary Focus |
|
|
59
|
+
|--------|-------|---------------|
|
|
60
|
+
| servicenow-operations | 15 | CRUD operations, data management |
|
|
61
|
+
| servicenow-deployment | 20 | Widget, portal, and application deployment |
|
|
62
|
+
| servicenow-platform-development | 12 | Table creation, field management |
|
|
63
|
+
| servicenow-machine-learning | 15 | Neural networks, predictions, anomaly detection |
|
|
64
|
+
| servicenow-reporting-analytics | 18 | Dashboards, reports, KPIs |
|
|
65
|
+
| servicenow-security-compliance | 14 | Security scanning, ACLs, compliance |
|
|
66
|
+
| servicenow-update-set | 10 | Change packaging, version control |
|
|
67
|
+
| servicenow-automation | 22 | Business rules, scheduled jobs, ATF testing |
|
|
68
|
+
| servicenow-integration | 10 | REST/SOAP, data import/export |
|
|
69
|
+
| servicenow-advanced-features | 15 | Process mining, advanced analytics |
|
|
70
|
+
| servicenow-knowledge-catalog | 15 | Knowledge management, service catalog |
|
|
71
|
+
| servicenow-change-virtualagent-pa | 19 | Change management, virtual agent, PA |
|
|
72
|
+
| servicenow-flow-workspace-mobile | 20 | Flow Designer, agent workspace, mobile |
|
|
73
|
+
| servicenow-cmdb-event-hr-csm-devops | 23 | CMDB, events, HR, CSM, DevOps |
|
|
74
|
+
| servicenow-performance-optimization | 8 | Query optimization, batch operations |
|
|
75
|
+
| servicenow-process-intelligence | 10 | Process mining and discovery |
|
|
76
|
+
| snow-flow | 12 | Orchestration, memory management |
|
|
77
|
+
|
|
78
|
+
### Detailed Tool Listing by Server
|
|
79
|
+
|
|
80
|
+
#### 1. ATF Testing Tools (servicenow-automation)
|
|
81
|
+
| Tool | Description | ServiceNow Table |
|
|
82
|
+
|------|-------------|------------------|
|
|
83
|
+
| snow_create_atf_test | Create automated test | sys_atf_test |
|
|
84
|
+
| snow_create_atf_test_step | Add test steps | sys_atf_step |
|
|
85
|
+
| snow_execute_atf_test | Execute tests | sys_atf_test_result |
|
|
86
|
+
| snow_get_atf_results | Get test results | sys_atf_test_result |
|
|
87
|
+
| snow_create_atf_test_suite | Create test suite | sys_atf_test_suite |
|
|
88
|
+
| snow_discover_atf_tests | Find existing tests | sys_atf_test, sys_atf_test_suite |
|
|
89
|
+
|
|
90
|
+
#### 2. Knowledge Management (servicenow-knowledge-catalog)
|
|
91
|
+
| Tool | Description | ServiceNow Table |
|
|
92
|
+
|------|-------------|------------------|
|
|
93
|
+
| snow_create_knowledge_article | Create KB article | kb_knowledge |
|
|
94
|
+
| snow_search_knowledge | Search articles | kb_knowledge |
|
|
95
|
+
| snow_update_knowledge_article | Update article | kb_knowledge |
|
|
96
|
+
| snow_retire_knowledge_article | Retire article | kb_knowledge |
|
|
97
|
+
| snow_create_knowledge_base | Create KB | kb_knowledge_base |
|
|
98
|
+
| snow_discover_knowledge_bases | List KBs | kb_knowledge_base |
|
|
99
|
+
| snow_get_knowledge_stats | Article statistics | kb_knowledge |
|
|
100
|
+
| snow_knowledge_feedback | Manage feedback | kb_feedback |
|
|
101
|
+
|
|
102
|
+
#### 3. Service Catalog (servicenow-knowledge-catalog)
|
|
103
|
+
| Tool | Description | ServiceNow Table |
|
|
104
|
+
|------|-------------|------------------|
|
|
105
|
+
| snow_create_catalog_item | Create catalog item | sc_cat_item |
|
|
106
|
+
| snow_create_catalog_variable | Create variables | item_option_new |
|
|
107
|
+
| snow_create_catalog_ui_policy | Create UI policies | catalog_ui_policy |
|
|
108
|
+
| snow_order_catalog_item | Submit order | sc_req_item |
|
|
109
|
+
| snow_search_catalog | Search catalog | sc_cat_item |
|
|
110
|
+
| snow_get_catalog_item_details | Get item details | sc_cat_item |
|
|
111
|
+
| snow_discover_catalogs | List catalogs | sc_catalog |
|
|
112
|
+
|
|
113
|
+
#### 4. Change Management (servicenow-change-virtualagent-pa)
|
|
114
|
+
| Tool | Description | ServiceNow Table |
|
|
115
|
+
|------|-------------|------------------|
|
|
116
|
+
| snow_create_change_request | Create change | change_request |
|
|
117
|
+
| snow_create_change_task | Create task | change_task |
|
|
118
|
+
| snow_get_change_request | Get change details | change_request |
|
|
119
|
+
| snow_update_change_state | Update state | change_request |
|
|
120
|
+
| snow_schedule_cab_meeting | Schedule CAB | cab_meeting |
|
|
121
|
+
| snow_search_change_requests | Search changes | change_request |
|
|
122
|
+
|
|
123
|
+
#### 5. Virtual Agent (servicenow-change-virtualagent-pa)
|
|
124
|
+
| Tool | Description | ServiceNow Table |
|
|
125
|
+
|------|-------------|------------------|
|
|
126
|
+
| snow_create_va_topic | Create topic | sys_cs_topic |
|
|
127
|
+
| snow_create_va_topic_block | Create blocks | sys_cs_topic_block |
|
|
128
|
+
| snow_get_va_conversation | Get conversation | sys_cs_conversation |
|
|
129
|
+
| snow_send_va_message | Send message | sys_cs_conversation |
|
|
130
|
+
| snow_handoff_to_agent | Escalate to agent | sys_cs_conversation |
|
|
131
|
+
| snow_discover_va_topics | List topics | sys_cs_topic |
|
|
132
|
+
|
|
133
|
+
#### 6. Performance Analytics (servicenow-change-virtualagent-pa)
|
|
134
|
+
| Tool | Description | ServiceNow Table |
|
|
135
|
+
|------|-------------|------------------|
|
|
136
|
+
| snow_create_pa_indicator | Create KPI | pa_indicators |
|
|
137
|
+
| snow_create_pa_widget | Create widget | pa_widgets |
|
|
138
|
+
| snow_create_pa_breakdown | Create breakdown | pa_breakdowns |
|
|
139
|
+
| snow_create_pa_threshold | Set threshold | pa_thresholds |
|
|
140
|
+
| snow_get_pa_scores | Get scores | pa_scores |
|
|
141
|
+
| snow_create_pa_target | Set target | pa_targets |
|
|
142
|
+
| snow_analyze_pa_trends | Analyze trends | pa_scores |
|
|
143
|
+
|
|
144
|
+
#### 7. Flow Designer (servicenow-flow-workspace-mobile)
|
|
145
|
+
| Tool | Description | ServiceNow Table |
|
|
146
|
+
|------|-------------|------------------|
|
|
147
|
+
| snow_create_flow | Create flow | sys_hub_flow |
|
|
148
|
+
| snow_create_flow_action | Create action | sys_hub_action_instance |
|
|
149
|
+
| snow_create_subflow | Create subflow | sys_hub_sub_flow |
|
|
150
|
+
| snow_add_flow_trigger | Add trigger | sys_hub_trigger_instance |
|
|
151
|
+
| snow_publish_flow | Publish flow | sys_hub_flow |
|
|
152
|
+
| snow_test_flow | Test flow | sys_flow_context |
|
|
153
|
+
| snow_get_flow_execution_details | Get execution | sys_flow_context |
|
|
154
|
+
|
|
155
|
+
#### 8. Agent Workspace (servicenow-flow-workspace-mobile)
|
|
156
|
+
| Tool | Description | ServiceNow Table |
|
|
157
|
+
|------|-------------|------------------|
|
|
158
|
+
| snow_create_workspace | Create workspace | sys_aw_workspace |
|
|
159
|
+
| snow_configure_workspace_tab | Configure tabs | sys_aw_tab |
|
|
160
|
+
| snow_add_workspace_list | Add lists | sys_aw_list |
|
|
161
|
+
| snow_create_workspace_form | Create forms | sys_aw_form |
|
|
162
|
+
| snow_configure_workspace_ui_action | Add UI actions | sys_aw_ui_action |
|
|
163
|
+
| snow_deploy_workspace | Deploy workspace | sys_aw_workspace |
|
|
164
|
+
|
|
165
|
+
#### 9. Mobile Platform (servicenow-flow-workspace-mobile)
|
|
166
|
+
| Tool | Description | ServiceNow Table |
|
|
167
|
+
|------|-------------|------------------|
|
|
168
|
+
| snow_create_mobile_app_config | Configure app | sys_mobile_config |
|
|
169
|
+
| snow_configure_mobile_layout | Configure layout | sys_mobile_layout |
|
|
170
|
+
| snow_create_mobile_applet | Create applet | sys_mobile_applet |
|
|
171
|
+
| snow_configure_offline_tables | Offline sync | sys_mobile_offline |
|
|
172
|
+
| snow_set_mobile_security | Security settings | sys_mobile_security |
|
|
173
|
+
| snow_push_notification_config | Push notifications | sys_push_notification |
|
|
174
|
+
| snow_deploy_mobile_app | Deploy app | sys_mobile_deployment |
|
|
175
|
+
|
|
176
|
+
#### 10. CMDB & Discovery (servicenow-cmdb-event-hr-csm-devops)
|
|
177
|
+
| Tool | Description | ServiceNow Table |
|
|
178
|
+
|------|-------------|------------------|
|
|
179
|
+
| snow_create_cmdb_ci | Create CI | cmdb_ci_* |
|
|
180
|
+
| snow_create_ci_relationship | Create relationship | cmdb_rel_ci |
|
|
181
|
+
| snow_discover_ci_dependencies | Find dependencies | cmdb_rel_ci |
|
|
182
|
+
| snow_run_discovery | Run discovery | discovery_status |
|
|
183
|
+
| snow_get_discovery_status | Get status | discovery_status |
|
|
184
|
+
| snow_import_cmdb_data | Import data | sys_import_set |
|
|
185
|
+
|
|
186
|
+
#### 11. Event Management (servicenow-cmdb-event-hr-csm-devops)
|
|
187
|
+
| Tool | Description | ServiceNow Table |
|
|
188
|
+
|------|-------------|------------------|
|
|
189
|
+
| snow_create_event | Create event | em_event |
|
|
190
|
+
| snow_create_alert_rule | Create rule | em_alert_rule |
|
|
191
|
+
| snow_correlate_alerts | Correlate alerts | em_alert |
|
|
192
|
+
| snow_get_event_metrics | Get metrics | em_event |
|
|
193
|
+
|
|
194
|
+
#### 12. HR Service Delivery (servicenow-cmdb-event-hr-csm-devops)
|
|
195
|
+
| Tool | Description | ServiceNow Table |
|
|
196
|
+
|------|-------------|------------------|
|
|
197
|
+
| snow_create_hr_case | Create HR case | sn_hr_core_case |
|
|
198
|
+
| snow_manage_onboarding | Onboarding | sn_hr_core_task |
|
|
199
|
+
| snow_manage_offboarding | Offboarding | sn_hr_core_task |
|
|
200
|
+
| snow_get_hr_analytics | HR analytics | sn_hr_core_case |
|
|
201
|
+
|
|
202
|
+
#### 13. Customer Service Management (servicenow-cmdb-event-hr-csm-devops)
|
|
203
|
+
| Tool | Description | ServiceNow Table |
|
|
204
|
+
|------|-------------|------------------|
|
|
205
|
+
| snow_create_csm_case | Create case | sn_customerservice_case |
|
|
206
|
+
| snow_manage_customer_account | Manage account | sn_customerservice_account |
|
|
207
|
+
| snow_create_csm_communication | Communications | sn_customerservice_communication |
|
|
208
|
+
| snow_get_customer_satisfaction | Get CSAT | sn_customerservice_csat |
|
|
209
|
+
|
|
210
|
+
#### 14. DevOps (servicenow-cmdb-event-hr-csm-devops)
|
|
211
|
+
| Tool | Description | ServiceNow Table |
|
|
212
|
+
|------|-------------|------------------|
|
|
213
|
+
| snow_create_devops_pipeline | Create pipeline | sn_devops_pipeline |
|
|
214
|
+
| snow_track_deployment | Track deployment | sn_devops_deployment |
|
|
215
|
+
| snow_manage_devops_change | DevOps change | sn_devops_change |
|
|
216
|
+
| snow_get_velocity_metrics | Team velocity | sn_devops_velocity |
|
|
217
|
+
| snow_create_devops_artifact | Build artifacts | sn_devops_artifact |
|
|
218
|
+
|
|
54
219
|
### Table Operations
|
|
55
220
|
The universal `snow_query_table` tool works with all ServiceNow tables:
|
|
56
221
|
|
package/dist/dynamic-version.js
CHANGED
|
@@ -36,7 +36,7 @@ function getDynamicVersion() {
|
|
|
36
36
|
console.warn('Warning: Could not read version from package.json:', error);
|
|
37
37
|
}
|
|
38
38
|
// Fallback to hardcoded version
|
|
39
|
-
return '3.2.
|
|
39
|
+
return '3.2.2';
|
|
40
40
|
}
|
|
41
41
|
// Export a constant that uses the dynamic version
|
|
42
42
|
exports.VERSION = getDynamicVersion();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "Snow-Flow v3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
|
+
"description": "Snow-Flow v3.2.2: ServiceNow development platform with 180+ MCP tools. Includes ATF Testing, Knowledge Management, Service Catalog, Change Management, Virtual Agent, Performance Analytics, Flow Designer, Agent Workspace, Mobile, CMDB/Discovery, Event Management, HR Service Delivery, Customer Service Management, and DevOps integration. All tools use official ServiceNow REST APIs across 17 specialized MCP servers.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"bin": {
|