snow-flow 8.4.42 → 8.4.44
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/dist/cli/auth.d.ts.map +1 -1
- package/dist/cli/auth.js +56 -60
- package/dist/cli/auth.js.map +1 -1
- package/dist/utils/snow-oauth.d.ts +10 -5
- package/dist/utils/snow-oauth.d.ts.map +1 -1
- package/dist/utils/snow-oauth.js +223 -86
- package/dist/utils/snow-oauth.js.map +1 -1
- package/package.json +1 -1
- package/THEMES.md +0 -223
- package/dist/mcp/servicenow-mcp-unified/config/tool-definitions.json +0 -3935
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_automation_discover.js +0 -164
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_artifact_transfer.js +0 -282
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_build_filter.js +0 -171
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_value.js +0 -164
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/index.js.bak +0 -45
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_artifact_sync.js +0 -172
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/index.js +0 -36
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_discover_uib.js +0 -296
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_component.js +0 -292
- package/dist/memory/session-memory.d.ts +0 -80
- package/dist/memory/session-memory.d.ts.map +0 -1
- package/dist/memory/session-memory.js +0 -468
- package/dist/memory/session-memory.js.map +0 -1
- package/dist/templates/opencode-agents-template.d.ts +0 -2
- package/dist/templates/opencode-agents-template.d.ts.map +0 -1
- package/dist/templates/opencode-agents-template.js +0 -469
- package/dist/templates/opencode-agents-template.js.map +0 -1
- package/dist/utils/opencode-output-interceptor.d.ts +0 -40
- package/dist/utils/opencode-output-interceptor.d.ts.map +0 -1
- package/dist/utils/opencode-output-interceptor.js +0 -258
- package/dist/utils/opencode-output-interceptor.js.map +0 -1
- package/scripts/bulk-optimize-tools.js +0 -486
- package/scripts/optimize-mcp-tools.ts +0 -410
- package/themes/README.md +0 -83
- package/themes/servicenow.json +0 -117
|
@@ -1,3935 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "snow_create_acl",
|
|
4
|
-
"domain": "access-control",
|
|
5
|
-
"description": "Create Access Control List rule",
|
|
6
|
-
"version": "1.0.0",
|
|
7
|
-
"author": "Snow-Flow SDK Migration",
|
|
8
|
-
"tags": [
|
|
9
|
-
"access-control"
|
|
10
|
-
]
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "snow_create_acl_role",
|
|
14
|
-
"domain": "access-control",
|
|
15
|
-
"description": "Create ACL role association",
|
|
16
|
-
"version": "1.0.0",
|
|
17
|
-
"author": "Snow-Flow SDK Migration",
|
|
18
|
-
"tags": [
|
|
19
|
-
"access-control"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "snow_get_user_roles",
|
|
24
|
-
"domain": "access-control",
|
|
25
|
-
"description": "Get all roles assigned to user",
|
|
26
|
-
"version": "1.0.0",
|
|
27
|
-
"author": "Snow-Flow SDK Migration",
|
|
28
|
-
"tags": [
|
|
29
|
-
"access-control"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "snow_test_acl",
|
|
34
|
-
"domain": "access-control",
|
|
35
|
-
"description": "Test ACL access for user",
|
|
36
|
-
"version": "1.0.0",
|
|
37
|
-
"author": "Snow-Flow SDK Migration",
|
|
38
|
-
"tags": [
|
|
39
|
-
"access-control"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "snow_jira_integration",
|
|
44
|
-
"domain": "adapters",
|
|
45
|
-
"description": "Configure JIRA integration",
|
|
46
|
-
"version": "1.0.0",
|
|
47
|
-
"author": "Snow-Flow SDK Migration",
|
|
48
|
-
"tags": [
|
|
49
|
-
"adapters"
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "snow_ldap_sync",
|
|
54
|
-
"domain": "adapters",
|
|
55
|
-
"description": "Trigger LDAP user synchronization",
|
|
56
|
-
"version": "1.0.0",
|
|
57
|
-
"author": "Snow-Flow SDK Migration",
|
|
58
|
-
"tags": [
|
|
59
|
-
"adapters"
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "snow_oauth_provider",
|
|
64
|
-
"domain": "adapters",
|
|
65
|
-
"description": "Create OAuth provider configuration",
|
|
66
|
-
"version": "1.0.0",
|
|
67
|
-
"author": "Snow-Flow SDK Migration",
|
|
68
|
-
"tags": [
|
|
69
|
-
"adapters"
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "snow_saml_config",
|
|
74
|
-
"domain": "adapters",
|
|
75
|
-
"description": "Configure SAML SSO",
|
|
76
|
-
"version": "1.0.0",
|
|
77
|
-
"author": "Snow-Flow SDK Migration",
|
|
78
|
-
"tags": [
|
|
79
|
-
"adapters"
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "snow_webhook_config",
|
|
84
|
-
"domain": "adapters",
|
|
85
|
-
"description": "Configure webhook endpoint",
|
|
86
|
-
"version": "1.0.0",
|
|
87
|
-
"author": "Snow-Flow SDK Migration",
|
|
88
|
-
"tags": [
|
|
89
|
-
"adapters"
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "snow_backup_instance",
|
|
94
|
-
"domain": "addons",
|
|
95
|
-
"description": "Create instance backup",
|
|
96
|
-
"version": "1.0.0",
|
|
97
|
-
"author": "Snow-Flow SDK Migration",
|
|
98
|
-
"tags": [
|
|
99
|
-
"addons"
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "snow_cicd_deploy",
|
|
104
|
-
"domain": "addons",
|
|
105
|
-
"description": "Trigger CI/CD deployment pipeline",
|
|
106
|
-
"version": "1.0.0",
|
|
107
|
-
"author": "Snow-Flow SDK Migration",
|
|
108
|
-
"tags": [
|
|
109
|
-
"addons"
|
|
110
|
-
]
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "snow_clone_instance",
|
|
114
|
-
"domain": "addons",
|
|
115
|
-
"description": "Clone ServiceNow instance",
|
|
116
|
-
"version": "1.0.0",
|
|
117
|
-
"author": "Snow-Flow SDK Migration",
|
|
118
|
-
"tags": [
|
|
119
|
-
"addons"
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "snow_ai_classify",
|
|
124
|
-
"domain": "advanced",
|
|
125
|
-
"description": "Classify text using AI",
|
|
126
|
-
"version": "1.0.0",
|
|
127
|
-
"author": "Snow-Flow SDK Migration",
|
|
128
|
-
"tags": [
|
|
129
|
-
"advanced"
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "snow_anomaly_detection",
|
|
134
|
-
"domain": "advanced",
|
|
135
|
-
"description": "Detect anomalies in data",
|
|
136
|
-
"version": "1.0.0",
|
|
137
|
-
"author": "Snow-Flow SDK Migration",
|
|
138
|
-
"tags": [
|
|
139
|
-
"advanced"
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "snow_autocomplete",
|
|
144
|
-
"domain": "advanced",
|
|
145
|
-
"description": "Get autocomplete suggestions",
|
|
146
|
-
"version": "1.0.0",
|
|
147
|
-
"author": "Snow-Flow SDK Migration",
|
|
148
|
-
"tags": [
|
|
149
|
-
"advanced"
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "snow_duplicate_detection",
|
|
154
|
-
"domain": "advanced",
|
|
155
|
-
"description": "Detect duplicate records",
|
|
156
|
-
"version": "1.0.0",
|
|
157
|
-
"author": "Snow-Flow SDK Migration",
|
|
158
|
-
"tags": [
|
|
159
|
-
"advanced"
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "snow_fuzzy_search",
|
|
164
|
-
"domain": "advanced",
|
|
165
|
-
"description": "Perform fuzzy search across tables",
|
|
166
|
-
"version": "1.0.0",
|
|
167
|
-
"author": "Snow-Flow SDK Migration",
|
|
168
|
-
"tags": [
|
|
169
|
-
"advanced"
|
|
170
|
-
]
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"name": "snow_ml_predict",
|
|
174
|
-
"domain": "advanced",
|
|
175
|
-
"description": "Make ML prediction using trained model",
|
|
176
|
-
"version": "1.0.0",
|
|
177
|
-
"author": "Snow-Flow SDK Migration",
|
|
178
|
-
"tags": [
|
|
179
|
-
"advanced"
|
|
180
|
-
]
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "snow_recommendation_engine",
|
|
184
|
-
"domain": "advanced",
|
|
185
|
-
"description": "Generate recommendations based on user behavior",
|
|
186
|
-
"version": "1.0.0",
|
|
187
|
-
"author": "Snow-Flow SDK Migration",
|
|
188
|
-
"tags": [
|
|
189
|
-
"advanced"
|
|
190
|
-
]
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "snow_sentiment_analysis",
|
|
194
|
-
"domain": "advanced",
|
|
195
|
-
"description": "Analyze text sentiment",
|
|
196
|
-
"version": "1.0.0",
|
|
197
|
-
"author": "Snow-Flow SDK Migration",
|
|
198
|
-
"tags": [
|
|
199
|
-
"advanced"
|
|
200
|
-
]
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "snow_aggregate_metrics",
|
|
204
|
-
"domain": "aggregators",
|
|
205
|
-
"description": "Aggregate table metrics",
|
|
206
|
-
"version": "1.0.0",
|
|
207
|
-
"author": "Snow-Flow SDK Migration",
|
|
208
|
-
"tags": [
|
|
209
|
-
"aggregators"
|
|
210
|
-
]
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"name": "snow_predict",
|
|
214
|
-
"domain": "ai-ml",
|
|
215
|
-
"description": "Make ML prediction",
|
|
216
|
-
"version": "1.0.0",
|
|
217
|
-
"tags": [
|
|
218
|
-
"ai-ml"
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "snow_train_classifier",
|
|
223
|
-
"domain": "ai-ml",
|
|
224
|
-
"description": "Train machine learning classifier",
|
|
225
|
-
"version": "1.0.0",
|
|
226
|
-
"tags": [
|
|
227
|
-
"ai-ml"
|
|
228
|
-
]
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "snow_create_application",
|
|
232
|
-
"domain": "applications",
|
|
233
|
-
"description": "Create scoped application",
|
|
234
|
-
"version": "1.0.0",
|
|
235
|
-
"author": "Snow-Flow SDK Migration",
|
|
236
|
-
"tags": [
|
|
237
|
-
"applications"
|
|
238
|
-
]
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "snow_install_application",
|
|
242
|
-
"domain": "applications",
|
|
243
|
-
"description": "Install application from store",
|
|
244
|
-
"version": "1.0.0",
|
|
245
|
-
"author": "Snow-Flow SDK Migration",
|
|
246
|
-
"tags": [
|
|
247
|
-
"applications"
|
|
248
|
-
]
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"name": "snow_approve_reject",
|
|
252
|
-
"domain": "approvals",
|
|
253
|
-
"description": "Approve or reject approval request",
|
|
254
|
-
"version": "1.0.0",
|
|
255
|
-
"author": "Snow-Flow SDK Migration",
|
|
256
|
-
"tags": [
|
|
257
|
-
"approvals"
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "snow_get_pending_approvals",
|
|
262
|
-
"domain": "approvals",
|
|
263
|
-
"description": "Get pending approvals for user",
|
|
264
|
-
"version": "1.0.0",
|
|
265
|
-
"author": "Snow-Flow SDK Migration",
|
|
266
|
-
"tags": [
|
|
267
|
-
"approvals"
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "snow_request_approval",
|
|
272
|
-
"domain": "approvals",
|
|
273
|
-
"description": "Request approval for record",
|
|
274
|
-
"version": "1.0.0",
|
|
275
|
-
"author": "Snow-Flow SDK Migration",
|
|
276
|
-
"tags": [
|
|
277
|
-
"approvals"
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"name": "snow_asset_compliance_report",
|
|
282
|
-
"domain": "asset",
|
|
283
|
-
"description": "Generate comprehensive asset compliance reports for auditing",
|
|
284
|
-
"version": "1.0.0",
|
|
285
|
-
"tags": [
|
|
286
|
-
"asset"
|
|
287
|
-
]
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"name": "snow_asset_discovery",
|
|
291
|
-
"domain": "asset",
|
|
292
|
-
"description": "Discover and normalize assets from multiple sources",
|
|
293
|
-
"version": "1.0.0",
|
|
294
|
-
"tags": [
|
|
295
|
-
"asset"
|
|
296
|
-
]
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"name": "snow_create_asset",
|
|
300
|
-
"domain": "asset",
|
|
301
|
-
"description": "Create hardware/software asset",
|
|
302
|
-
"version": "1.0.0",
|
|
303
|
-
"tags": [
|
|
304
|
-
"asset"
|
|
305
|
-
]
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "snow_manage_software_license",
|
|
309
|
-
"domain": "asset",
|
|
310
|
-
"description": "Manage software licenses with compliance tracking and optimization",
|
|
311
|
-
"version": "1.0.0",
|
|
312
|
-
"tags": [
|
|
313
|
-
"asset"
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "snow_optimize_licenses",
|
|
318
|
-
"domain": "asset",
|
|
319
|
-
"description": "Analyze license usage and provide optimization recommendations",
|
|
320
|
-
"version": "1.0.0",
|
|
321
|
-
"tags": [
|
|
322
|
-
"asset"
|
|
323
|
-
]
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"name": "snow_retire_asset",
|
|
327
|
-
"domain": "asset",
|
|
328
|
-
"description": "Retire/dispose asset",
|
|
329
|
-
"version": "1.0.0",
|
|
330
|
-
"tags": [
|
|
331
|
-
"asset"
|
|
332
|
-
]
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "snow_track_asset_lifecycle",
|
|
336
|
-
"domain": "asset",
|
|
337
|
-
"description": "Track complete asset lifecycle from procurement to disposal",
|
|
338
|
-
"version": "1.0.0",
|
|
339
|
-
"tags": [
|
|
340
|
-
"asset"
|
|
341
|
-
]
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"name": "snow_transfer_asset",
|
|
345
|
-
"domain": "asset",
|
|
346
|
-
"description": "Transfer asset to user/location",
|
|
347
|
-
"version": "1.0.0",
|
|
348
|
-
"tags": [
|
|
349
|
-
"asset"
|
|
350
|
-
]
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"name": "snow_create_atf_test",
|
|
354
|
-
"domain": "atf",
|
|
355
|
-
"description": "Create Automated Test Framework (ATF) test for automated testing",
|
|
356
|
-
"version": "1.0.0",
|
|
357
|
-
"author": "Snow-Flow SDK Migration",
|
|
358
|
-
"tags": [
|
|
359
|
-
"atf"
|
|
360
|
-
]
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"name": "snow_create_atf_test_step",
|
|
364
|
-
"domain": "atf",
|
|
365
|
-
"description": "Adds a test step to an existing ATF test. Steps define the actions and assertions for testing using the sys_atf_step table.",
|
|
366
|
-
"version": "1.0.0",
|
|
367
|
-
"author": "Snow-Flow SDK Migration",
|
|
368
|
-
"tags": [
|
|
369
|
-
"atf"
|
|
370
|
-
]
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"name": "snow_create_atf_test_suite",
|
|
374
|
-
"domain": "atf",
|
|
375
|
-
"description": "Creates an ATF test suite to group and run multiple tests together using sys_atf_test_suite table.",
|
|
376
|
-
"version": "1.0.0",
|
|
377
|
-
"author": "Snow-Flow SDK Migration",
|
|
378
|
-
"tags": [
|
|
379
|
-
"atf"
|
|
380
|
-
]
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "snow_discover_atf_tests",
|
|
384
|
-
"domain": "atf",
|
|
385
|
-
"description": "Discovers ATF tests in the instance with filtering and search capabilities.",
|
|
386
|
-
"version": "1.0.0",
|
|
387
|
-
"author": "Snow-Flow SDK Migration",
|
|
388
|
-
"tags": [
|
|
389
|
-
"atf"
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "snow_execute_atf_test",
|
|
394
|
-
"domain": "atf",
|
|
395
|
-
"description": "Executes an ATF test or test suite and returns the results. Tests run asynchronously in ServiceNow using sys_atf_test_result table.",
|
|
396
|
-
"version": "1.0.0",
|
|
397
|
-
"author": "Snow-Flow SDK Migration",
|
|
398
|
-
"tags": [
|
|
399
|
-
"atf"
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "snow_get_atf_results",
|
|
404
|
-
"domain": "atf",
|
|
405
|
-
"description": "Retrieves ATF test execution results including pass/fail status, error details, and execution time from sys_atf_test_result table.",
|
|
406
|
-
"version": "1.0.0",
|
|
407
|
-
"author": "Snow-Flow SDK Migration",
|
|
408
|
-
"tags": [
|
|
409
|
-
"atf"
|
|
410
|
-
]
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "snow_delete_attachment",
|
|
414
|
-
"domain": "attachments",
|
|
415
|
-
"description": "Delete attachment",
|
|
416
|
-
"version": "1.0.0",
|
|
417
|
-
"author": "Snow-Flow SDK Migration",
|
|
418
|
-
"tags": [
|
|
419
|
-
"attachments"
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"name": "snow_get_attachments",
|
|
424
|
-
"domain": "attachments",
|
|
425
|
-
"description": "Get attachments for record",
|
|
426
|
-
"version": "1.0.0",
|
|
427
|
-
"author": "Snow-Flow SDK Migration",
|
|
428
|
-
"tags": [
|
|
429
|
-
"attachments"
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"name": "snow_upload_attachment",
|
|
434
|
-
"domain": "attachments",
|
|
435
|
-
"description": "Upload attachment to record",
|
|
436
|
-
"version": "1.0.0",
|
|
437
|
-
"author": "Snow-Flow SDK Migration",
|
|
438
|
-
"tags": [
|
|
439
|
-
"attachments"
|
|
440
|
-
]
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"name": "snow_confirm_script_execution",
|
|
444
|
-
"domain": "automation",
|
|
445
|
-
"description": "⚡ INTERNAL: Confirms and executes background script after user approval",
|
|
446
|
-
"version": "1.0.0",
|
|
447
|
-
"author": "Snow-Flow SDK Migration",
|
|
448
|
-
"tags": [
|
|
449
|
-
"automation"
|
|
450
|
-
]
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"name": "snow_create_escalation_rule",
|
|
454
|
-
"domain": "automation",
|
|
455
|
-
"description": "Creates escalation rules for time-based actions. Defines escalation timing, conditions, and automated responses.",
|
|
456
|
-
"version": "1.0.0",
|
|
457
|
-
"author": "Snow-Flow SDK Migration",
|
|
458
|
-
"tags": [
|
|
459
|
-
"automation"
|
|
460
|
-
]
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"name": "snow_create_event_rule",
|
|
464
|
-
"domain": "automation",
|
|
465
|
-
"description": "Creates event-driven automation rules. Triggers scripts based on system events with conditional logic.",
|
|
466
|
-
"version": "1.0.0",
|
|
467
|
-
"author": "Snow-Flow SDK Migration",
|
|
468
|
-
"tags": [
|
|
469
|
-
"automation"
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "snow_create_sla_definition",
|
|
474
|
-
"domain": "automation",
|
|
475
|
-
"description": "Creates Service Level Agreement definitions. Sets duration targets, business schedules, and breach conditions.",
|
|
476
|
-
"version": "1.0.0",
|
|
477
|
-
"author": "Snow-Flow SDK Migration",
|
|
478
|
-
"tags": [
|
|
479
|
-
"automation"
|
|
480
|
-
]
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"name": "snow_create_workflow_activity",
|
|
484
|
-
"domain": "automation",
|
|
485
|
-
"description": "Creates workflow activities within existing workflows. Configures activity types, conditions, and execution order.",
|
|
486
|
-
"version": "1.0.0",
|
|
487
|
-
"author": "Snow-Flow SDK Migration",
|
|
488
|
-
"tags": [
|
|
489
|
-
"automation"
|
|
490
|
-
]
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "snow_discover_automation_jobs",
|
|
494
|
-
"domain": "automation",
|
|
495
|
-
"description": "Discovers automation jobs (scheduled scripts, executions) in the instance.",
|
|
496
|
-
"version": "1.0.0",
|
|
497
|
-
"author": "Snow-Flow SDK Migration",
|
|
498
|
-
"tags": [
|
|
499
|
-
"automation"
|
|
500
|
-
]
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "snow_discover_events",
|
|
504
|
-
"domain": "automation",
|
|
505
|
-
"description": "Discovers system events registered in the instance.",
|
|
506
|
-
"version": "1.0.0",
|
|
507
|
-
"author": "Snow-Flow SDK Migration",
|
|
508
|
-
"tags": [
|
|
509
|
-
"automation"
|
|
510
|
-
]
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "snow_discover_schedules",
|
|
514
|
-
"domain": "automation",
|
|
515
|
-
"description": "Discovers schedules (business hours, maintenance windows) in the instance.",
|
|
516
|
-
"version": "1.0.0",
|
|
517
|
-
"author": "Snow-Flow SDK Migration",
|
|
518
|
-
"tags": [
|
|
519
|
-
"automation"
|
|
520
|
-
]
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "snow_execute_background_script",
|
|
524
|
-
"domain": "automation",
|
|
525
|
-
"description": "🚨 REQUIRES USER CONFIRMATION (unless autoConfirm=true): Execute background script with security analysis (ES5 only)",
|
|
526
|
-
"version": "1.0.0",
|
|
527
|
-
"author": "Snow-Flow SDK Migration",
|
|
528
|
-
"tags": [
|
|
529
|
-
"automation"
|
|
530
|
-
]
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "snow_execute_script_sync",
|
|
534
|
-
"domain": "automation",
|
|
535
|
-
"description": "Synchronously execute script and wait for result (ES5 only - no const/let/arrows/templates)",
|
|
536
|
-
"version": "1.0.0",
|
|
537
|
-
"author": "Snow-Flow SDK Migration",
|
|
538
|
-
"tags": [
|
|
539
|
-
"automation"
|
|
540
|
-
]
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"name": "snow_execute_script_with_output",
|
|
544
|
-
"domain": "automation",
|
|
545
|
-
"description": "Execute server-side JavaScript with output capture (ES5 only - no const/let/arrow functions)",
|
|
546
|
-
"version": "1.0.0",
|
|
547
|
-
"author": "Snow-Flow SDK Migration",
|
|
548
|
-
"tags": [
|
|
549
|
-
"automation"
|
|
550
|
-
]
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"name": "snow_get_logs",
|
|
554
|
-
"domain": "automation",
|
|
555
|
-
"description": "Retrieve ServiceNow system logs with filtering by level, source, and time range",
|
|
556
|
-
"version": "1.0.0",
|
|
557
|
-
"author": "Snow-Flow SDK Migration",
|
|
558
|
-
"tags": [
|
|
559
|
-
"automation"
|
|
560
|
-
]
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "snow_get_script_output",
|
|
564
|
-
"domain": "automation",
|
|
565
|
-
"description": "Retrieve output from previously executed script using execution ID",
|
|
566
|
-
"version": "1.0.0",
|
|
567
|
-
"author": "Snow-Flow SDK Migration",
|
|
568
|
-
"tags": [
|
|
569
|
-
"automation"
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "snow_property_manager",
|
|
574
|
-
"domain": "automation",
|
|
575
|
-
"description": "Enhanced property management with get, set, and validation in one tool",
|
|
576
|
-
"version": "1.0.0",
|
|
577
|
-
"author": "Snow-Flow SDK Migration",
|
|
578
|
-
"tags": [
|
|
579
|
-
"automation"
|
|
580
|
-
]
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "snow_rest_message_test_suite",
|
|
584
|
-
"domain": "automation",
|
|
585
|
-
"description": "Comprehensive testing suite for REST messages including authentication, endpoints, headers, and response validation.",
|
|
586
|
-
"version": "1.0.0",
|
|
587
|
-
"author": "Snow-Flow SDK Migration",
|
|
588
|
-
"tags": [
|
|
589
|
-
"automation"
|
|
590
|
-
]
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "snow_test_rest_connection",
|
|
594
|
-
"domain": "automation",
|
|
595
|
-
"description": "Test REST message connection with full response details and diagnostics",
|
|
596
|
-
"version": "1.0.0",
|
|
597
|
-
"author": "Snow-Flow SDK Migration",
|
|
598
|
-
"tags": [
|
|
599
|
-
"automation"
|
|
600
|
-
]
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"name": "snow_test_scheduled_job",
|
|
604
|
-
"domain": "automation",
|
|
605
|
-
"description": "Tests a scheduled job by executing it immediately and returning results.",
|
|
606
|
-
"version": "1.0.0",
|
|
607
|
-
"author": "Snow-Flow SDK Migration",
|
|
608
|
-
"tags": [
|
|
609
|
-
"automation"
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "snow_trace_execution",
|
|
614
|
-
"domain": "automation",
|
|
615
|
-
"description": "Trace execution flow with real-time tracking of scripts, REST calls, and errors",
|
|
616
|
-
"version": "1.0.0",
|
|
617
|
-
"author": "Snow-Flow SDK Migration",
|
|
618
|
-
"tags": [
|
|
619
|
-
"automation"
|
|
620
|
-
]
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"name": "snow_create_business_rule",
|
|
624
|
-
"domain": "business-rules",
|
|
625
|
-
"description": "Create server-side business rule (ES5 only!)",
|
|
626
|
-
"version": "1.0.0",
|
|
627
|
-
"author": "Snow-Flow SDK Migration",
|
|
628
|
-
"tags": [
|
|
629
|
-
"business-rules"
|
|
630
|
-
]
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "snow_disable_business_rule",
|
|
634
|
-
"domain": "business-rules",
|
|
635
|
-
"description": "Disable business rule",
|
|
636
|
-
"version": "1.0.0",
|
|
637
|
-
"author": "Snow-Flow SDK Migration",
|
|
638
|
-
"tags": [
|
|
639
|
-
"business-rules"
|
|
640
|
-
]
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "snow_calculate_sla_duration",
|
|
644
|
-
"domain": "calculators",
|
|
645
|
-
"description": "Calculate SLA duration with schedule",
|
|
646
|
-
"version": "1.0.0",
|
|
647
|
-
"author": "Snow-Flow SDK Migration",
|
|
648
|
-
"tags": [
|
|
649
|
-
"calculators"
|
|
650
|
-
]
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "snow_create_catalog_client_script",
|
|
654
|
-
"domain": "catalog",
|
|
655
|
-
"description": "Creates client scripts for catalog items to add custom JavaScript behavior to forms.",
|
|
656
|
-
"version": "1.0.0",
|
|
657
|
-
"author": "Snow-Flow SDK Migration",
|
|
658
|
-
"tags": [
|
|
659
|
-
"catalog"
|
|
660
|
-
]
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"name": "snow_create_catalog_ui_policy",
|
|
664
|
-
"domain": "catalog",
|
|
665
|
-
"description": "Creates comprehensive UI policies for catalog items with conditions and actions to control form behavior dynamically.",
|
|
666
|
-
"version": "1.0.0",
|
|
667
|
-
"author": "Snow-Flow SDK Migration",
|
|
668
|
-
"tags": [
|
|
669
|
-
"catalog"
|
|
670
|
-
]
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "snow_discover_catalogs",
|
|
674
|
-
"domain": "catalog",
|
|
675
|
-
"description": "Discovers available service catalogs and their categories in the ServiceNow instance.",
|
|
676
|
-
"version": "1.0.0",
|
|
677
|
-
"author": "Snow-Flow SDK Migration",
|
|
678
|
-
"tags": [
|
|
679
|
-
"catalog"
|
|
680
|
-
]
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "snow_get_catalog_item_details",
|
|
684
|
-
"domain": "catalog",
|
|
685
|
-
"description": "Gets detailed information about a catalog item including variables, pricing, and availability.",
|
|
686
|
-
"version": "1.0.0",
|
|
687
|
-
"author": "Snow-Flow SDK Migration",
|
|
688
|
-
"tags": [
|
|
689
|
-
"catalog"
|
|
690
|
-
]
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "snow_order_catalog_item",
|
|
694
|
-
"domain": "catalog",
|
|
695
|
-
"description": "Orders a catalog item programmatically, creating a request (RITM) with specified variable values.",
|
|
696
|
-
"version": "1.0.0",
|
|
697
|
-
"author": "Snow-Flow SDK Migration",
|
|
698
|
-
"tags": [
|
|
699
|
-
"catalog"
|
|
700
|
-
]
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"name": "snow_search_catalog",
|
|
704
|
-
"domain": "catalog",
|
|
705
|
-
"description": "Searches service catalog for items, categories, or catalogs. Returns available items for ordering.",
|
|
706
|
-
"version": "1.0.0",
|
|
707
|
-
"author": "Snow-Flow SDK Migration",
|
|
708
|
-
"tags": [
|
|
709
|
-
"catalog"
|
|
710
|
-
]
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "snow_approve_change",
|
|
714
|
-
"domain": "change",
|
|
715
|
-
"description": "Approve change request",
|
|
716
|
-
"version": "1.0.0",
|
|
717
|
-
"tags": [
|
|
718
|
-
"change"
|
|
719
|
-
]
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"name": "snow_assess_change_risk",
|
|
723
|
-
"domain": "change",
|
|
724
|
-
"description": "Assess change request risk",
|
|
725
|
-
"version": "1.0.0",
|
|
726
|
-
"tags": [
|
|
727
|
-
"change"
|
|
728
|
-
]
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "snow_create_change",
|
|
732
|
-
"domain": "change",
|
|
733
|
-
"description": "Create change request",
|
|
734
|
-
"version": "1.0.0",
|
|
735
|
-
"tags": [
|
|
736
|
-
"change"
|
|
737
|
-
]
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"name": "snow_create_change_task",
|
|
741
|
-
"domain": "change",
|
|
742
|
-
"description": "Create change implementation task",
|
|
743
|
-
"version": "1.0.0",
|
|
744
|
-
"tags": [
|
|
745
|
-
"change"
|
|
746
|
-
]
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"name": "snow_get_change_request",
|
|
750
|
-
"domain": "change",
|
|
751
|
-
"description": "Get change request details including approval status, tasks, and related items",
|
|
752
|
-
"version": "1.0.0",
|
|
753
|
-
"tags": [
|
|
754
|
-
"change"
|
|
755
|
-
]
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"name": "snow_schedule_cab",
|
|
759
|
-
"domain": "change",
|
|
760
|
-
"description": "Schedule Change Advisory Board meeting",
|
|
761
|
-
"version": "1.0.0",
|
|
762
|
-
"tags": [
|
|
763
|
-
"change"
|
|
764
|
-
]
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "snow_schedule_cab_meeting",
|
|
768
|
-
"domain": "change",
|
|
769
|
-
"description": "Schedule a Change Advisory Board (CAB) meeting for change review",
|
|
770
|
-
"version": "1.0.0",
|
|
771
|
-
"tags": [
|
|
772
|
-
"change"
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"name": "snow_search_change_requests",
|
|
777
|
-
"domain": "change",
|
|
778
|
-
"description": "Search change requests with filters",
|
|
779
|
-
"version": "1.0.0",
|
|
780
|
-
"tags": [
|
|
781
|
-
"change"
|
|
782
|
-
]
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"name": "snow_update_change_state",
|
|
786
|
-
"domain": "change",
|
|
787
|
-
"description": "Update change request state through its lifecycle",
|
|
788
|
-
"version": "1.0.0",
|
|
789
|
-
"tags": [
|
|
790
|
-
"change"
|
|
791
|
-
]
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"name": "snow_ci_health_check",
|
|
795
|
-
"domain": "cmdb",
|
|
796
|
-
"description": "Check CI health and compliance status",
|
|
797
|
-
"version": "1.0.0",
|
|
798
|
-
"tags": [
|
|
799
|
-
"cmdb"
|
|
800
|
-
]
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "snow_create_ci",
|
|
804
|
-
"domain": "cmdb",
|
|
805
|
-
"description": "Create Configuration Item in CMDB",
|
|
806
|
-
"version": "1.0.0",
|
|
807
|
-
"author": "Snow-Flow SDK Migration",
|
|
808
|
-
"tags": [
|
|
809
|
-
"cmdb"
|
|
810
|
-
]
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"name": "snow_create_ci_relationship",
|
|
814
|
-
"domain": "cmdb",
|
|
815
|
-
"description": "Create relationship between Configuration Items",
|
|
816
|
-
"version": "1.0.0",
|
|
817
|
-
"author": "Snow-Flow SDK Migration",
|
|
818
|
-
"tags": [
|
|
819
|
-
"cmdb"
|
|
820
|
-
]
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "snow_get_ci_details",
|
|
824
|
-
"domain": "cmdb",
|
|
825
|
-
"description": "Retrieve Configuration Item details including relationships and history",
|
|
826
|
-
"version": "1.0.0",
|
|
827
|
-
"author": "Snow-Flow SDK Migration",
|
|
828
|
-
"tags": [
|
|
829
|
-
"cmdb"
|
|
830
|
-
]
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "snow_get_ci_history",
|
|
834
|
-
"domain": "cmdb",
|
|
835
|
-
"description": "Get Configuration Item change history",
|
|
836
|
-
"version": "1.0.0",
|
|
837
|
-
"tags": [
|
|
838
|
-
"cmdb"
|
|
839
|
-
]
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "snow_get_ci_impact",
|
|
843
|
-
"domain": "cmdb",
|
|
844
|
-
"description": "Calculate impact analysis for CI outage",
|
|
845
|
-
"version": "1.0.0",
|
|
846
|
-
"author": "Snow-Flow SDK Migration",
|
|
847
|
-
"tags": [
|
|
848
|
-
"cmdb"
|
|
849
|
-
]
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "snow_get_ci_relationships",
|
|
853
|
-
"domain": "cmdb",
|
|
854
|
-
"description": "Get all relationships for a Configuration Item",
|
|
855
|
-
"version": "1.0.0",
|
|
856
|
-
"author": "Snow-Flow SDK Migration",
|
|
857
|
-
"tags": [
|
|
858
|
-
"cmdb"
|
|
859
|
-
]
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "snow_get_event_correlation",
|
|
863
|
-
"domain": "cmdb",
|
|
864
|
-
"description": "Get event correlation results showing how events are grouped into alerts",
|
|
865
|
-
"version": "1.0.0",
|
|
866
|
-
"author": "Snow-Flow SDK Migration",
|
|
867
|
-
"tags": [
|
|
868
|
-
"cmdb"
|
|
869
|
-
]
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "snow_impact_analysis",
|
|
873
|
-
"domain": "cmdb",
|
|
874
|
-
"description": "Perform impact analysis to identify affected services when a CI changes",
|
|
875
|
-
"version": "1.0.0",
|
|
876
|
-
"author": "Snow-Flow SDK Migration",
|
|
877
|
-
"tags": [
|
|
878
|
-
"cmdb"
|
|
879
|
-
]
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"name": "snow_reconcile_ci",
|
|
883
|
-
"domain": "cmdb",
|
|
884
|
-
"description": "Reconcile CI data from multiple sources",
|
|
885
|
-
"version": "1.0.0",
|
|
886
|
-
"author": "Snow-Flow SDK Migration",
|
|
887
|
-
"tags": [
|
|
888
|
-
"cmdb"
|
|
889
|
-
]
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "snow_run_discovery",
|
|
893
|
-
"domain": "cmdb",
|
|
894
|
-
"description": "Trigger CMDB discovery scan",
|
|
895
|
-
"version": "1.0.0",
|
|
896
|
-
"author": "Snow-Flow SDK Migration",
|
|
897
|
-
"tags": [
|
|
898
|
-
"cmdb"
|
|
899
|
-
]
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"name": "snow_search_cmdb",
|
|
903
|
-
"domain": "cmdb",
|
|
904
|
-
"description": "Search the CMDB for Configuration Items with various filters",
|
|
905
|
-
"version": "1.0.0",
|
|
906
|
-
"author": "Snow-Flow SDK Migration",
|
|
907
|
-
"tags": [
|
|
908
|
-
"cmdb"
|
|
909
|
-
]
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"name": "snow_update_ci",
|
|
913
|
-
"domain": "cmdb",
|
|
914
|
-
"description": "Update Configuration Item attributes",
|
|
915
|
-
"version": "1.0.0",
|
|
916
|
-
"author": "Snow-Flow SDK Migration",
|
|
917
|
-
"tags": [
|
|
918
|
-
"cmdb"
|
|
919
|
-
]
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "snow_batch_request",
|
|
923
|
-
"domain": "connectors",
|
|
924
|
-
"description": "Execute batch REST requests",
|
|
925
|
-
"version": "1.0.0",
|
|
926
|
-
"author": "Snow-Flow SDK Migration",
|
|
927
|
-
"tags": [
|
|
928
|
-
"connectors"
|
|
929
|
-
]
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"name": "snow_check_health",
|
|
933
|
-
"domain": "connectors",
|
|
934
|
-
"description": "Check ServiceNow instance health",
|
|
935
|
-
"version": "1.0.0",
|
|
936
|
-
"author": "Snow-Flow SDK Migration",
|
|
937
|
-
"tags": [
|
|
938
|
-
"connectors"
|
|
939
|
-
]
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "snow_configure_connection",
|
|
943
|
-
"domain": "connectors",
|
|
944
|
-
"description": "Configure ServiceNow connection alias",
|
|
945
|
-
"version": "1.0.0",
|
|
946
|
-
"author": "Snow-Flow SDK Migration",
|
|
947
|
-
"tags": [
|
|
948
|
-
"connectors"
|
|
949
|
-
]
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "snow_get_instance_info",
|
|
953
|
-
"domain": "connectors",
|
|
954
|
-
"description": "Get ServiceNow instance information",
|
|
955
|
-
"version": "1.0.0",
|
|
956
|
-
"author": "Snow-Flow SDK Migration",
|
|
957
|
-
"tags": [
|
|
958
|
-
"connectors"
|
|
959
|
-
]
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "snow_test_connection",
|
|
963
|
-
"domain": "connectors",
|
|
964
|
-
"description": "Test ServiceNow connection",
|
|
965
|
-
"version": "1.0.0",
|
|
966
|
-
"author": "Snow-Flow SDK Migration",
|
|
967
|
-
"tags": [
|
|
968
|
-
"connectors"
|
|
969
|
-
]
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"name": "snow_csv_to_json",
|
|
973
|
-
"domain": "converters",
|
|
974
|
-
"description": "Convert CSV to JSON array",
|
|
975
|
-
"version": "1.0.0",
|
|
976
|
-
"author": "Snow-Flow SDK Migration",
|
|
977
|
-
"tags": [
|
|
978
|
-
"converters"
|
|
979
|
-
]
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"name": "snow_json_to_csv",
|
|
983
|
-
"domain": "converters",
|
|
984
|
-
"description": "Convert JSON array to CSV",
|
|
985
|
-
"version": "1.0.0",
|
|
986
|
-
"author": "Snow-Flow SDK Migration",
|
|
987
|
-
"tags": [
|
|
988
|
-
"converters"
|
|
989
|
-
]
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"name": "snow_json_to_xml",
|
|
993
|
-
"domain": "converters",
|
|
994
|
-
"description": "Convert JSON to XML",
|
|
995
|
-
"version": "1.0.0",
|
|
996
|
-
"author": "Snow-Flow SDK Migration",
|
|
997
|
-
"tags": [
|
|
998
|
-
"converters"
|
|
999
|
-
]
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"name": "snow_xml_to_json",
|
|
1003
|
-
"domain": "converters",
|
|
1004
|
-
"description": "Convert XML to JSON",
|
|
1005
|
-
"version": "1.0.0",
|
|
1006
|
-
"author": "Snow-Flow SDK Migration",
|
|
1007
|
-
"tags": [
|
|
1008
|
-
"converters"
|
|
1009
|
-
]
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "snow_create_customer_account",
|
|
1013
|
-
"domain": "csm",
|
|
1014
|
-
"description": "Create customer account for tracking relationships and entitlements",
|
|
1015
|
-
"version": "1.0.0",
|
|
1016
|
-
"tags": [
|
|
1017
|
-
"csm"
|
|
1018
|
-
]
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "snow_create_entitlement",
|
|
1022
|
-
"domain": "csm",
|
|
1023
|
-
"description": "Create service entitlement for customer",
|
|
1024
|
-
"version": "1.0.0",
|
|
1025
|
-
"tags": [
|
|
1026
|
-
"csm"
|
|
1027
|
-
]
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"name": "snow_get_customer_history",
|
|
1031
|
-
"domain": "csm",
|
|
1032
|
-
"description": "Retrieve complete customer interaction history",
|
|
1033
|
-
"version": "1.0.0",
|
|
1034
|
-
"tags": [
|
|
1035
|
-
"csm"
|
|
1036
|
-
]
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "snow_add_dashboard_widget",
|
|
1040
|
-
"domain": "dashboards",
|
|
1041
|
-
"description": "Add widget to dashboard",
|
|
1042
|
-
"version": "1.0.0",
|
|
1043
|
-
"author": "Snow-Flow SDK Migration",
|
|
1044
|
-
"tags": [
|
|
1045
|
-
"dashboards"
|
|
1046
|
-
]
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "snow_create_dashboard",
|
|
1050
|
-
"domain": "dashboards",
|
|
1051
|
-
"description": "Create dashboard",
|
|
1052
|
-
"version": "1.0.0",
|
|
1053
|
-
"author": "Snow-Flow SDK Migration",
|
|
1054
|
-
"tags": [
|
|
1055
|
-
"dashboards"
|
|
1056
|
-
]
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"name": "snow_bulk_update",
|
|
1060
|
-
"domain": "data-management",
|
|
1061
|
-
"description": "Bulk update multiple records",
|
|
1062
|
-
"version": "1.0.0",
|
|
1063
|
-
"author": "Snow-Flow SDK Migration",
|
|
1064
|
-
"tags": [
|
|
1065
|
-
"data-management"
|
|
1066
|
-
]
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "snow_create_choice",
|
|
1070
|
-
"domain": "data-management",
|
|
1071
|
-
"description": "Create choice list value for field",
|
|
1072
|
-
"version": "1.0.0",
|
|
1073
|
-
"author": "Snow-Flow SDK Migration",
|
|
1074
|
-
"tags": [
|
|
1075
|
-
"data-management"
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"name": "snow_create_field",
|
|
1080
|
-
"domain": "data-management",
|
|
1081
|
-
"description": "Create table field/column",
|
|
1082
|
-
"version": "1.0.0",
|
|
1083
|
-
"author": "Snow-Flow SDK Migration",
|
|
1084
|
-
"tags": [
|
|
1085
|
-
"data-management"
|
|
1086
|
-
]
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "snow_create_table",
|
|
1090
|
-
"domain": "data-management",
|
|
1091
|
-
"description": "Create new database table",
|
|
1092
|
-
"version": "1.0.0",
|
|
1093
|
-
"author": "Snow-Flow SDK Migration",
|
|
1094
|
-
"tags": [
|
|
1095
|
-
"data-management"
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "snow_data_export",
|
|
1100
|
-
"domain": "data-management",
|
|
1101
|
-
"description": "Export table data to CSV/XML/JSON",
|
|
1102
|
-
"version": "1.0.0",
|
|
1103
|
-
"author": "Snow-Flow SDK Migration",
|
|
1104
|
-
"tags": [
|
|
1105
|
-
"data-management"
|
|
1106
|
-
]
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "snow_create_data_policy",
|
|
1110
|
-
"domain": "data-policies",
|
|
1111
|
-
"description": "Create data policy",
|
|
1112
|
-
"version": "1.0.0",
|
|
1113
|
-
"author": "Snow-Flow SDK Migration",
|
|
1114
|
-
"tags": [
|
|
1115
|
-
"data-policies"
|
|
1116
|
-
]
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"name": "snow_create_data_policy_rule",
|
|
1120
|
-
"domain": "data-policies",
|
|
1121
|
-
"description": "Create data policy rule",
|
|
1122
|
-
"version": "1.0.0",
|
|
1123
|
-
"author": "Snow-Flow SDK Migration",
|
|
1124
|
-
"tags": [
|
|
1125
|
-
"data-policies"
|
|
1126
|
-
]
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"name": "snow_jwt_decode",
|
|
1130
|
-
"domain": "decoders",
|
|
1131
|
-
"description": "Decode JWT token",
|
|
1132
|
-
"version": "1.0.0",
|
|
1133
|
-
"author": "Snow-Flow SDK Migration",
|
|
1134
|
-
"tags": [
|
|
1135
|
-
"decoders"
|
|
1136
|
-
]
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "snow_auth_diagnostics",
|
|
1140
|
-
"domain": "deployment",
|
|
1141
|
-
"description": "Performs comprehensive authentication and permission diagnostics. Tests OAuth tokens, API access, table permissions, and provides specific remediation steps.",
|
|
1142
|
-
"version": "1.0.0",
|
|
1143
|
-
"author": "Snow-Flow SDK Migration",
|
|
1144
|
-
"tags": [
|
|
1145
|
-
"deployment"
|
|
1146
|
-
]
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"name": "snow_clone_instance_artifact",
|
|
1150
|
-
"domain": "deployment",
|
|
1151
|
-
"description": "Clones artifacts directly between ServiceNow instances (dev→test→prod). Handles authentication, dependency resolution, and data migration.",
|
|
1152
|
-
"version": "1.0.0",
|
|
1153
|
-
"author": "Snow-Flow SDK Migration",
|
|
1154
|
-
"tags": [
|
|
1155
|
-
"deployment"
|
|
1156
|
-
]
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "snow_create_solution_package",
|
|
1160
|
-
"domain": "deployment",
|
|
1161
|
-
"description": "Creates comprehensive solution packages containing multiple related artifacts (widgets, scripts, rules). Manages dependencies and generates deployment documentation.",
|
|
1162
|
-
"version": "1.0.0",
|
|
1163
|
-
"author": "Snow-Flow SDK Migration",
|
|
1164
|
-
"tags": [
|
|
1165
|
-
"deployment"
|
|
1166
|
-
]
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"name": "snow_deploy",
|
|
1170
|
-
"domain": "deployment",
|
|
1171
|
-
"description": "Deploy ServiceNow artifacts (widgets, pages, flows) with automatic validation and Update Set management",
|
|
1172
|
-
"version": "1.0.0",
|
|
1173
|
-
"author": "Snow-Flow SDK Migration",
|
|
1174
|
-
"tags": [
|
|
1175
|
-
"deployment"
|
|
1176
|
-
]
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "snow_deployment_debug",
|
|
1180
|
-
"domain": "deployment",
|
|
1181
|
-
"description": "Provides detailed debugging information including authentication status, permissions, active sessions, and recent deployment logs for troubleshooting.",
|
|
1182
|
-
"version": "1.0.0",
|
|
1183
|
-
"author": "Snow-Flow SDK Migration",
|
|
1184
|
-
"tags": [
|
|
1185
|
-
"deployment"
|
|
1186
|
-
]
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"name": "snow_deployment_status",
|
|
1190
|
-
"domain": "deployment",
|
|
1191
|
-
"description": "Retrieves comprehensive deployment status including active deployments, recent history, success rates, and performance metrics.",
|
|
1192
|
-
"version": "1.0.0",
|
|
1193
|
-
"author": "Snow-Flow SDK Migration",
|
|
1194
|
-
"tags": [
|
|
1195
|
-
"deployment"
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"name": "snow_export_artifact",
|
|
1200
|
-
"domain": "deployment",
|
|
1201
|
-
"description": "Exports ServiceNow artifacts (widgets, applications) to JSON/XML format for backup, version control, or migration purposes.",
|
|
1202
|
-
"version": "1.0.0",
|
|
1203
|
-
"author": "Snow-Flow SDK Migration",
|
|
1204
|
-
"tags": [
|
|
1205
|
-
"deployment"
|
|
1206
|
-
]
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "snow_import_artifact",
|
|
1210
|
-
"domain": "deployment",
|
|
1211
|
-
"description": "Imports previously exported artifacts from JSON/XML files into ServiceNow. Validates compatibility and handles dependencies automatically.",
|
|
1212
|
-
"version": "1.0.0",
|
|
1213
|
-
"author": "Snow-Flow SDK Migration",
|
|
1214
|
-
"tags": [
|
|
1215
|
-
"deployment"
|
|
1216
|
-
]
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"name": "snow_rollback_deployment",
|
|
1220
|
-
"domain": "deployment",
|
|
1221
|
-
"description": "Rollback failed deployment by reverting to previous version or deleting artifact",
|
|
1222
|
-
"version": "1.0.0",
|
|
1223
|
-
"author": "Snow-Flow SDK Migration",
|
|
1224
|
-
"tags": [
|
|
1225
|
-
"deployment"
|
|
1226
|
-
]
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"name": "snow_update",
|
|
1230
|
-
"domain": "deployment",
|
|
1231
|
-
"description": "Update existing ServiceNow artifacts (widgets, pages, scripts, flows, etc.)",
|
|
1232
|
-
"version": "1.0.0",
|
|
1233
|
-
"author": "Snow-Flow SDK Migration",
|
|
1234
|
-
"tags": [
|
|
1235
|
-
"deployment"
|
|
1236
|
-
]
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"name": "snow_validate_deployment",
|
|
1240
|
-
"domain": "deployment",
|
|
1241
|
-
"description": "Validate artifact before deployment (ES5, coherence, dependencies, security)",
|
|
1242
|
-
"version": "1.0.0",
|
|
1243
|
-
"author": "Snow-Flow SDK Migration",
|
|
1244
|
-
"tags": [
|
|
1245
|
-
"deployment"
|
|
1246
|
-
]
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "snow_analyze_artifact",
|
|
1250
|
-
"domain": "development",
|
|
1251
|
-
"description": "Performs comprehensive analysis of artifacts including dependencies, usage patterns, and optimization opportunities. Caches results for improved performance.",
|
|
1252
|
-
"version": "1.0.0",
|
|
1253
|
-
"tags": [
|
|
1254
|
-
"development"
|
|
1255
|
-
]
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"name": "snow_analyze_requirements",
|
|
1259
|
-
"domain": "development",
|
|
1260
|
-
"description": "Analyzes development requirements to identify dependencies, suggest reusable components, and create implementation roadmaps.",
|
|
1261
|
-
"version": "1.0.0",
|
|
1262
|
-
"tags": [
|
|
1263
|
-
"development"
|
|
1264
|
-
]
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"name": "snow_edit_artifact",
|
|
1268
|
-
"domain": "development",
|
|
1269
|
-
"description": "Modifies ServiceNow artifacts using natural language instructions. Includes automatic error handling, retry logic, and validation of changes.",
|
|
1270
|
-
"version": "1.0.0",
|
|
1271
|
-
"tags": [
|
|
1272
|
-
"development"
|
|
1273
|
-
]
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"name": "snow_edit_by_sysid",
|
|
1277
|
-
"domain": "development",
|
|
1278
|
-
"description": "Updates specific fields of an artifact using sys_id. Provides direct field-level modifications with validation.",
|
|
1279
|
-
"version": "1.0.0",
|
|
1280
|
-
"tags": [
|
|
1281
|
-
"development"
|
|
1282
|
-
]
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "snow_find_artifact",
|
|
1286
|
-
"domain": "development",
|
|
1287
|
-
"description": "Finds ServiceNow artifacts using natural language queries. Searches cached memory first for performance, then queries ServiceNow directly if needed.",
|
|
1288
|
-
"version": "1.0.0",
|
|
1289
|
-
"tags": [
|
|
1290
|
-
"development"
|
|
1291
|
-
]
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "snow_get_by_sysid",
|
|
1295
|
-
"domain": "development",
|
|
1296
|
-
"description": "Retrieves artifacts by sys_id for precise, fast lookups. Auto-detects large responses and suggests efficient field-specific queries using snow_query_table when needed. More reliable than text-based searches when sys_id is known.",
|
|
1297
|
-
"version": "1.0.0",
|
|
1298
|
-
"tags": [
|
|
1299
|
-
"development"
|
|
1300
|
-
]
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"name": "snow_memory_search",
|
|
1304
|
-
"domain": "development",
|
|
1305
|
-
"description": "Searches cached ServiceNow artifacts in local memory for instant results without API calls.",
|
|
1306
|
-
"version": "1.0.0",
|
|
1307
|
-
"tags": [
|
|
1308
|
-
"development"
|
|
1309
|
-
]
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"name": "snow_orchestrate_development",
|
|
1313
|
-
"domain": "development",
|
|
1314
|
-
"description": "Orchestrates complex development workflows with intelligent agent coordination, shared memory, and real-time progress tracking.",
|
|
1315
|
-
"version": "1.0.0",
|
|
1316
|
-
"tags": [
|
|
1317
|
-
"development"
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "snow_sync_data_consistency",
|
|
1322
|
-
"domain": "development",
|
|
1323
|
-
"description": "Synchronizes cached data with ServiceNow, validates sys_id mappings, and repairs consistency issues. Includes automatic cache refresh and reindexing.",
|
|
1324
|
-
"version": "1.0.0",
|
|
1325
|
-
"tags": [
|
|
1326
|
-
"development"
|
|
1327
|
-
]
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
"name": "snow_validate_live_connection",
|
|
1331
|
-
"domain": "development",
|
|
1332
|
-
"description": "Validates ServiceNow connection status, authentication tokens, and user permissions. Returns detailed diagnostics with response times.",
|
|
1333
|
-
"version": "1.0.0",
|
|
1334
|
-
"tags": [
|
|
1335
|
-
"development"
|
|
1336
|
-
]
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"name": "snow_create_devops_change",
|
|
1340
|
-
"domain": "devops",
|
|
1341
|
-
"description": "Create automated DevOps change request for deployments",
|
|
1342
|
-
"version": "1.0.0",
|
|
1343
|
-
"tags": [
|
|
1344
|
-
"devops"
|
|
1345
|
-
]
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"name": "snow_create_devops_pipeline",
|
|
1349
|
-
"domain": "devops",
|
|
1350
|
-
"description": "Create DevOps pipeline for CI/CD automation",
|
|
1351
|
-
"version": "1.0.0",
|
|
1352
|
-
"tags": [
|
|
1353
|
-
"devops"
|
|
1354
|
-
]
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "snow_create_pipeline",
|
|
1358
|
-
"domain": "devops",
|
|
1359
|
-
"description": "Create CI/CD pipeline",
|
|
1360
|
-
"version": "1.0.0",
|
|
1361
|
-
"tags": [
|
|
1362
|
-
"devops"
|
|
1363
|
-
]
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"name": "snow_get_devops_insights",
|
|
1367
|
-
"domain": "devops",
|
|
1368
|
-
"description": "Retrieve DevOps metrics and insights",
|
|
1369
|
-
"version": "1.0.0",
|
|
1370
|
-
"tags": [
|
|
1371
|
-
"devops"
|
|
1372
|
-
]
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
"name": "snow_track_deployment",
|
|
1376
|
-
"domain": "devops",
|
|
1377
|
-
"description": "Track application deployment through DevOps pipeline",
|
|
1378
|
-
"version": "1.0.0",
|
|
1379
|
-
"tags": [
|
|
1380
|
-
"devops"
|
|
1381
|
-
]
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"name": "snow_velocity_tracking",
|
|
1385
|
-
"domain": "devops",
|
|
1386
|
-
"description": "Track team velocity and delivery metrics",
|
|
1387
|
-
"version": "1.0.0",
|
|
1388
|
-
"tags": [
|
|
1389
|
-
"devops"
|
|
1390
|
-
]
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"name": "snow_create_email_template",
|
|
1394
|
-
"domain": "email",
|
|
1395
|
-
"description": "Create email notification template",
|
|
1396
|
-
"version": "1.0.0",
|
|
1397
|
-
"author": "Snow-Flow SDK Migration",
|
|
1398
|
-
"tags": [
|
|
1399
|
-
"email"
|
|
1400
|
-
]
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"name": "snow_create_notification",
|
|
1404
|
-
"domain": "email",
|
|
1405
|
-
"description": "Create automated notification",
|
|
1406
|
-
"version": "1.0.0",
|
|
1407
|
-
"author": "Snow-Flow SDK Migration",
|
|
1408
|
-
"tags": [
|
|
1409
|
-
"email"
|
|
1410
|
-
]
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "snow_send_email",
|
|
1414
|
-
"domain": "email",
|
|
1415
|
-
"description": "Send email notification",
|
|
1416
|
-
"version": "1.0.0",
|
|
1417
|
-
"author": "Snow-Flow SDK Migration",
|
|
1418
|
-
"tags": [
|
|
1419
|
-
"email"
|
|
1420
|
-
]
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "snow_decode_base64",
|
|
1424
|
-
"domain": "encoders",
|
|
1425
|
-
"description": "Decode Base64 to string",
|
|
1426
|
-
"version": "1.0.0",
|
|
1427
|
-
"author": "Snow-Flow SDK Migration",
|
|
1428
|
-
"tags": [
|
|
1429
|
-
"encoders"
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"name": "snow_decode_url",
|
|
1434
|
-
"domain": "encoders",
|
|
1435
|
-
"description": "URL decode string",
|
|
1436
|
-
"version": "1.0.0",
|
|
1437
|
-
"author": "Snow-Flow SDK Migration",
|
|
1438
|
-
"tags": [
|
|
1439
|
-
"encoders"
|
|
1440
|
-
]
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "snow_encode_base64",
|
|
1444
|
-
"domain": "encoders",
|
|
1445
|
-
"description": "Encode string to Base64",
|
|
1446
|
-
"version": "1.0.0",
|
|
1447
|
-
"author": "Snow-Flow SDK Migration",
|
|
1448
|
-
"tags": [
|
|
1449
|
-
"encoders"
|
|
1450
|
-
]
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "snow_encode_url",
|
|
1454
|
-
"domain": "encoders",
|
|
1455
|
-
"description": "URL encode string",
|
|
1456
|
-
"version": "1.0.0",
|
|
1457
|
-
"author": "Snow-Flow SDK Migration",
|
|
1458
|
-
"tags": [
|
|
1459
|
-
"encoders"
|
|
1460
|
-
]
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "snow_hash_string",
|
|
1464
|
-
"domain": "encoders",
|
|
1465
|
-
"description": "Hash string using various algorithms",
|
|
1466
|
-
"version": "1.0.0",
|
|
1467
|
-
"author": "Snow-Flow SDK Migration",
|
|
1468
|
-
"tags": [
|
|
1469
|
-
"encoders"
|
|
1470
|
-
]
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"name": "snow_create_alert",
|
|
1474
|
-
"domain": "events",
|
|
1475
|
-
"description": "Create system alert for monitoring",
|
|
1476
|
-
"version": "1.0.0",
|
|
1477
|
-
"author": "Snow-Flow SDK Migration",
|
|
1478
|
-
"tags": [
|
|
1479
|
-
"events"
|
|
1480
|
-
]
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"name": "snow_create_alert_rule",
|
|
1484
|
-
"domain": "events",
|
|
1485
|
-
"description": "Create alert rules for automated monitoring and notifications",
|
|
1486
|
-
"version": "1.0.0",
|
|
1487
|
-
"author": "Snow-Flow SDK Migration",
|
|
1488
|
-
"tags": [
|
|
1489
|
-
"events"
|
|
1490
|
-
]
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "snow_create_event",
|
|
1494
|
-
"domain": "events",
|
|
1495
|
-
"description": "Create system event for event management",
|
|
1496
|
-
"version": "1.0.0",
|
|
1497
|
-
"author": "Snow-Flow SDK Migration",
|
|
1498
|
-
"tags": [
|
|
1499
|
-
"events"
|
|
1500
|
-
]
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "snow_get_event_queue",
|
|
1504
|
-
"domain": "events",
|
|
1505
|
-
"description": "Get event queue status and pending events",
|
|
1506
|
-
"version": "1.0.0",
|
|
1507
|
-
"author": "Snow-Flow SDK Migration",
|
|
1508
|
-
"tags": [
|
|
1509
|
-
"events"
|
|
1510
|
-
]
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "snow_monitor_metrics",
|
|
1514
|
-
"domain": "events",
|
|
1515
|
-
"description": "Monitor system metrics and performance indicators",
|
|
1516
|
-
"version": "1.0.0",
|
|
1517
|
-
"author": "Snow-Flow SDK Migration",
|
|
1518
|
-
"tags": [
|
|
1519
|
-
"events"
|
|
1520
|
-
]
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"name": "snow_custom_api",
|
|
1524
|
-
"domain": "extensions",
|
|
1525
|
-
"description": "Call custom API endpoint",
|
|
1526
|
-
"version": "1.0.0",
|
|
1527
|
-
"author": "Snow-Flow SDK Migration",
|
|
1528
|
-
"tags": [
|
|
1529
|
-
"extensions"
|
|
1530
|
-
]
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "snow_file_download",
|
|
1534
|
-
"domain": "extensions",
|
|
1535
|
-
"description": "Download file from ServiceNow",
|
|
1536
|
-
"version": "1.0.0",
|
|
1537
|
-
"author": "Snow-Flow SDK Migration",
|
|
1538
|
-
"tags": [
|
|
1539
|
-
"extensions"
|
|
1540
|
-
]
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "snow_file_upload",
|
|
1544
|
-
"domain": "extensions",
|
|
1545
|
-
"description": "Upload file to ServiceNow",
|
|
1546
|
-
"version": "1.0.0",
|
|
1547
|
-
"author": "Snow-Flow SDK Migration",
|
|
1548
|
-
"tags": [
|
|
1549
|
-
"extensions"
|
|
1550
|
-
]
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "snow_graphql_query",
|
|
1554
|
-
"domain": "extensions",
|
|
1555
|
-
"description": "Execute GraphQL query",
|
|
1556
|
-
"version": "1.0.0",
|
|
1557
|
-
"author": "Snow-Flow SDK Migration",
|
|
1558
|
-
"tags": [
|
|
1559
|
-
"extensions"
|
|
1560
|
-
]
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "snow_scripted_rest_api",
|
|
1564
|
-
"domain": "extensions",
|
|
1565
|
-
"description": "Call scripted REST API",
|
|
1566
|
-
"version": "1.0.0",
|
|
1567
|
-
"author": "Snow-Flow SDK Migration",
|
|
1568
|
-
"tags": [
|
|
1569
|
-
"extensions"
|
|
1570
|
-
]
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "snow_date_filter",
|
|
1574
|
-
"domain": "filters",
|
|
1575
|
-
"description": "Build date-based query filter",
|
|
1576
|
-
"version": "1.0.0",
|
|
1577
|
-
"author": "Snow-Flow SDK Migration",
|
|
1578
|
-
"tags": [
|
|
1579
|
-
"filters"
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"name": "snow_field_filter",
|
|
1584
|
-
"domain": "filters",
|
|
1585
|
-
"description": "Create field-based filter",
|
|
1586
|
-
"version": "1.0.0",
|
|
1587
|
-
"author": "Snow-Flow SDK Migration",
|
|
1588
|
-
"tags": [
|
|
1589
|
-
"filters"
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"name": "snow_query_filter",
|
|
1594
|
-
"domain": "filters",
|
|
1595
|
-
"description": "Build ServiceNow encoded query filter",
|
|
1596
|
-
"version": "1.0.0",
|
|
1597
|
-
"author": "Snow-Flow SDK Migration",
|
|
1598
|
-
"tags": [
|
|
1599
|
-
"filters"
|
|
1600
|
-
]
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"name": "snow_execute_flow",
|
|
1604
|
-
"domain": "flow-designer",
|
|
1605
|
-
"description": "Execute Flow Designer flow",
|
|
1606
|
-
"version": "1.0.0",
|
|
1607
|
-
"tags": [
|
|
1608
|
-
"flow-designer"
|
|
1609
|
-
]
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"name": "snow_flow_connectivity_test",
|
|
1613
|
-
"domain": "flow-designer",
|
|
1614
|
-
"description": "Test flow connectivity and action connections",
|
|
1615
|
-
"version": "1.0.0",
|
|
1616
|
-
"tags": [
|
|
1617
|
-
"flow-designer"
|
|
1618
|
-
]
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"name": "snow_get_flow_details",
|
|
1622
|
-
"domain": "flow-designer",
|
|
1623
|
-
"description": "Get detailed flow configuration including triggers, actions, and variables",
|
|
1624
|
-
"version": "1.0.0",
|
|
1625
|
-
"tags": [
|
|
1626
|
-
"flow-designer"
|
|
1627
|
-
]
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"name": "snow_get_flow_execution_history",
|
|
1631
|
-
"domain": "flow-designer",
|
|
1632
|
-
"description": "Get flow execution history with filtering options",
|
|
1633
|
-
"version": "1.0.0",
|
|
1634
|
-
"tags": [
|
|
1635
|
-
"flow-designer"
|
|
1636
|
-
]
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "snow_get_flow_execution_status",
|
|
1640
|
-
"domain": "flow-designer",
|
|
1641
|
-
"description": "Get status of a specific flow execution",
|
|
1642
|
-
"version": "1.0.0",
|
|
1643
|
-
"tags": [
|
|
1644
|
-
"flow-designer"
|
|
1645
|
-
]
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"name": "snow_import_flow_from_xml",
|
|
1649
|
-
"domain": "flow-designer",
|
|
1650
|
-
"description": "Import Flow Designer flows from XML update set",
|
|
1651
|
-
"version": "1.0.0",
|
|
1652
|
-
"tags": [
|
|
1653
|
-
"flow-designer"
|
|
1654
|
-
]
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"name": "snow_list_flows",
|
|
1658
|
-
"domain": "flow-designer",
|
|
1659
|
-
"description": "List Flow Designer flows",
|
|
1660
|
-
"version": "1.0.0",
|
|
1661
|
-
"tags": [
|
|
1662
|
-
"flow-designer"
|
|
1663
|
-
]
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "snow_format_date",
|
|
1667
|
-
"domain": "formatters",
|
|
1668
|
-
"description": "Format date for ServiceNow",
|
|
1669
|
-
"version": "1.0.0",
|
|
1670
|
-
"author": "Snow-Flow SDK Migration",
|
|
1671
|
-
"tags": [
|
|
1672
|
-
"formatters"
|
|
1673
|
-
]
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "snow_format_number",
|
|
1677
|
-
"domain": "formatters",
|
|
1678
|
-
"description": "Format number with locale",
|
|
1679
|
-
"version": "1.0.0",
|
|
1680
|
-
"author": "Snow-Flow SDK Migration",
|
|
1681
|
-
"tags": [
|
|
1682
|
-
"formatters"
|
|
1683
|
-
]
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "snow_format_text",
|
|
1687
|
-
"domain": "formatters",
|
|
1688
|
-
"description": "Format text with various transformations",
|
|
1689
|
-
"version": "1.0.0",
|
|
1690
|
-
"author": "Snow-Flow SDK Migration",
|
|
1691
|
-
"tags": [
|
|
1692
|
-
"formatters"
|
|
1693
|
-
]
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "snow_add_form_field",
|
|
1697
|
-
"domain": "forms",
|
|
1698
|
-
"description": "Add field to form section",
|
|
1699
|
-
"version": "1.0.0",
|
|
1700
|
-
"author": "Snow-Flow SDK Migration",
|
|
1701
|
-
"tags": [
|
|
1702
|
-
"forms"
|
|
1703
|
-
]
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"name": "snow_create_form_layout",
|
|
1707
|
-
"domain": "forms",
|
|
1708
|
-
"description": "Create custom form layout",
|
|
1709
|
-
"version": "1.0.0",
|
|
1710
|
-
"author": "Snow-Flow SDK Migration",
|
|
1711
|
-
"tags": [
|
|
1712
|
-
"forms"
|
|
1713
|
-
]
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "snow_create_form_section",
|
|
1717
|
-
"domain": "forms",
|
|
1718
|
-
"description": "Create form section",
|
|
1719
|
-
"version": "1.0.0",
|
|
1720
|
-
"author": "Snow-Flow SDK Migration",
|
|
1721
|
-
"tags": [
|
|
1722
|
-
"forms"
|
|
1723
|
-
]
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "snow_generate_records",
|
|
1727
|
-
"domain": "generators",
|
|
1728
|
-
"description": "Generate multiple test records",
|
|
1729
|
-
"version": "1.0.0",
|
|
1730
|
-
"author": "Snow-Flow SDK Migration",
|
|
1731
|
-
"tags": [
|
|
1732
|
-
"generators"
|
|
1733
|
-
]
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"name": "snow_callback_handler",
|
|
1737
|
-
"domain": "handlers",
|
|
1738
|
-
"description": "Create callback handler for async operations",
|
|
1739
|
-
"version": "1.0.0",
|
|
1740
|
-
"author": "Snow-Flow SDK Migration",
|
|
1741
|
-
"tags": [
|
|
1742
|
-
"handlers"
|
|
1743
|
-
]
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "snow_error_handler",
|
|
1747
|
-
"domain": "handlers",
|
|
1748
|
-
"description": "Create error handler",
|
|
1749
|
-
"version": "1.0.0",
|
|
1750
|
-
"author": "Snow-Flow SDK Migration",
|
|
1751
|
-
"tags": [
|
|
1752
|
-
"handlers"
|
|
1753
|
-
]
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"name": "snow_event_handler",
|
|
1757
|
-
"domain": "handlers",
|
|
1758
|
-
"description": "Create event handler",
|
|
1759
|
-
"version": "1.0.0",
|
|
1760
|
-
"author": "Snow-Flow SDK Migration",
|
|
1761
|
-
"tags": [
|
|
1762
|
-
"handlers"
|
|
1763
|
-
]
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"name": "snow_exception_handler",
|
|
1767
|
-
"domain": "handlers",
|
|
1768
|
-
"description": "Handle exceptions with logging",
|
|
1769
|
-
"version": "1.0.0",
|
|
1770
|
-
"author": "Snow-Flow SDK Migration",
|
|
1771
|
-
"tags": [
|
|
1772
|
-
"handlers"
|
|
1773
|
-
]
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "snow_cache_get",
|
|
1777
|
-
"domain": "helpers",
|
|
1778
|
-
"description": "Get value from cache",
|
|
1779
|
-
"version": "1.0.0",
|
|
1780
|
-
"author": "Snow-Flow SDK Migration",
|
|
1781
|
-
"tags": [
|
|
1782
|
-
"helpers"
|
|
1783
|
-
]
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"name": "snow_cache_set",
|
|
1787
|
-
"domain": "helpers",
|
|
1788
|
-
"description": "Set value in cache",
|
|
1789
|
-
"version": "1.0.0",
|
|
1790
|
-
"author": "Snow-Flow SDK Migration",
|
|
1791
|
-
"tags": [
|
|
1792
|
-
"helpers"
|
|
1793
|
-
]
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"name": "snow_diff_objects",
|
|
1797
|
-
"domain": "helpers",
|
|
1798
|
-
"description": "Compare two objects and get differences",
|
|
1799
|
-
"version": "1.0.0",
|
|
1800
|
-
"author": "Snow-Flow SDK Migration",
|
|
1801
|
-
"tags": [
|
|
1802
|
-
"helpers"
|
|
1803
|
-
]
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"name": "snow_paginate",
|
|
1807
|
-
"domain": "helpers",
|
|
1808
|
-
"description": "Calculate pagination parameters",
|
|
1809
|
-
"version": "1.0.0",
|
|
1810
|
-
"author": "Snow-Flow SDK Migration",
|
|
1811
|
-
"tags": [
|
|
1812
|
-
"helpers"
|
|
1813
|
-
]
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"name": "snow_rate_limit",
|
|
1817
|
-
"domain": "helpers",
|
|
1818
|
-
"description": "Apply rate limiting to operations",
|
|
1819
|
-
"version": "1.0.0",
|
|
1820
|
-
"author": "Snow-Flow SDK Migration",
|
|
1821
|
-
"tags": [
|
|
1822
|
-
"helpers"
|
|
1823
|
-
]
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"name": "snow_retry_operation",
|
|
1827
|
-
"domain": "helpers",
|
|
1828
|
-
"description": "Retry failed operation with backoff",
|
|
1829
|
-
"version": "1.0.0",
|
|
1830
|
-
"author": "Snow-Flow SDK Migration",
|
|
1831
|
-
"tags": [
|
|
1832
|
-
"helpers"
|
|
1833
|
-
]
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "snow_create_hr_task",
|
|
1837
|
-
"domain": "hr",
|
|
1838
|
-
"description": "Create HR task for case fulfillment",
|
|
1839
|
-
"version": "1.0.0",
|
|
1840
|
-
"tags": [
|
|
1841
|
-
"hr"
|
|
1842
|
-
]
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"name": "snow_employee_offboarding",
|
|
1846
|
-
"domain": "hr",
|
|
1847
|
-
"description": "Initiate employee offboarding workflow",
|
|
1848
|
-
"version": "1.0.0",
|
|
1849
|
-
"tags": [
|
|
1850
|
-
"hr"
|
|
1851
|
-
]
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"name": "snow_create_customer_case",
|
|
1855
|
-
"domain": "hr-csm",
|
|
1856
|
-
"description": "Create CSM customer case",
|
|
1857
|
-
"version": "1.0.0",
|
|
1858
|
-
"tags": [
|
|
1859
|
-
"hr-csm"
|
|
1860
|
-
]
|
|
1861
|
-
},
|
|
1862
|
-
{
|
|
1863
|
-
"name": "snow_create_hr_case",
|
|
1864
|
-
"domain": "hr-csm",
|
|
1865
|
-
"description": "Create HR service case",
|
|
1866
|
-
"version": "1.0.0",
|
|
1867
|
-
"tags": [
|
|
1868
|
-
"hr-csm"
|
|
1869
|
-
]
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"name": "snow_employee_onboarding",
|
|
1873
|
-
"domain": "hr-csm",
|
|
1874
|
-
"description": "Trigger employee onboarding workflow",
|
|
1875
|
-
"version": "1.0.0",
|
|
1876
|
-
"tags": [
|
|
1877
|
-
"hr-csm"
|
|
1878
|
-
]
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "snow_create_import_set",
|
|
1882
|
-
"domain": "import-export",
|
|
1883
|
-
"description": "Create import set for data import",
|
|
1884
|
-
"version": "1.0.0",
|
|
1885
|
-
"author": "Snow-Flow SDK Migration",
|
|
1886
|
-
"tags": [
|
|
1887
|
-
"import-export"
|
|
1888
|
-
]
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "snow_create_transform_map",
|
|
1892
|
-
"domain": "import-export",
|
|
1893
|
-
"description": "Create transform map for import sets",
|
|
1894
|
-
"version": "1.0.0",
|
|
1895
|
-
"author": "Snow-Flow SDK Migration",
|
|
1896
|
-
"tags": [
|
|
1897
|
-
"import-export"
|
|
1898
|
-
]
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "snow_execute_transform",
|
|
1902
|
-
"domain": "import-export",
|
|
1903
|
-
"description": "Execute transform map on import set",
|
|
1904
|
-
"version": "1.0.0",
|
|
1905
|
-
"author": "Snow-Flow SDK Migration",
|
|
1906
|
-
"tags": [
|
|
1907
|
-
"import-export"
|
|
1908
|
-
]
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "snow_export_to_xml",
|
|
1912
|
-
"domain": "import-export",
|
|
1913
|
-
"description": "Export records to XML format",
|
|
1914
|
-
"version": "1.0.0",
|
|
1915
|
-
"author": "Snow-Flow SDK Migration",
|
|
1916
|
-
"tags": [
|
|
1917
|
-
"import-export"
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "snow_analyze_query",
|
|
1922
|
-
"domain": "integration",
|
|
1923
|
-
"description": "Analyze and optimize ServiceNow queries for performance",
|
|
1924
|
-
"version": "1.0.0",
|
|
1925
|
-
"author": "Snow-Flow SDK Migration",
|
|
1926
|
-
"tags": [
|
|
1927
|
-
"integration"
|
|
1928
|
-
]
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"name": "snow_batch_api",
|
|
1932
|
-
"domain": "integration",
|
|
1933
|
-
"description": "Execute multiple API operations in single request (80% API call reduction)",
|
|
1934
|
-
"version": "1.0.0",
|
|
1935
|
-
"author": "Snow-Flow SDK Migration",
|
|
1936
|
-
"tags": [
|
|
1937
|
-
"integration"
|
|
1938
|
-
]
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "snow_create_email_config",
|
|
1942
|
-
"domain": "integration",
|
|
1943
|
-
"description": "Create email server configuration for SMTP, POP3, or IMAP",
|
|
1944
|
-
"version": "1.0.0",
|
|
1945
|
-
"author": "Snow-Flow SDK Migration",
|
|
1946
|
-
"tags": [
|
|
1947
|
-
"integration"
|
|
1948
|
-
]
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"name": "snow_create_field_map",
|
|
1952
|
-
"domain": "integration",
|
|
1953
|
-
"description": "Create field mapping within transform map for data transformation",
|
|
1954
|
-
"version": "1.0.0",
|
|
1955
|
-
"author": "Snow-Flow SDK Migration",
|
|
1956
|
-
"tags": [
|
|
1957
|
-
"integration"
|
|
1958
|
-
]
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "snow_create_rest_message",
|
|
1962
|
-
"domain": "integration",
|
|
1963
|
-
"description": "Create REST message for external API integration",
|
|
1964
|
-
"version": "1.0.0",
|
|
1965
|
-
"author": "Snow-Flow SDK Migration",
|
|
1966
|
-
"tags": [
|
|
1967
|
-
"integration"
|
|
1968
|
-
]
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"name": "snow_create_web_service",
|
|
1972
|
-
"domain": "integration",
|
|
1973
|
-
"description": "Create SOAP web service integration from WSDL definition",
|
|
1974
|
-
"version": "1.0.0",
|
|
1975
|
-
"author": "Snow-Flow SDK Migration",
|
|
1976
|
-
"tags": [
|
|
1977
|
-
"integration"
|
|
1978
|
-
]
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "snow_detect_code_patterns",
|
|
1982
|
-
"domain": "integration",
|
|
1983
|
-
"description": "Detect code patterns, anti-patterns, and best practices in ServiceNow scripts",
|
|
1984
|
-
"version": "1.0.0",
|
|
1985
|
-
"author": "Snow-Flow SDK Migration",
|
|
1986
|
-
"tags": [
|
|
1987
|
-
"integration"
|
|
1988
|
-
]
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "snow_discover_data_sources",
|
|
1992
|
-
"domain": "integration",
|
|
1993
|
-
"description": "Discover available data sources for integration including import sets and REST endpoints",
|
|
1994
|
-
"version": "1.0.0",
|
|
1995
|
-
"author": "Snow-Flow SDK Migration",
|
|
1996
|
-
"tags": [
|
|
1997
|
-
"integration"
|
|
1998
|
-
]
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"name": "snow_discover_integration_endpoints",
|
|
2002
|
-
"domain": "integration",
|
|
2003
|
-
"description": "Discover existing integration endpoints (REST, SOAP, LDAP, EMAIL)",
|
|
2004
|
-
"version": "1.0.0",
|
|
2005
|
-
"author": "Snow-Flow SDK Migration",
|
|
2006
|
-
"tags": [
|
|
2007
|
-
"integration"
|
|
2008
|
-
]
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "snow_generate_docs",
|
|
2012
|
-
"domain": "integration",
|
|
2013
|
-
"description": "Generate documentation for ServiceNow artifacts",
|
|
2014
|
-
"version": "1.0.0",
|
|
2015
|
-
"author": "Snow-Flow SDK Migration",
|
|
2016
|
-
"tags": [
|
|
2017
|
-
"integration"
|
|
2018
|
-
]
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"name": "snow_schedule_job",
|
|
2022
|
-
"domain": "integration",
|
|
2023
|
-
"description": "Create scheduled job with cron expression or repeat interval",
|
|
2024
|
-
"version": "1.0.0",
|
|
2025
|
-
"author": "Snow-Flow SDK Migration",
|
|
2026
|
-
"tags": [
|
|
2027
|
-
"integration"
|
|
2028
|
-
]
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"name": "snow_test_integration",
|
|
2032
|
-
"domain": "integration",
|
|
2033
|
-
"description": "Test REST/SOAP integrations and external connections with validation",
|
|
2034
|
-
"version": "1.0.0",
|
|
2035
|
-
"author": "Snow-Flow SDK Migration",
|
|
2036
|
-
"tags": [
|
|
2037
|
-
"integration"
|
|
2038
|
-
]
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"name": "snow_workflow_analyze",
|
|
2042
|
-
"domain": "integration",
|
|
2043
|
-
"description": "Analyze workflow executions for performance and errors",
|
|
2044
|
-
"version": "1.0.0",
|
|
2045
|
-
"author": "Snow-Flow SDK Migration",
|
|
2046
|
-
"tags": [
|
|
2047
|
-
"integration"
|
|
2048
|
-
]
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "snow_add_comment",
|
|
2052
|
-
"domain": "journals",
|
|
2053
|
-
"description": "Add comment/work note to record",
|
|
2054
|
-
"version": "1.0.0",
|
|
2055
|
-
"author": "Snow-Flow SDK Migration",
|
|
2056
|
-
"tags": [
|
|
2057
|
-
"journals"
|
|
2058
|
-
]
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"name": "snow_get_journal_entries",
|
|
2062
|
-
"domain": "journals",
|
|
2063
|
-
"description": "Get journal entries for record",
|
|
2064
|
-
"version": "1.0.0",
|
|
2065
|
-
"author": "Snow-Flow SDK Migration",
|
|
2066
|
-
"tags": [
|
|
2067
|
-
"journals"
|
|
2068
|
-
]
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"name": "snow_create_catalog_item",
|
|
2072
|
-
"domain": "knowledge",
|
|
2073
|
-
"description": "Create service catalog item",
|
|
2074
|
-
"version": "1.0.0",
|
|
2075
|
-
"tags": [
|
|
2076
|
-
"knowledge"
|
|
2077
|
-
]
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"name": "snow_create_catalog_variable",
|
|
2081
|
-
"domain": "knowledge",
|
|
2082
|
-
"description": "Create catalog item variable",
|
|
2083
|
-
"version": "1.0.0",
|
|
2084
|
-
"tags": [
|
|
2085
|
-
"knowledge"
|
|
2086
|
-
]
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"name": "snow_create_kb_article",
|
|
2090
|
-
"domain": "knowledge",
|
|
2091
|
-
"description": "Create knowledge base article",
|
|
2092
|
-
"version": "1.0.0",
|
|
2093
|
-
"tags": [
|
|
2094
|
-
"knowledge"
|
|
2095
|
-
]
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"name": "snow_create_knowledge_article",
|
|
2099
|
-
"domain": "knowledge",
|
|
2100
|
-
"description": "Creates a knowledge article in ServiceNow Knowledge Base. Articles can contain solutions, how-to guides, or reference information.",
|
|
2101
|
-
"version": "1.0.0",
|
|
2102
|
-
"author": "Snow-Flow SDK Migration",
|
|
2103
|
-
"tags": [
|
|
2104
|
-
"knowledge"
|
|
2105
|
-
]
|
|
2106
|
-
},
|
|
2107
|
-
{
|
|
2108
|
-
"name": "snow_create_knowledge_base",
|
|
2109
|
-
"domain": "knowledge",
|
|
2110
|
-
"description": "Creates a new knowledge base for organizing articles by topic, department, or audience.",
|
|
2111
|
-
"version": "1.0.0",
|
|
2112
|
-
"author": "Snow-Flow SDK Migration",
|
|
2113
|
-
"tags": [
|
|
2114
|
-
"knowledge"
|
|
2115
|
-
]
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"name": "snow_discover_knowledge_bases",
|
|
2119
|
-
"domain": "knowledge",
|
|
2120
|
-
"description": "Discovers available knowledge bases and their categories in the ServiceNow instance.",
|
|
2121
|
-
"version": "1.0.0",
|
|
2122
|
-
"author": "Snow-Flow SDK Migration",
|
|
2123
|
-
"tags": [
|
|
2124
|
-
"knowledge"
|
|
2125
|
-
]
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"name": "snow_get_knowledge_article_details",
|
|
2129
|
-
"domain": "knowledge",
|
|
2130
|
-
"description": "Gets detailed information about a knowledge article including metadata and content.",
|
|
2131
|
-
"version": "1.0.0",
|
|
2132
|
-
"author": "Snow-Flow SDK Migration",
|
|
2133
|
-
"tags": [
|
|
2134
|
-
"knowledge"
|
|
2135
|
-
]
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "snow_publish_kb_article",
|
|
2139
|
-
"domain": "knowledge",
|
|
2140
|
-
"description": "Publish knowledge base article",
|
|
2141
|
-
"version": "1.0.0",
|
|
2142
|
-
"tags": [
|
|
2143
|
-
"knowledge"
|
|
2144
|
-
]
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"name": "snow_retire_knowledge_article",
|
|
2148
|
-
"domain": "knowledge",
|
|
2149
|
-
"description": "Retires a knowledge article, making it unavailable for general use while preserving history.",
|
|
2150
|
-
"version": "1.0.0",
|
|
2151
|
-
"author": "Snow-Flow SDK Migration",
|
|
2152
|
-
"tags": [
|
|
2153
|
-
"knowledge"
|
|
2154
|
-
]
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"name": "snow_search_kb",
|
|
2158
|
-
"domain": "knowledge",
|
|
2159
|
-
"description": "Search knowledge base articles",
|
|
2160
|
-
"version": "1.0.0",
|
|
2161
|
-
"tags": [
|
|
2162
|
-
"knowledge"
|
|
2163
|
-
]
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"name": "snow_search_knowledge",
|
|
2167
|
-
"domain": "knowledge",
|
|
2168
|
-
"description": "Searches knowledge articles using keywords, categories, or filters. Returns relevant articles with snippets.",
|
|
2169
|
-
"version": "1.0.0",
|
|
2170
|
-
"author": "Snow-Flow SDK Migration",
|
|
2171
|
-
"tags": [
|
|
2172
|
-
"knowledge"
|
|
2173
|
-
]
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"name": "snow_update_knowledge_article",
|
|
2177
|
-
"domain": "knowledge",
|
|
2178
|
-
"description": "Updates an existing knowledge article. Can modify content, metadata, or workflow state.",
|
|
2179
|
-
"version": "1.0.0",
|
|
2180
|
-
"author": "Snow-Flow SDK Migration",
|
|
2181
|
-
"tags": [
|
|
2182
|
-
"knowledge"
|
|
2183
|
-
]
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"name": "snow_add_list_column",
|
|
2187
|
-
"domain": "lists",
|
|
2188
|
-
"description": "Add column to list view",
|
|
2189
|
-
"version": "1.0.0",
|
|
2190
|
-
"author": "Snow-Flow SDK Migration",
|
|
2191
|
-
"tags": [
|
|
2192
|
-
"lists"
|
|
2193
|
-
]
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
"name": "snow_create_list_view",
|
|
2197
|
-
"domain": "lists",
|
|
2198
|
-
"description": "Create custom list view",
|
|
2199
|
-
"version": "1.0.0",
|
|
2200
|
-
"author": "Snow-Flow SDK Migration",
|
|
2201
|
-
"tags": [
|
|
2202
|
-
"lists"
|
|
2203
|
-
]
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "snow_create_related_list",
|
|
2207
|
-
"domain": "lists",
|
|
2208
|
-
"description": "Create related list on form",
|
|
2209
|
-
"version": "1.0.0",
|
|
2210
|
-
"author": "Snow-Flow SDK Migration",
|
|
2211
|
-
"tags": [
|
|
2212
|
-
"lists"
|
|
2213
|
-
]
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"name": "snow_convert_to_es5",
|
|
2217
|
-
"domain": "local-sync",
|
|
2218
|
-
"description": "Convert modern JavaScript (ES6+) to ES5 for ServiceNow Rhino engine",
|
|
2219
|
-
"version": "1.0.0",
|
|
2220
|
-
"author": "Snow-Flow SDK Migration",
|
|
2221
|
-
"tags": [
|
|
2222
|
-
"local-sync"
|
|
2223
|
-
]
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"name": "snow_list_supported_artifacts",
|
|
2227
|
-
"domain": "local-sync",
|
|
2228
|
-
"description": "List all ServiceNow artifact types supported by local sync",
|
|
2229
|
-
"version": "1.0.0",
|
|
2230
|
-
"author": "Snow-Flow SDK Migration",
|
|
2231
|
-
"tags": [
|
|
2232
|
-
"local-sync"
|
|
2233
|
-
]
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"name": "snow_pull_artifact",
|
|
2237
|
-
"domain": "local-sync",
|
|
2238
|
-
"description": "Pull ServiceNow artifact to local files for editing with native tools",
|
|
2239
|
-
"version": "1.0.0",
|
|
2240
|
-
"author": "Snow-Flow SDK Migration",
|
|
2241
|
-
"tags": [
|
|
2242
|
-
"local-sync"
|
|
2243
|
-
]
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "snow_push_artifact",
|
|
2247
|
-
"domain": "local-sync",
|
|
2248
|
-
"description": "Push locally edited artifact files back to ServiceNow with validation",
|
|
2249
|
-
"version": "1.0.0",
|
|
2250
|
-
"author": "Snow-Flow SDK Migration",
|
|
2251
|
-
"tags": [
|
|
2252
|
-
"local-sync"
|
|
2253
|
-
]
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"name": "snow_sync_cleanup",
|
|
2257
|
-
"domain": "local-sync",
|
|
2258
|
-
"description": "Clean up local artifact files after sync with retention policies",
|
|
2259
|
-
"version": "1.0.0",
|
|
2260
|
-
"author": "Snow-Flow SDK Migration",
|
|
2261
|
-
"tags": [
|
|
2262
|
-
"local-sync"
|
|
2263
|
-
]
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "snow_sync_status",
|
|
2267
|
-
"domain": "local-sync",
|
|
2268
|
-
"description": "Get status of locally synced artifacts including changes and validation",
|
|
2269
|
-
"version": "1.0.0",
|
|
2270
|
-
"author": "Snow-Flow SDK Migration",
|
|
2271
|
-
"tags": [
|
|
2272
|
-
"local-sync"
|
|
2273
|
-
]
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"name": "snow_data_mapper",
|
|
2277
|
-
"domain": "mappers",
|
|
2278
|
-
"description": "Advanced data mapping with transformations",
|
|
2279
|
-
"version": "1.0.0",
|
|
2280
|
-
"author": "Snow-Flow SDK Migration",
|
|
2281
|
-
"tags": [
|
|
2282
|
-
"mappers"
|
|
2283
|
-
]
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"name": "snow_field_mapper",
|
|
2287
|
-
"domain": "mappers",
|
|
2288
|
-
"description": "Map fields between schemas",
|
|
2289
|
-
"version": "1.0.0",
|
|
2290
|
-
"author": "Snow-Flow SDK Migration",
|
|
2291
|
-
"tags": [
|
|
2292
|
-
"mappers"
|
|
2293
|
-
]
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "snow_create_menu",
|
|
2297
|
-
"domain": "menus",
|
|
2298
|
-
"description": "Create application menu",
|
|
2299
|
-
"version": "1.0.0",
|
|
2300
|
-
"author": "Snow-Flow SDK Migration",
|
|
2301
|
-
"tags": [
|
|
2302
|
-
"menus"
|
|
2303
|
-
]
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"name": "snow_create_menu_item",
|
|
2307
|
-
"domain": "menus",
|
|
2308
|
-
"description": "Create menu item",
|
|
2309
|
-
"version": "1.0.0",
|
|
2310
|
-
"author": "Snow-Flow SDK Migration",
|
|
2311
|
-
"tags": [
|
|
2312
|
-
"menus"
|
|
2313
|
-
]
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"name": "snow_collect_metric",
|
|
2317
|
-
"domain": "metrics",
|
|
2318
|
-
"description": "Collect metric data",
|
|
2319
|
-
"version": "1.0.0",
|
|
2320
|
-
"author": "Snow-Flow SDK Migration",
|
|
2321
|
-
"tags": [
|
|
2322
|
-
"metrics"
|
|
2323
|
-
]
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "snow_create_metric",
|
|
2327
|
-
"domain": "metrics",
|
|
2328
|
-
"description": "Create system metric",
|
|
2329
|
-
"version": "1.0.0",
|
|
2330
|
-
"author": "Snow-Flow SDK Migration",
|
|
2331
|
-
"tags": [
|
|
2332
|
-
"metrics"
|
|
2333
|
-
]
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"name": "snow_configure_mobile_app",
|
|
2337
|
-
"domain": "mobile",
|
|
2338
|
-
"description": "Configure ServiceNow mobile app",
|
|
2339
|
-
"version": "1.0.0",
|
|
2340
|
-
"tags": [
|
|
2341
|
-
"mobile"
|
|
2342
|
-
]
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "snow_configure_offline_sync",
|
|
2346
|
-
"domain": "mobile",
|
|
2347
|
-
"description": "Configure offline synchronization settings for mobile applications. Controls which data is available offline.",
|
|
2348
|
-
"version": "1.0.0",
|
|
2349
|
-
"tags": [
|
|
2350
|
-
"mobile"
|
|
2351
|
-
]
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "snow_create_mobile_action",
|
|
2355
|
-
"domain": "mobile",
|
|
2356
|
-
"description": "Creates a mobile action that users can trigger from the mobile app. Actions can navigate, execute scripts, or open forms.",
|
|
2357
|
-
"version": "1.0.0",
|
|
2358
|
-
"tags": [
|
|
2359
|
-
"mobile"
|
|
2360
|
-
]
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"name": "snow_create_mobile_layout",
|
|
2364
|
-
"domain": "mobile",
|
|
2365
|
-
"description": "Creates a custom mobile layout for forms and lists in the mobile app.",
|
|
2366
|
-
"version": "1.0.0",
|
|
2367
|
-
"tags": [
|
|
2368
|
-
"mobile"
|
|
2369
|
-
]
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"name": "snow_discover_mobile_configs",
|
|
2373
|
-
"domain": "mobile",
|
|
2374
|
-
"description": "Discovers mobile application configurations including layouts, actions, and offline sync settings.",
|
|
2375
|
-
"version": "1.0.0",
|
|
2376
|
-
"tags": [
|
|
2377
|
-
"mobile"
|
|
2378
|
-
]
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"name": "snow_get_mobile_analytics",
|
|
2382
|
-
"domain": "mobile",
|
|
2383
|
-
"description": "Retrieves mobile application usage analytics including active users, sessions, and feature usage.",
|
|
2384
|
-
"version": "1.0.0",
|
|
2385
|
-
"tags": [
|
|
2386
|
-
"mobile"
|
|
2387
|
-
]
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"name": "snow_send_push_notification",
|
|
2391
|
-
"domain": "mobile",
|
|
2392
|
-
"description": "Sends a push notification to mobile devices. Can target specific users, groups, or all users.",
|
|
2393
|
-
"version": "1.0.0",
|
|
2394
|
-
"tags": [
|
|
2395
|
-
"mobile"
|
|
2396
|
-
]
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"name": "snow_create_notification_template",
|
|
2400
|
-
"domain": "notifications",
|
|
2401
|
-
"description": "Create reusable notification template with multi-channel support",
|
|
2402
|
-
"version": "1.0.0",
|
|
2403
|
-
"tags": [
|
|
2404
|
-
"notifications"
|
|
2405
|
-
]
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "snow_emergency_broadcast",
|
|
2409
|
-
"domain": "notifications",
|
|
2410
|
-
"description": "Send emergency broadcast notification to all users or specific groups",
|
|
2411
|
-
"version": "1.0.0",
|
|
2412
|
-
"tags": [
|
|
2413
|
-
"notifications"
|
|
2414
|
-
]
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"name": "snow_notification_analytics",
|
|
2418
|
-
"domain": "notifications",
|
|
2419
|
-
"description": "Analyze notification delivery rates, engagement, and effectiveness",
|
|
2420
|
-
"version": "1.0.0",
|
|
2421
|
-
"tags": [
|
|
2422
|
-
"notifications"
|
|
2423
|
-
]
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "snow_notification_preferences",
|
|
2427
|
-
"domain": "notifications",
|
|
2428
|
-
"description": "Manage user notification preferences and routing rules",
|
|
2429
|
-
"version": "1.0.0",
|
|
2430
|
-
"tags": [
|
|
2431
|
-
"notifications"
|
|
2432
|
-
]
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"name": "snow_schedule_notification",
|
|
2436
|
-
"domain": "notifications",
|
|
2437
|
-
"description": "Schedule future notification delivery with advanced scheduling options",
|
|
2438
|
-
"version": "1.0.0",
|
|
2439
|
-
"tags": [
|
|
2440
|
-
"notifications"
|
|
2441
|
-
]
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "snow_send_notification",
|
|
2445
|
-
"domain": "notifications",
|
|
2446
|
-
"description": "Send email/SMS notification",
|
|
2447
|
-
"version": "1.0.0",
|
|
2448
|
-
"tags": [
|
|
2449
|
-
"notifications"
|
|
2450
|
-
]
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"name": "snow_send_push",
|
|
2454
|
-
"domain": "notifications",
|
|
2455
|
-
"description": "Send mobile push notification",
|
|
2456
|
-
"version": "1.0.0",
|
|
2457
|
-
"tags": [
|
|
2458
|
-
"notifications"
|
|
2459
|
-
]
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "snow_analyze_incident",
|
|
2463
|
-
"domain": "operations",
|
|
2464
|
-
"description": "Analyzes specific incidents with pattern recognition, similar incident matching, and automated resolution suggestions",
|
|
2465
|
-
"version": "1.0.0",
|
|
2466
|
-
"author": "Snow-Flow SDK Migration",
|
|
2467
|
-
"tags": [
|
|
2468
|
-
"operations"
|
|
2469
|
-
]
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"name": "snow_assign_task",
|
|
2473
|
-
"domain": "operations",
|
|
2474
|
-
"description": "Assign task to user or group with workload balancing and skill matching",
|
|
2475
|
-
"version": "1.0.0",
|
|
2476
|
-
"author": "Snow-Flow SDK Migration",
|
|
2477
|
-
"tags": [
|
|
2478
|
-
"operations"
|
|
2479
|
-
]
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "snow_assign_user_to_group",
|
|
2483
|
-
"domain": "operations",
|
|
2484
|
-
"description": "Assigns a user to a ServiceNow group",
|
|
2485
|
-
"version": "1.0.0",
|
|
2486
|
-
"author": "Snow-Flow SDK Migration",
|
|
2487
|
-
"tags": [
|
|
2488
|
-
"operations"
|
|
2489
|
-
]
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "snow_attach_file",
|
|
2493
|
-
"domain": "operations",
|
|
2494
|
-
"description": "Attach files to ServiceNow records with validation and content type detection",
|
|
2495
|
-
"version": "1.0.0",
|
|
2496
|
-
"author": "Snow-Flow SDK Migration",
|
|
2497
|
-
"tags": [
|
|
2498
|
-
"operations"
|
|
2499
|
-
]
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "snow_auto_resolve_incident",
|
|
2503
|
-
"domain": "operations",
|
|
2504
|
-
"description": "Attempts automated resolution of technical incidents based on known patterns and previous solutions. Includes dry-run mode for safety.",
|
|
2505
|
-
"version": "1.0.0",
|
|
2506
|
-
"author": "Snow-Flow SDK Migration",
|
|
2507
|
-
"tags": [
|
|
2508
|
-
"operations"
|
|
2509
|
-
]
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"name": "snow_catalog_item_manager",
|
|
2513
|
-
"domain": "operations",
|
|
2514
|
-
"description": "Create, update, or manage service catalog items",
|
|
2515
|
-
"version": "1.0.0",
|
|
2516
|
-
"author": "Snow-Flow SDK Migration",
|
|
2517
|
-
"tags": [
|
|
2518
|
-
"operations"
|
|
2519
|
-
]
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"name": "snow_catalog_item_search",
|
|
2523
|
-
"domain": "operations",
|
|
2524
|
-
"description": "Search service catalog items with filtering options",
|
|
2525
|
-
"version": "1.0.0",
|
|
2526
|
-
"author": "Snow-Flow SDK Migration",
|
|
2527
|
-
"tags": [
|
|
2528
|
-
"operations"
|
|
2529
|
-
]
|
|
2530
|
-
},
|
|
2531
|
-
{
|
|
2532
|
-
"name": "snow_cleanup_test_artifacts",
|
|
2533
|
-
"domain": "operations",
|
|
2534
|
-
"description": "Safely cleanup test artifacts from ServiceNow (dry-run enabled by default for safety)",
|
|
2535
|
-
"version": "1.0.0",
|
|
2536
|
-
"author": "Snow-Flow SDK Migration",
|
|
2537
|
-
"tags": [
|
|
2538
|
-
"operations"
|
|
2539
|
-
]
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"name": "snow_cmdb_search",
|
|
2543
|
-
"domain": "operations",
|
|
2544
|
-
"description": "Searches Configuration Management Database (CMDB) for configuration items with relationship mapping",
|
|
2545
|
-
"version": "1.0.0",
|
|
2546
|
-
"author": "Snow-Flow SDK Migration",
|
|
2547
|
-
"tags": [
|
|
2548
|
-
"operations"
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "snow_comprehensive_search",
|
|
2553
|
-
"domain": "operations",
|
|
2554
|
-
"description": "Search across multiple tables for artifacts (widgets, pages, flows, scripts)",
|
|
2555
|
-
"version": "1.0.0",
|
|
2556
|
-
"author": "Snow-Flow SDK Migration",
|
|
2557
|
-
"tags": [
|
|
2558
|
-
"operations"
|
|
2559
|
-
]
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "snow_create_incident",
|
|
2563
|
-
"domain": "operations",
|
|
2564
|
-
"description": "Create ServiceNow incident with smart defaults and assignment",
|
|
2565
|
-
"version": "1.0.0",
|
|
2566
|
-
"author": "Snow-Flow SDK Migration",
|
|
2567
|
-
"tags": [
|
|
2568
|
-
"operations"
|
|
2569
|
-
]
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "snow_create_record",
|
|
2573
|
-
"domain": "operations",
|
|
2574
|
-
"description": "Create a record in any ServiceNow table with field validation",
|
|
2575
|
-
"version": "1.0.0",
|
|
2576
|
-
"author": "Snow-Flow SDK Migration",
|
|
2577
|
-
"tags": [
|
|
2578
|
-
"operations"
|
|
2579
|
-
]
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "snow_create_user_group",
|
|
2583
|
-
"domain": "operations",
|
|
2584
|
-
"description": "Creates a new user group in ServiceNow with specified properties",
|
|
2585
|
-
"version": "1.0.0",
|
|
2586
|
-
"author": "Snow-Flow SDK Migration",
|
|
2587
|
-
"tags": [
|
|
2588
|
-
"operations"
|
|
2589
|
-
]
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"name": "snow_delete_record",
|
|
2593
|
-
"domain": "operations",
|
|
2594
|
-
"description": "Safely delete a record with dependency checks and optional soft delete",
|
|
2595
|
-
"version": "1.0.0",
|
|
2596
|
-
"author": "Snow-Flow SDK Migration",
|
|
2597
|
-
"tags": [
|
|
2598
|
-
"operations"
|
|
2599
|
-
]
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "snow_discover_table_fields",
|
|
2603
|
-
"domain": "operations",
|
|
2604
|
-
"description": "Discover table schema with fields, types, relationships, and metadata",
|
|
2605
|
-
"version": "1.0.0",
|
|
2606
|
-
"author": "Snow-Flow SDK Migration",
|
|
2607
|
-
"tags": [
|
|
2608
|
-
"operations"
|
|
2609
|
-
]
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "snow_list_group_members",
|
|
2613
|
-
"domain": "operations",
|
|
2614
|
-
"description": "Lists all members of a ServiceNow group",
|
|
2615
|
-
"version": "1.0.0",
|
|
2616
|
-
"author": "Snow-Flow SDK Migration",
|
|
2617
|
-
"tags": [
|
|
2618
|
-
"operations"
|
|
2619
|
-
]
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"name": "snow_operational_metrics",
|
|
2623
|
-
"domain": "operations",
|
|
2624
|
-
"description": "Provides operational metrics and analytics including incident trends, resolution times, and performance indicators",
|
|
2625
|
-
"version": "1.0.0",
|
|
2626
|
-
"author": "Snow-Flow SDK Migration",
|
|
2627
|
-
"tags": [
|
|
2628
|
-
"operations"
|
|
2629
|
-
]
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"name": "snow_pattern_analysis",
|
|
2633
|
-
"domain": "operations",
|
|
2634
|
-
"description": "Analyzes patterns across incidents, requests, and problems to identify trends, common issues, and improvement opportunities",
|
|
2635
|
-
"version": "1.0.0",
|
|
2636
|
-
"author": "Snow-Flow SDK Migration",
|
|
2637
|
-
"tags": [
|
|
2638
|
-
"operations"
|
|
2639
|
-
]
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"name": "snow_predictive_analysis",
|
|
2643
|
-
"domain": "operations",
|
|
2644
|
-
"description": "Provides predictive analysis for incident volumes, system failures, and resource issues based on historical patterns",
|
|
2645
|
-
"version": "1.0.0",
|
|
2646
|
-
"author": "Snow-Flow SDK Migration",
|
|
2647
|
-
"tags": [
|
|
2648
|
-
"operations"
|
|
2649
|
-
]
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"name": "snow_query_incidents",
|
|
2653
|
-
"domain": "operations",
|
|
2654
|
-
"description": "Query incidents with advanced filtering and analysis capabilities. Optimized for performance with optional content inclusion.",
|
|
2655
|
-
"version": "1.0.0",
|
|
2656
|
-
"author": "Snow-Flow SDK Migration",
|
|
2657
|
-
"tags": [
|
|
2658
|
-
"operations"
|
|
2659
|
-
]
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"name": "snow_query_problems",
|
|
2663
|
-
"domain": "operations",
|
|
2664
|
-
"description": "Queries problem records with root cause analysis and optional inclusion of related incidents",
|
|
2665
|
-
"version": "1.0.0",
|
|
2666
|
-
"author": "Snow-Flow SDK Migration",
|
|
2667
|
-
"tags": [
|
|
2668
|
-
"operations"
|
|
2669
|
-
]
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"name": "snow_query_requests",
|
|
2673
|
-
"domain": "operations",
|
|
2674
|
-
"description": "Queries service requests with optional inclusion of request items and fulfillment details",
|
|
2675
|
-
"version": "1.0.0",
|
|
2676
|
-
"author": "Snow-Flow SDK Migration",
|
|
2677
|
-
"tags": [
|
|
2678
|
-
"operations"
|
|
2679
|
-
]
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"name": "snow_query_table",
|
|
2683
|
-
"domain": "operations",
|
|
2684
|
-
"description": "Query any ServiceNow table with filtering, pagination, and field selection",
|
|
2685
|
-
"version": "1.0.0",
|
|
2686
|
-
"author": "Snow-Flow SDK Migration",
|
|
2687
|
-
"tags": [
|
|
2688
|
-
"operations"
|
|
2689
|
-
]
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"name": "snow_remove_user_from_group",
|
|
2693
|
-
"domain": "operations",
|
|
2694
|
-
"description": "Removes a user from a ServiceNow group",
|
|
2695
|
-
"version": "1.0.0",
|
|
2696
|
-
"author": "Snow-Flow SDK Migration",
|
|
2697
|
-
"tags": [
|
|
2698
|
-
"operations"
|
|
2699
|
-
]
|
|
2700
|
-
},
|
|
2701
|
-
{
|
|
2702
|
-
"name": "snow_update_incident",
|
|
2703
|
-
"domain": "operations",
|
|
2704
|
-
"description": "Update incident with state validation and automatic work notes",
|
|
2705
|
-
"version": "1.0.0",
|
|
2706
|
-
"author": "Snow-Flow SDK Migration",
|
|
2707
|
-
"tags": [
|
|
2708
|
-
"operations"
|
|
2709
|
-
]
|
|
2710
|
-
},
|
|
2711
|
-
{
|
|
2712
|
-
"name": "snow_update_record",
|
|
2713
|
-
"domain": "operations",
|
|
2714
|
-
"description": "Update a record in any ServiceNow table with validation and audit trail",
|
|
2715
|
-
"version": "1.0.0",
|
|
2716
|
-
"author": "Snow-Flow SDK Migration",
|
|
2717
|
-
"tags": [
|
|
2718
|
-
"operations"
|
|
2719
|
-
]
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"name": "snow_user_lookup",
|
|
2723
|
-
"domain": "operations",
|
|
2724
|
-
"description": "Retrieves user information including roles, groups, and permissions. Supports lookup by ID, email, or name.",
|
|
2725
|
-
"version": "1.0.0",
|
|
2726
|
-
"author": "Snow-Flow SDK Migration",
|
|
2727
|
-
"tags": [
|
|
2728
|
-
"operations"
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"name": "snow_parse_csv",
|
|
2733
|
-
"domain": "parsers",
|
|
2734
|
-
"description": "Parse CSV to JSON",
|
|
2735
|
-
"version": "1.0.0",
|
|
2736
|
-
"author": "Snow-Flow SDK Migration",
|
|
2737
|
-
"tags": [
|
|
2738
|
-
"parsers"
|
|
2739
|
-
]
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"name": "snow_parse_json",
|
|
2743
|
-
"domain": "parsers",
|
|
2744
|
-
"description": "Parse and validate JSON",
|
|
2745
|
-
"version": "1.0.0",
|
|
2746
|
-
"author": "Snow-Flow SDK Migration",
|
|
2747
|
-
"tags": [
|
|
2748
|
-
"parsers"
|
|
2749
|
-
]
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "snow_parse_xml",
|
|
2753
|
-
"domain": "parsers",
|
|
2754
|
-
"description": "Parse XML to JSON",
|
|
2755
|
-
"version": "1.0.0",
|
|
2756
|
-
"author": "Snow-Flow SDK Migration",
|
|
2757
|
-
"tags": [
|
|
2758
|
-
"parsers"
|
|
2759
|
-
]
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"name": "snow_collect_pa_data",
|
|
2763
|
-
"domain": "performance-analytics",
|
|
2764
|
-
"description": "Manually triggers Performance Analytics data collection for specific indicators",
|
|
2765
|
-
"version": "1.0.0",
|
|
2766
|
-
"tags": [
|
|
2767
|
-
"performance-analytics"
|
|
2768
|
-
]
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "snow_create_data_visualization",
|
|
2772
|
-
"domain": "performance-analytics",
|
|
2773
|
-
"description": "Creates charts and visualizations using LIVE ServiceNow data",
|
|
2774
|
-
"version": "1.0.0",
|
|
2775
|
-
"tags": [
|
|
2776
|
-
"performance-analytics"
|
|
2777
|
-
]
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"name": "snow_create_kpi",
|
|
2781
|
-
"domain": "performance-analytics",
|
|
2782
|
-
"description": "Creates KPIs calculated from LIVE ServiceNow data",
|
|
2783
|
-
"version": "1.0.0",
|
|
2784
|
-
"tags": [
|
|
2785
|
-
"performance-analytics"
|
|
2786
|
-
]
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "snow_create_pa_breakdown",
|
|
2790
|
-
"domain": "performance-analytics",
|
|
2791
|
-
"description": "Creates a breakdown source for Performance Analytics to segment data by dimensions",
|
|
2792
|
-
"version": "1.0.0",
|
|
2793
|
-
"tags": [
|
|
2794
|
-
"performance-analytics"
|
|
2795
|
-
]
|
|
2796
|
-
},
|
|
2797
|
-
{
|
|
2798
|
-
"name": "snow_create_pa_indicator",
|
|
2799
|
-
"domain": "performance-analytics",
|
|
2800
|
-
"description": "Create PA indicator",
|
|
2801
|
-
"version": "1.0.0",
|
|
2802
|
-
"tags": [
|
|
2803
|
-
"performance-analytics"
|
|
2804
|
-
]
|
|
2805
|
-
},
|
|
2806
|
-
{
|
|
2807
|
-
"name": "snow_create_pa_threshold",
|
|
2808
|
-
"domain": "performance-analytics",
|
|
2809
|
-
"description": "Creates threshold rules for Performance Analytics indicators to trigger alerts",
|
|
2810
|
-
"version": "1.0.0",
|
|
2811
|
-
"tags": [
|
|
2812
|
-
"performance-analytics"
|
|
2813
|
-
]
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "snow_create_pa_widget",
|
|
2817
|
-
"domain": "performance-analytics",
|
|
2818
|
-
"description": "Creates a Performance Analytics dashboard widget for visualizing indicators",
|
|
2819
|
-
"version": "1.0.0",
|
|
2820
|
-
"tags": [
|
|
2821
|
-
"performance-analytics"
|
|
2822
|
-
]
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "snow_create_scheduled_report",
|
|
2826
|
-
"domain": "performance-analytics",
|
|
2827
|
-
"description": "Creates scheduled reports with automated email delivery in multiple formats",
|
|
2828
|
-
"version": "1.0.0",
|
|
2829
|
-
"tags": [
|
|
2830
|
-
"performance-analytics"
|
|
2831
|
-
]
|
|
2832
|
-
},
|
|
2833
|
-
{
|
|
2834
|
-
"name": "snow_discover_pa_indicators",
|
|
2835
|
-
"domain": "performance-analytics",
|
|
2836
|
-
"description": "Discovers available Performance Analytics indicators and their configurations",
|
|
2837
|
-
"version": "1.0.0",
|
|
2838
|
-
"tags": [
|
|
2839
|
-
"performance-analytics"
|
|
2840
|
-
]
|
|
2841
|
-
},
|
|
2842
|
-
{
|
|
2843
|
-
"name": "snow_discover_report_fields",
|
|
2844
|
-
"domain": "performance-analytics",
|
|
2845
|
-
"description": "Retrieves reportable fields from tables with type filtering and metadata",
|
|
2846
|
-
"version": "1.0.0",
|
|
2847
|
-
"tags": [
|
|
2848
|
-
"performance-analytics"
|
|
2849
|
-
]
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
"name": "snow_discover_reporting_tables",
|
|
2853
|
-
"domain": "performance-analytics",
|
|
2854
|
-
"description": "Discovers tables available for reporting with filtering by category and data availability",
|
|
2855
|
-
"version": "1.0.0",
|
|
2856
|
-
"tags": [
|
|
2857
|
-
"performance-analytics"
|
|
2858
|
-
]
|
|
2859
|
-
},
|
|
2860
|
-
{
|
|
2861
|
-
"name": "snow_export_report_data",
|
|
2862
|
-
"domain": "performance-analytics",
|
|
2863
|
-
"description": "Exports report data to CSV, Excel, JSON, or XML formats with configurable row limits",
|
|
2864
|
-
"version": "1.0.0",
|
|
2865
|
-
"tags": [
|
|
2866
|
-
"performance-analytics"
|
|
2867
|
-
]
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"name": "snow_generate_insights",
|
|
2871
|
-
"domain": "performance-analytics",
|
|
2872
|
-
"description": "Generates analytical insights including trends, patterns, anomalies, and actionable recommendations",
|
|
2873
|
-
"version": "1.0.0",
|
|
2874
|
-
"tags": [
|
|
2875
|
-
"performance-analytics"
|
|
2876
|
-
]
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"name": "snow_get_pa_scores",
|
|
2880
|
-
"domain": "performance-analytics",
|
|
2881
|
-
"description": "Get PA scores",
|
|
2882
|
-
"version": "1.0.0",
|
|
2883
|
-
"tags": [
|
|
2884
|
-
"performance-analytics"
|
|
2885
|
-
]
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "snow_create_client_script",
|
|
2889
|
-
"domain": "platform",
|
|
2890
|
-
"description": "Create client-side script for form with type and field targeting",
|
|
2891
|
-
"version": "1.0.0",
|
|
2892
|
-
"author": "Snow-Flow SDK Migration",
|
|
2893
|
-
"tags": [
|
|
2894
|
-
"platform"
|
|
2895
|
-
]
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"name": "snow_create_script_include",
|
|
2899
|
-
"domain": "platform",
|
|
2900
|
-
"description": "Create reusable Script Include with client-callable support",
|
|
2901
|
-
"version": "1.0.0",
|
|
2902
|
-
"author": "Snow-Flow SDK Migration",
|
|
2903
|
-
"tags": [
|
|
2904
|
-
"platform"
|
|
2905
|
-
]
|
|
2906
|
-
},
|
|
2907
|
-
{
|
|
2908
|
-
"name": "snow_create_ui_action",
|
|
2909
|
-
"domain": "platform",
|
|
2910
|
-
"description": "Create UI Action (button, context menu, form link) with client/server scripts",
|
|
2911
|
-
"version": "1.0.0",
|
|
2912
|
-
"author": "Snow-Flow SDK Migration",
|
|
2913
|
-
"tags": [
|
|
2914
|
-
"platform"
|
|
2915
|
-
]
|
|
2916
|
-
},
|
|
2917
|
-
{
|
|
2918
|
-
"name": "snow_create_ui_page",
|
|
2919
|
-
"domain": "platform",
|
|
2920
|
-
"description": "Create custom UI Page with Jelly/HTML template and processing script",
|
|
2921
|
-
"version": "1.0.0",
|
|
2922
|
-
"author": "Snow-Flow SDK Migration",
|
|
2923
|
-
"tags": [
|
|
2924
|
-
"platform"
|
|
2925
|
-
]
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "snow_create_ui_policy",
|
|
2929
|
-
"domain": "platform",
|
|
2930
|
-
"description": "Create UI Policy for form field control (visibility, mandatory, readonly)",
|
|
2931
|
-
"version": "1.0.0",
|
|
2932
|
-
"author": "Snow-Flow SDK Migration",
|
|
2933
|
-
"tags": [
|
|
2934
|
-
"platform"
|
|
2935
|
-
]
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"name": "snow_discover_platform_tables",
|
|
2939
|
-
"domain": "platform",
|
|
2940
|
-
"description": "Discover platform development tables by category (ui, script, policy, action)",
|
|
2941
|
-
"version": "1.0.0",
|
|
2942
|
-
"author": "Snow-Flow SDK Migration",
|
|
2943
|
-
"tags": [
|
|
2944
|
-
"platform"
|
|
2945
|
-
]
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "snow_table_schema_discovery",
|
|
2949
|
-
"domain": "platform",
|
|
2950
|
-
"description": "Discover comprehensive table schema including fields, relationships, ACLs, and business rules",
|
|
2951
|
-
"version": "1.0.0",
|
|
2952
|
-
"author": "Snow-Flow SDK Migration",
|
|
2953
|
-
"tags": [
|
|
2954
|
-
"platform"
|
|
2955
|
-
]
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"name": "snow_activate_plugin",
|
|
2959
|
-
"domain": "plugins",
|
|
2960
|
-
"description": "Activate ServiceNow plugin",
|
|
2961
|
-
"version": "1.0.0",
|
|
2962
|
-
"author": "Snow-Flow SDK Migration",
|
|
2963
|
-
"tags": [
|
|
2964
|
-
"plugins"
|
|
2965
|
-
]
|
|
2966
|
-
},
|
|
2967
|
-
{
|
|
2968
|
-
"name": "snow_custom_plugin",
|
|
2969
|
-
"domain": "plugins",
|
|
2970
|
-
"description": "Execute custom plugin logic",
|
|
2971
|
-
"version": "1.0.0",
|
|
2972
|
-
"author": "Snow-Flow SDK Migration",
|
|
2973
|
-
"tags": [
|
|
2974
|
-
"plugins"
|
|
2975
|
-
]
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"name": "snow_list_plugins",
|
|
2979
|
-
"domain": "plugins",
|
|
2980
|
-
"description": "List installed plugins",
|
|
2981
|
-
"version": "1.0.0",
|
|
2982
|
-
"author": "Snow-Flow SDK Migration",
|
|
2983
|
-
"tags": [
|
|
2984
|
-
"plugins"
|
|
2985
|
-
]
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"name": "snow_activate_pi_solution",
|
|
2989
|
-
"domain": "predictive-intelligence",
|
|
2990
|
-
"description": "✅ Activate trained ServiceNow Predictive Intelligence solution for production use. Enables predictions on records.",
|
|
2991
|
-
"version": "1.0.0",
|
|
2992
|
-
"tags": [
|
|
2993
|
-
"predictive-intelligence"
|
|
2994
|
-
]
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"name": "snow_create_pi_solution",
|
|
2998
|
-
"domain": "predictive-intelligence",
|
|
2999
|
-
"description": "🤖 Create native ServiceNow Predictive Intelligence solution definition. Builds ML models that run INSIDE ServiceNow (requires PI license). Use for classification, regression, similarity, or clustering.",
|
|
3000
|
-
"version": "1.0.0",
|
|
3001
|
-
"tags": [
|
|
3002
|
-
"predictive-intelligence"
|
|
3003
|
-
]
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"name": "snow_list_pi_solutions",
|
|
3007
|
-
"domain": "predictive-intelligence",
|
|
3008
|
-
"description": "📋 List all ServiceNow Predictive Intelligence solutions with status and metrics.",
|
|
3009
|
-
"version": "1.0.0",
|
|
3010
|
-
"tags": [
|
|
3011
|
-
"predictive-intelligence"
|
|
3012
|
-
]
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
"name": "snow_monitor_pi_training",
|
|
3016
|
-
"domain": "predictive-intelligence",
|
|
3017
|
-
"description": "📊 Monitor ServiceNow Predictive Intelligence training progress. Shows status, metrics, and completion estimate.",
|
|
3018
|
-
"version": "1.0.0",
|
|
3019
|
-
"tags": [
|
|
3020
|
-
"predictive-intelligence"
|
|
3021
|
-
]
|
|
3022
|
-
},
|
|
3023
|
-
{
|
|
3024
|
-
"name": "snow_train_pi_solution",
|
|
3025
|
-
"domain": "predictive-intelligence",
|
|
3026
|
-
"description": "🎯 Train native ServiceNow Predictive Intelligence solution. Starts ML training INSIDE ServiceNow (requires PI license). Training typically takes 10-30 minutes.",
|
|
3027
|
-
"version": "1.0.0",
|
|
3028
|
-
"tags": [
|
|
3029
|
-
"predictive-intelligence"
|
|
3030
|
-
]
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"name": "snow_create_processor",
|
|
3034
|
-
"domain": "processors",
|
|
3035
|
-
"description": "Create script processor (ES5 only!)",
|
|
3036
|
-
"version": "1.0.0",
|
|
3037
|
-
"author": "Snow-Flow SDK Migration",
|
|
3038
|
-
"tags": [
|
|
3039
|
-
"processors"
|
|
3040
|
-
]
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "snow_approve_procurement",
|
|
3044
|
-
"domain": "procurement",
|
|
3045
|
-
"description": "Approve procurement request",
|
|
3046
|
-
"version": "1.0.0",
|
|
3047
|
-
"tags": [
|
|
3048
|
-
"procurement"
|
|
3049
|
-
]
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"name": "snow_create_purchase_order",
|
|
3053
|
-
"domain": "procurement",
|
|
3054
|
-
"description": "Create purchase order",
|
|
3055
|
-
"version": "1.0.0",
|
|
3056
|
-
"tags": [
|
|
3057
|
-
"procurement"
|
|
3058
|
-
]
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"name": "snow_create_project",
|
|
3062
|
-
"domain": "project",
|
|
3063
|
-
"description": "Create project",
|
|
3064
|
-
"version": "1.0.0",
|
|
3065
|
-
"tags": [
|
|
3066
|
-
"project"
|
|
3067
|
-
]
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "snow_create_project_task",
|
|
3071
|
-
"domain": "project",
|
|
3072
|
-
"description": "Create project task",
|
|
3073
|
-
"version": "1.0.0",
|
|
3074
|
-
"tags": [
|
|
3075
|
-
"project"
|
|
3076
|
-
]
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"name": "snow_create_queue",
|
|
3080
|
-
"domain": "queues",
|
|
3081
|
-
"description": "Create assignment queue",
|
|
3082
|
-
"version": "1.0.0",
|
|
3083
|
-
"author": "Snow-Flow SDK Migration",
|
|
3084
|
-
"tags": [
|
|
3085
|
-
"queues"
|
|
3086
|
-
]
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "snow_get_queue_items",
|
|
3090
|
-
"domain": "queues",
|
|
3091
|
-
"description": "Get items in queue",
|
|
3092
|
-
"version": "1.0.0",
|
|
3093
|
-
"author": "Snow-Flow SDK Migration",
|
|
3094
|
-
"tags": [
|
|
3095
|
-
"queues"
|
|
3096
|
-
]
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"name": "snow_analyze_data_quality",
|
|
3100
|
-
"domain": "reporting",
|
|
3101
|
-
"description": "Analyze data quality including completeness, consistency, and accuracy metrics",
|
|
3102
|
-
"version": "1.0.0",
|
|
3103
|
-
"tags": [
|
|
3104
|
-
"reporting"
|
|
3105
|
-
]
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"name": "snow_create_report",
|
|
3109
|
-
"domain": "reporting",
|
|
3110
|
-
"description": "Create ServiceNow report",
|
|
3111
|
-
"version": "1.0.0",
|
|
3112
|
-
"tags": [
|
|
3113
|
-
"reporting"
|
|
3114
|
-
]
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"name": "snow_define_kpi",
|
|
3118
|
-
"domain": "reporting",
|
|
3119
|
-
"description": "Define Key Performance Indicators for monitoring",
|
|
3120
|
-
"version": "1.0.0",
|
|
3121
|
-
"tags": [
|
|
3122
|
-
"reporting"
|
|
3123
|
-
]
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "snow_schedule_report_delivery",
|
|
3127
|
-
"domain": "reporting",
|
|
3128
|
-
"description": "Schedule automated report delivery via email",
|
|
3129
|
-
"version": "1.0.0",
|
|
3130
|
-
"tags": [
|
|
3131
|
-
"reporting"
|
|
3132
|
-
]
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"name": "snow_create_rest_method",
|
|
3136
|
-
"domain": "rest-api",
|
|
3137
|
-
"description": "Create REST method for REST message",
|
|
3138
|
-
"version": "1.0.0",
|
|
3139
|
-
"author": "Snow-Flow SDK Migration",
|
|
3140
|
-
"tags": [
|
|
3141
|
-
"rest-api"
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"name": "snow_test_rest_message",
|
|
3146
|
-
"domain": "rest-api",
|
|
3147
|
-
"description": "Test REST message method",
|
|
3148
|
-
"version": "1.0.0",
|
|
3149
|
-
"author": "Snow-Flow SDK Migration",
|
|
3150
|
-
"tags": [
|
|
3151
|
-
"rest-api"
|
|
3152
|
-
]
|
|
3153
|
-
},
|
|
3154
|
-
{
|
|
3155
|
-
"name": "snow_create_scheduled_job",
|
|
3156
|
-
"domain": "scheduled-jobs",
|
|
3157
|
-
"description": "Create scheduled job",
|
|
3158
|
-
"version": "1.0.0",
|
|
3159
|
-
"author": "Snow-Flow SDK Migration",
|
|
3160
|
-
"tags": [
|
|
3161
|
-
"scheduled-jobs"
|
|
3162
|
-
]
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"name": "snow_execute_scheduled_job",
|
|
3166
|
-
"domain": "scheduled-jobs",
|
|
3167
|
-
"description": "Execute scheduled job immediately",
|
|
3168
|
-
"version": "1.0.0",
|
|
3169
|
-
"author": "Snow-Flow SDK Migration",
|
|
3170
|
-
"tags": [
|
|
3171
|
-
"scheduled-jobs"
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"name": "snow_get_job_history",
|
|
3176
|
-
"domain": "scheduled-jobs",
|
|
3177
|
-
"description": "Get scheduled job execution history",
|
|
3178
|
-
"version": "1.0.0",
|
|
3179
|
-
"author": "Snow-Flow SDK Migration",
|
|
3180
|
-
"tags": [
|
|
3181
|
-
"scheduled-jobs"
|
|
3182
|
-
]
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"name": "snow_add_schedule_entry",
|
|
3186
|
-
"domain": "schedules",
|
|
3187
|
-
"description": "Add entry to schedule",
|
|
3188
|
-
"version": "1.0.0",
|
|
3189
|
-
"author": "Snow-Flow SDK Migration",
|
|
3190
|
-
"tags": [
|
|
3191
|
-
"schedules"
|
|
3192
|
-
]
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"name": "snow_create_schedule",
|
|
3196
|
-
"domain": "schedules",
|
|
3197
|
-
"description": "Create work schedule",
|
|
3198
|
-
"version": "1.0.0",
|
|
3199
|
-
"author": "Snow-Flow SDK Migration",
|
|
3200
|
-
"tags": [
|
|
3201
|
-
"schedules"
|
|
3202
|
-
]
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"name": "snow_create_sp_page",
|
|
3206
|
-
"domain": "service-portal",
|
|
3207
|
-
"description": "Create Service Portal page",
|
|
3208
|
-
"version": "1.0.0",
|
|
3209
|
-
"tags": [
|
|
3210
|
-
"service-portal"
|
|
3211
|
-
]
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"name": "snow_create_sp_widget",
|
|
3215
|
-
"domain": "service-portal",
|
|
3216
|
-
"description": "Create Service Portal widget",
|
|
3217
|
-
"version": "1.0.0",
|
|
3218
|
-
"tags": [
|
|
3219
|
-
"service-portal"
|
|
3220
|
-
]
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"name": "snow_create_sla",
|
|
3224
|
-
"domain": "sla",
|
|
3225
|
-
"description": "Create Service Level Agreement",
|
|
3226
|
-
"version": "1.0.0",
|
|
3227
|
-
"author": "Snow-Flow SDK Migration",
|
|
3228
|
-
"tags": [
|
|
3229
|
-
"sla"
|
|
3230
|
-
]
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"name": "snow_get_sla_status",
|
|
3234
|
-
"domain": "sla",
|
|
3235
|
-
"description": "Get SLA status for record",
|
|
3236
|
-
"version": "1.0.0",
|
|
3237
|
-
"author": "Snow-Flow SDK Migration",
|
|
3238
|
-
"tags": [
|
|
3239
|
-
"sla"
|
|
3240
|
-
]
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"name": "snow_apply_template",
|
|
3244
|
-
"domain": "templates",
|
|
3245
|
-
"description": "Apply template to create record",
|
|
3246
|
-
"version": "1.0.0",
|
|
3247
|
-
"author": "Snow-Flow SDK Migration",
|
|
3248
|
-
"tags": [
|
|
3249
|
-
"templates"
|
|
3250
|
-
]
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"name": "snow_create_template",
|
|
3254
|
-
"domain": "templates",
|
|
3255
|
-
"description": "Create record template",
|
|
3256
|
-
"version": "1.0.0",
|
|
3257
|
-
"author": "Snow-Flow SDK Migration",
|
|
3258
|
-
"tags": [
|
|
3259
|
-
"templates"
|
|
3260
|
-
]
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"name": "snow_transform_data",
|
|
3264
|
-
"domain": "transformers",
|
|
3265
|
-
"description": "Transform data using field mappings",
|
|
3266
|
-
"version": "1.0.0",
|
|
3267
|
-
"author": "Snow-Flow SDK Migration",
|
|
3268
|
-
"tags": [
|
|
3269
|
-
"transformers"
|
|
3270
|
-
]
|
|
3271
|
-
},
|
|
3272
|
-
{
|
|
3273
|
-
"name": "snow_add_uib_page_element",
|
|
3274
|
-
"domain": "ui-builder",
|
|
3275
|
-
"description": "Add component element to UI Builder page with full layout control",
|
|
3276
|
-
"version": "1.0.0",
|
|
3277
|
-
"author": "Snow-Flow SDK Migration",
|
|
3278
|
-
"tags": [
|
|
3279
|
-
"ui-builder"
|
|
3280
|
-
]
|
|
3281
|
-
},
|
|
3282
|
-
{
|
|
3283
|
-
"name": "snow_analyze_uib_page_performance",
|
|
3284
|
-
"domain": "ui-builder",
|
|
3285
|
-
"description": "Analyze UI Builder page performance and get optimization recommendations",
|
|
3286
|
-
"version": "1.0.0",
|
|
3287
|
-
"author": "Snow-Flow SDK Migration",
|
|
3288
|
-
"tags": [
|
|
3289
|
-
"ui-builder"
|
|
3290
|
-
]
|
|
3291
|
-
},
|
|
3292
|
-
{
|
|
3293
|
-
"name": "snow_clone_uib_component",
|
|
3294
|
-
"domain": "ui-builder",
|
|
3295
|
-
"description": "Clone existing UI Builder component to create customized variant",
|
|
3296
|
-
"version": "1.0.0",
|
|
3297
|
-
"author": "Snow-Flow SDK Migration",
|
|
3298
|
-
"tags": [
|
|
3299
|
-
"ui-builder"
|
|
3300
|
-
]
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"name": "snow_configure_uib_data_broker",
|
|
3304
|
-
"domain": "ui-builder",
|
|
3305
|
-
"description": "Update data broker configuration including queries, caching, and refresh settings",
|
|
3306
|
-
"version": "1.0.0",
|
|
3307
|
-
"author": "Snow-Flow SDK Migration",
|
|
3308
|
-
"tags": [
|
|
3309
|
-
"ui-builder"
|
|
3310
|
-
]
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"name": "snow_create_uib_client_script",
|
|
3314
|
-
"domain": "ui-builder",
|
|
3315
|
-
"description": "Create client-side JavaScript for UI Builder pages",
|
|
3316
|
-
"version": "1.0.0",
|
|
3317
|
-
"author": "Snow-Flow SDK Migration",
|
|
3318
|
-
"tags": [
|
|
3319
|
-
"ui-builder"
|
|
3320
|
-
]
|
|
3321
|
-
},
|
|
3322
|
-
{
|
|
3323
|
-
"name": "snow_create_uib_client_state",
|
|
3324
|
-
"domain": "ui-builder",
|
|
3325
|
-
"description": "Create client state management for UI Builder pages",
|
|
3326
|
-
"version": "1.0.0",
|
|
3327
|
-
"author": "Snow-Flow SDK Migration",
|
|
3328
|
-
"tags": [
|
|
3329
|
-
"ui-builder"
|
|
3330
|
-
]
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "snow_create_uib_component",
|
|
3334
|
-
"domain": "ui-builder",
|
|
3335
|
-
"description": "Create custom UI Builder component with source code",
|
|
3336
|
-
"version": "1.0.0",
|
|
3337
|
-
"author": "Snow-Flow SDK Migration",
|
|
3338
|
-
"tags": [
|
|
3339
|
-
"ui-builder"
|
|
3340
|
-
]
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"name": "snow_create_uib_data_broker",
|
|
3344
|
-
"domain": "ui-builder",
|
|
3345
|
-
"description": "Create data broker to connect UI Builder pages to ServiceNow data sources",
|
|
3346
|
-
"version": "1.0.0",
|
|
3347
|
-
"author": "Snow-Flow SDK Migration",
|
|
3348
|
-
"tags": [
|
|
3349
|
-
"ui-builder"
|
|
3350
|
-
]
|
|
3351
|
-
},
|
|
3352
|
-
{
|
|
3353
|
-
"name": "snow_create_uib_event",
|
|
3354
|
-
"domain": "ui-builder",
|
|
3355
|
-
"description": "Create custom events for UI Builder component communication",
|
|
3356
|
-
"version": "1.0.0",
|
|
3357
|
-
"author": "Snow-Flow SDK Migration",
|
|
3358
|
-
"tags": [
|
|
3359
|
-
"ui-builder"
|
|
3360
|
-
]
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"name": "snow_create_uib_page",
|
|
3364
|
-
"domain": "ui-builder",
|
|
3365
|
-
"description": "Create UI Builder page with automatic routing and configuration",
|
|
3366
|
-
"version": "1.0.0",
|
|
3367
|
-
"author": "Snow-Flow SDK Migration",
|
|
3368
|
-
"tags": [
|
|
3369
|
-
"ui-builder"
|
|
3370
|
-
]
|
|
3371
|
-
},
|
|
3372
|
-
{
|
|
3373
|
-
"name": "snow_create_uib_page_registry",
|
|
3374
|
-
"domain": "ui-builder",
|
|
3375
|
-
"description": "Configure URL routing and access control for UI Builder pages",
|
|
3376
|
-
"version": "1.0.0",
|
|
3377
|
-
"author": "Snow-Flow SDK Migration",
|
|
3378
|
-
"tags": [
|
|
3379
|
-
"ui-builder"
|
|
3380
|
-
]
|
|
3381
|
-
},
|
|
3382
|
-
{
|
|
3383
|
-
"name": "snow_create_workspace",
|
|
3384
|
-
"domain": "ui-builder",
|
|
3385
|
-
"description": "Create complete Agent Workspace with experience, config, routes, and lists",
|
|
3386
|
-
"version": "1.0.0",
|
|
3387
|
-
"author": "Snow-Flow SDK Migration",
|
|
3388
|
-
"tags": [
|
|
3389
|
-
"ui-builder"
|
|
3390
|
-
]
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"name": "snow_debug_widget_fetch",
|
|
3394
|
-
"domain": "ui-builder",
|
|
3395
|
-
"description": "Debug widget data fetching and server communication issues",
|
|
3396
|
-
"version": "1.0.0",
|
|
3397
|
-
"author": "Snow-Flow SDK Migration",
|
|
3398
|
-
"tags": [
|
|
3399
|
-
"ui-builder"
|
|
3400
|
-
]
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"name": "snow_delete_uib_page",
|
|
3404
|
-
"domain": "ui-builder",
|
|
3405
|
-
"description": "Delete UI Builder page with dependency validation",
|
|
3406
|
-
"version": "1.0.0",
|
|
3407
|
-
"author": "Snow-Flow SDK Migration",
|
|
3408
|
-
"tags": [
|
|
3409
|
-
"ui-builder"
|
|
3410
|
-
]
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"name": "snow_discover_uib_components",
|
|
3414
|
-
"domain": "ui-builder",
|
|
3415
|
-
"description": "Browse ServiceNow built-in and custom UI Builder components",
|
|
3416
|
-
"version": "1.0.0",
|
|
3417
|
-
"author": "Snow-Flow SDK Migration",
|
|
3418
|
-
"tags": [
|
|
3419
|
-
"ui-builder"
|
|
3420
|
-
]
|
|
3421
|
-
},
|
|
3422
|
-
{
|
|
3423
|
-
"name": "snow_discover_uib_page_usage",
|
|
3424
|
-
"domain": "ui-builder",
|
|
3425
|
-
"description": "Discover usage analytics and complexity scoring for UI Builder pages",
|
|
3426
|
-
"version": "1.0.0",
|
|
3427
|
-
"author": "Snow-Flow SDK Migration",
|
|
3428
|
-
"tags": [
|
|
3429
|
-
"ui-builder"
|
|
3430
|
-
]
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"name": "snow_discover_uib_pages",
|
|
3434
|
-
"domain": "ui-builder",
|
|
3435
|
-
"description": "Find all UI Builder pages with filtering options",
|
|
3436
|
-
"version": "1.0.0",
|
|
3437
|
-
"author": "Snow-Flow SDK Migration",
|
|
3438
|
-
"tags": [
|
|
3439
|
-
"ui-builder"
|
|
3440
|
-
]
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"name": "snow_discover_uib_routes",
|
|
3444
|
-
"domain": "ui-builder",
|
|
3445
|
-
"description": "Find all UI Builder page routes with security information",
|
|
3446
|
-
"version": "1.0.0",
|
|
3447
|
-
"author": "Snow-Flow SDK Migration",
|
|
3448
|
-
"tags": [
|
|
3449
|
-
"ui-builder"
|
|
3450
|
-
]
|
|
3451
|
-
},
|
|
3452
|
-
{
|
|
3453
|
-
"name": "snow_remove_uib_page_element",
|
|
3454
|
-
"domain": "ui-builder",
|
|
3455
|
-
"description": "Remove component from UI Builder page with dependency validation",
|
|
3456
|
-
"version": "1.0.0",
|
|
3457
|
-
"author": "Snow-Flow SDK Migration",
|
|
3458
|
-
"tags": [
|
|
3459
|
-
"ui-builder"
|
|
3460
|
-
]
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"name": "snow_create_ui_policy_action",
|
|
3464
|
-
"domain": "ui-policies",
|
|
3465
|
-
"description": "Create UI policy action",
|
|
3466
|
-
"version": "1.0.0",
|
|
3467
|
-
"author": "Snow-Flow SDK Migration",
|
|
3468
|
-
"tags": [
|
|
3469
|
-
"ui-policies"
|
|
3470
|
-
]
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"name": "snow_ensure_active_update_set",
|
|
3474
|
-
"domain": "update-sets",
|
|
3475
|
-
"description": "Ensure Update Set is active and optionally set as current for user",
|
|
3476
|
-
"version": "1.0.0",
|
|
3477
|
-
"author": "Snow-Flow SDK Migration",
|
|
3478
|
-
"tags": [
|
|
3479
|
-
"update-sets"
|
|
3480
|
-
]
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"name": "snow_update_set_add_artifact",
|
|
3484
|
-
"domain": "update-sets",
|
|
3485
|
-
"description": "Register an artifact in the active Update Set for tracking",
|
|
3486
|
-
"version": "1.0.0",
|
|
3487
|
-
"author": "Snow-Flow SDK Migration",
|
|
3488
|
-
"tags": [
|
|
3489
|
-
"update-sets"
|
|
3490
|
-
]
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"name": "snow_update_set_complete",
|
|
3494
|
-
"domain": "update-sets",
|
|
3495
|
-
"description": "Mark Update Set as complete and ready for deployment",
|
|
3496
|
-
"version": "1.0.0",
|
|
3497
|
-
"author": "Snow-Flow SDK Migration",
|
|
3498
|
-
"tags": [
|
|
3499
|
-
"update-sets"
|
|
3500
|
-
]
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"name": "snow_update_set_create",
|
|
3504
|
-
"domain": "update-sets",
|
|
3505
|
-
"description": "Create a new Update Set for tracking ServiceNow changes",
|
|
3506
|
-
"version": "1.0.0",
|
|
3507
|
-
"author": "Snow-Flow SDK Migration",
|
|
3508
|
-
"tags": [
|
|
3509
|
-
"update-sets"
|
|
3510
|
-
]
|
|
3511
|
-
},
|
|
3512
|
-
{
|
|
3513
|
-
"name": "snow_update_set_current",
|
|
3514
|
-
"domain": "update-sets",
|
|
3515
|
-
"description": "Get information about the currently active Update Set",
|
|
3516
|
-
"version": "1.0.0",
|
|
3517
|
-
"author": "Snow-Flow SDK Migration",
|
|
3518
|
-
"tags": [
|
|
3519
|
-
"update-sets"
|
|
3520
|
-
]
|
|
3521
|
-
},
|
|
3522
|
-
{
|
|
3523
|
-
"name": "snow_update_set_export",
|
|
3524
|
-
"domain": "update-sets",
|
|
3525
|
-
"description": "Export Update Set to XML for migration or backup",
|
|
3526
|
-
"version": "1.0.0",
|
|
3527
|
-
"author": "Snow-Flow SDK Migration",
|
|
3528
|
-
"tags": [
|
|
3529
|
-
"update-sets"
|
|
3530
|
-
]
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"name": "snow_update_set_list",
|
|
3534
|
-
"domain": "update-sets",
|
|
3535
|
-
"description": "List Update Sets filtered by state and recency",
|
|
3536
|
-
"version": "1.0.0",
|
|
3537
|
-
"author": "Snow-Flow SDK Migration",
|
|
3538
|
-
"tags": [
|
|
3539
|
-
"update-sets"
|
|
3540
|
-
]
|
|
3541
|
-
},
|
|
3542
|
-
{
|
|
3543
|
-
"name": "snow_update_set_preview",
|
|
3544
|
-
"domain": "update-sets",
|
|
3545
|
-
"description": "Preview all changes in an Update Set before deployment",
|
|
3546
|
-
"version": "1.0.0",
|
|
3547
|
-
"author": "Snow-Flow SDK Migration",
|
|
3548
|
-
"tags": [
|
|
3549
|
-
"update-sets"
|
|
3550
|
-
]
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"name": "snow_update_set_switch",
|
|
3554
|
-
"domain": "update-sets",
|
|
3555
|
-
"description": "Switch to a different Update Set for tracking changes",
|
|
3556
|
-
"version": "1.0.0",
|
|
3557
|
-
"author": "Snow-Flow SDK Migration",
|
|
3558
|
-
"tags": [
|
|
3559
|
-
"update-sets"
|
|
3560
|
-
]
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"name": "snow_add_user_to_group",
|
|
3564
|
-
"domain": "user-admin",
|
|
3565
|
-
"description": "Add user to group",
|
|
3566
|
-
"version": "1.0.0",
|
|
3567
|
-
"author": "Snow-Flow SDK Migration",
|
|
3568
|
-
"tags": [
|
|
3569
|
-
"user-admin"
|
|
3570
|
-
]
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"name": "snow_assign_role",
|
|
3574
|
-
"domain": "user-admin",
|
|
3575
|
-
"description": "Assign role to user or group",
|
|
3576
|
-
"version": "1.0.0",
|
|
3577
|
-
"author": "Snow-Flow SDK Migration",
|
|
3578
|
-
"tags": [
|
|
3579
|
-
"user-admin"
|
|
3580
|
-
]
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"name": "snow_create_group",
|
|
3584
|
-
"domain": "user-admin",
|
|
3585
|
-
"description": "Create user group",
|
|
3586
|
-
"version": "1.0.0",
|
|
3587
|
-
"author": "Snow-Flow SDK Migration",
|
|
3588
|
-
"tags": [
|
|
3589
|
-
"user-admin"
|
|
3590
|
-
]
|
|
3591
|
-
},
|
|
3592
|
-
{
|
|
3593
|
-
"name": "snow_create_role",
|
|
3594
|
-
"domain": "user-admin",
|
|
3595
|
-
"description": "Create security role",
|
|
3596
|
-
"version": "1.0.0",
|
|
3597
|
-
"author": "Snow-Flow SDK Migration",
|
|
3598
|
-
"tags": [
|
|
3599
|
-
"user-admin"
|
|
3600
|
-
]
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"name": "snow_create_user",
|
|
3604
|
-
"domain": "user-admin",
|
|
3605
|
-
"description": "Create new user account",
|
|
3606
|
-
"version": "1.0.0",
|
|
3607
|
-
"author": "Snow-Flow SDK Migration",
|
|
3608
|
-
"tags": [
|
|
3609
|
-
"user-admin"
|
|
3610
|
-
]
|
|
3611
|
-
},
|
|
3612
|
-
{
|
|
3613
|
-
"name": "snow_deactivate_user",
|
|
3614
|
-
"domain": "user-admin",
|
|
3615
|
-
"description": "Deactivate user account",
|
|
3616
|
-
"version": "1.0.0",
|
|
3617
|
-
"author": "Snow-Flow SDK Migration",
|
|
3618
|
-
"tags": [
|
|
3619
|
-
"user-admin"
|
|
3620
|
-
]
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
"name": "snow_generate_guid",
|
|
3624
|
-
"domain": "utilities",
|
|
3625
|
-
"description": "Generate GUID/UUID",
|
|
3626
|
-
"version": "1.0.0",
|
|
3627
|
-
"author": "Snow-Flow SDK Migration",
|
|
3628
|
-
"tags": [
|
|
3629
|
-
"utilities"
|
|
3630
|
-
]
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"name": "snow_merge_objects",
|
|
3634
|
-
"domain": "utilities",
|
|
3635
|
-
"description": "Deep merge multiple objects",
|
|
3636
|
-
"version": "1.0.0",
|
|
3637
|
-
"author": "Snow-Flow SDK Migration",
|
|
3638
|
-
"tags": [
|
|
3639
|
-
"utilities"
|
|
3640
|
-
]
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"name": "snow_random_string",
|
|
3644
|
-
"domain": "utilities",
|
|
3645
|
-
"description": "Generate random string",
|
|
3646
|
-
"version": "1.0.0",
|
|
3647
|
-
"author": "Snow-Flow SDK Migration",
|
|
3648
|
-
"tags": [
|
|
3649
|
-
"utilities"
|
|
3650
|
-
]
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"name": "snow_sanitize_input",
|
|
3654
|
-
"domain": "utilities",
|
|
3655
|
-
"description": "Sanitize input for security",
|
|
3656
|
-
"version": "1.0.0",
|
|
3657
|
-
"author": "Snow-Flow SDK Migration",
|
|
3658
|
-
"tags": [
|
|
3659
|
-
"utilities"
|
|
3660
|
-
]
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"name": "snow_sleep",
|
|
3664
|
-
"domain": "utilities",
|
|
3665
|
-
"description": "Sleep for specified milliseconds",
|
|
3666
|
-
"version": "1.0.0",
|
|
3667
|
-
"author": "Snow-Flow SDK Migration",
|
|
3668
|
-
"tags": [
|
|
3669
|
-
"utilities"
|
|
3670
|
-
]
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"name": "snow_timestamp",
|
|
3674
|
-
"domain": "utilities",
|
|
3675
|
-
"description": "Get current timestamp in various formats",
|
|
3676
|
-
"version": "1.0.0",
|
|
3677
|
-
"author": "Snow-Flow SDK Migration",
|
|
3678
|
-
"tags": [
|
|
3679
|
-
"utilities"
|
|
3680
|
-
]
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"name": "snow_preview_widget",
|
|
3684
|
-
"domain": "validators",
|
|
3685
|
-
"description": "Renders widget preview with test data for validation before deployment. Simulates Service Portal environment, checks dependencies, and validates data binding.",
|
|
3686
|
-
"version": "1.0.0",
|
|
3687
|
-
"author": "Snow-Flow SDK Migration",
|
|
3688
|
-
"tags": [
|
|
3689
|
-
"validators"
|
|
3690
|
-
]
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"name": "snow_validate_field",
|
|
3694
|
-
"domain": "validators",
|
|
3695
|
-
"description": "Validate field value",
|
|
3696
|
-
"version": "1.0.0",
|
|
3697
|
-
"author": "Snow-Flow SDK Migration",
|
|
3698
|
-
"tags": [
|
|
3699
|
-
"validators"
|
|
3700
|
-
]
|
|
3701
|
-
},
|
|
3702
|
-
{
|
|
3703
|
-
"name": "snow_validate_record",
|
|
3704
|
-
"domain": "validators",
|
|
3705
|
-
"description": "Validate record against business rules",
|
|
3706
|
-
"version": "1.0.0",
|
|
3707
|
-
"author": "Snow-Flow SDK Migration",
|
|
3708
|
-
"tags": [
|
|
3709
|
-
"validators"
|
|
3710
|
-
]
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
"name": "snow_validate_sysid",
|
|
3714
|
-
"domain": "validators",
|
|
3715
|
-
"description": "Validates sys_id existence and consistency across tables. Maintains artifact tracking for deployment integrity and rollback capabilities.",
|
|
3716
|
-
"version": "1.0.0",
|
|
3717
|
-
"author": "Snow-Flow SDK Migration",
|
|
3718
|
-
"tags": [
|
|
3719
|
-
"validators"
|
|
3720
|
-
]
|
|
3721
|
-
},
|
|
3722
|
-
{
|
|
3723
|
-
"name": "snow_widget_test",
|
|
3724
|
-
"domain": "validators",
|
|
3725
|
-
"description": "Executes comprehensive widget testing with multiple data scenarios. Validates client/server scripts, API calls, dependencies, and generates coverage reports.",
|
|
3726
|
-
"version": "1.0.0",
|
|
3727
|
-
"author": "Snow-Flow SDK Migration",
|
|
3728
|
-
"tags": [
|
|
3729
|
-
"validators"
|
|
3730
|
-
]
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"name": "snow_create_variable",
|
|
3734
|
-
"domain": "variables",
|
|
3735
|
-
"description": "Create catalog variable",
|
|
3736
|
-
"version": "1.0.0",
|
|
3737
|
-
"author": "Snow-Flow SDK Migration",
|
|
3738
|
-
"tags": [
|
|
3739
|
-
"variables"
|
|
3740
|
-
]
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
"name": "snow_create_variable_set",
|
|
3744
|
-
"domain": "variables",
|
|
3745
|
-
"description": "Create reusable variable set",
|
|
3746
|
-
"version": "1.0.0",
|
|
3747
|
-
"author": "Snow-Flow SDK Migration",
|
|
3748
|
-
"tags": [
|
|
3749
|
-
"variables"
|
|
3750
|
-
]
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"name": "snow_create_va_topic",
|
|
3754
|
-
"domain": "virtual-agent",
|
|
3755
|
-
"description": "Create Virtual Agent conversation topic",
|
|
3756
|
-
"version": "1.0.0",
|
|
3757
|
-
"tags": [
|
|
3758
|
-
"virtual-agent"
|
|
3759
|
-
]
|
|
3760
|
-
},
|
|
3761
|
-
{
|
|
3762
|
-
"name": "snow_create_va_topic_block",
|
|
3763
|
-
"domain": "virtual-agent",
|
|
3764
|
-
"description": "Creates a conversation block within a Virtual Agent topic. Blocks define conversation steps and responses.",
|
|
3765
|
-
"version": "1.0.0",
|
|
3766
|
-
"tags": [
|
|
3767
|
-
"virtual-agent"
|
|
3768
|
-
]
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"name": "snow_discover_va_topics",
|
|
3772
|
-
"domain": "virtual-agent",
|
|
3773
|
-
"description": "Discovers available Virtual Agent topics and their configurations.",
|
|
3774
|
-
"version": "1.0.0",
|
|
3775
|
-
"tags": [
|
|
3776
|
-
"virtual-agent"
|
|
3777
|
-
]
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"name": "snow_get_va_conversation",
|
|
3781
|
-
"domain": "virtual-agent",
|
|
3782
|
-
"description": "Retrieves Virtual Agent conversation history and context for a specific session.",
|
|
3783
|
-
"version": "1.0.0",
|
|
3784
|
-
"tags": [
|
|
3785
|
-
"virtual-agent"
|
|
3786
|
-
]
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"name": "snow_handoff_to_agent",
|
|
3790
|
-
"domain": "virtual-agent",
|
|
3791
|
-
"description": "Initiates handoff from Virtual Agent to a live agent when automated assistance is insufficient.",
|
|
3792
|
-
"version": "1.0.0",
|
|
3793
|
-
"tags": [
|
|
3794
|
-
"virtual-agent"
|
|
3795
|
-
]
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"name": "snow_send_va_message",
|
|
3799
|
-
"domain": "virtual-agent",
|
|
3800
|
-
"description": "Sends a message to Virtual Agent and gets the response. Simulates user interaction with the chatbot.",
|
|
3801
|
-
"version": "1.0.0",
|
|
3802
|
-
"tags": [
|
|
3803
|
-
"virtual-agent"
|
|
3804
|
-
]
|
|
3805
|
-
},
|
|
3806
|
-
{
|
|
3807
|
-
"name": "snow_train_va_nlu",
|
|
3808
|
-
"domain": "virtual-agent",
|
|
3809
|
-
"description": "Train Virtual Agent NLU model",
|
|
3810
|
-
"version": "1.0.0",
|
|
3811
|
-
"tags": [
|
|
3812
|
-
"virtual-agent"
|
|
3813
|
-
]
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"name": "snow_create_workflow",
|
|
3817
|
-
"domain": "workflow",
|
|
3818
|
-
"description": "Create workflow definition",
|
|
3819
|
-
"version": "1.0.0",
|
|
3820
|
-
"author": "Snow-Flow SDK Migration",
|
|
3821
|
-
"tags": [
|
|
3822
|
-
"workflow"
|
|
3823
|
-
]
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"name": "snow_execute_workflow",
|
|
3827
|
-
"domain": "workflow",
|
|
3828
|
-
"description": "Execute workflow on record",
|
|
3829
|
-
"version": "1.0.0",
|
|
3830
|
-
"author": "Snow-Flow SDK Migration",
|
|
3831
|
-
"tags": [
|
|
3832
|
-
"workflow"
|
|
3833
|
-
]
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"name": "snow_create_complete_workspace",
|
|
3837
|
-
"domain": "workspace",
|
|
3838
|
-
"description": "Create Complete UX Workspace - Executes all 6 steps automatically: Experience → App Config → Page Macroponent → Page Registry → Route → Landing Page Route. Creates a fully functional workspace.",
|
|
3839
|
-
"version": "1.0.0",
|
|
3840
|
-
"author": "Snow-Flow SDK Migration",
|
|
3841
|
-
"tags": [
|
|
3842
|
-
"workspace"
|
|
3843
|
-
]
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"name": "snow_create_configurable_agent_workspace",
|
|
3847
|
-
"domain": "workspace",
|
|
3848
|
-
"description": "Create Configurable Agent Workspace using UX App architecture (sys_ux_app_route, sys_ux_screen_type). Creates workspace with screen collections for multiple tables.",
|
|
3849
|
-
"version": "1.0.0",
|
|
3850
|
-
"author": "Snow-Flow SDK Migration",
|
|
3851
|
-
"tags": [
|
|
3852
|
-
"workspace"
|
|
3853
|
-
]
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"name": "snow_create_ux_app_config",
|
|
3857
|
-
"domain": "workspace",
|
|
3858
|
-
"description": "STEP 2: Create UX App Configuration Record (sys_ux_app_config) - Contains workspace settings and links to the experience from Step 1.",
|
|
3859
|
-
"version": "1.0.0",
|
|
3860
|
-
"author": "Snow-Flow SDK Migration",
|
|
3861
|
-
"tags": [
|
|
3862
|
-
"workspace"
|
|
3863
|
-
]
|
|
3864
|
-
},
|
|
3865
|
-
{
|
|
3866
|
-
"name": "snow_create_ux_app_route",
|
|
3867
|
-
"domain": "workspace",
|
|
3868
|
-
"description": "STEP 5: Create Route Record (sys_ux_app_route) - Defines the URL slug that leads to the page.",
|
|
3869
|
-
"version": "1.0.0",
|
|
3870
|
-
"author": "Snow-Flow SDK Migration",
|
|
3871
|
-
"tags": [
|
|
3872
|
-
"workspace"
|
|
3873
|
-
]
|
|
3874
|
-
},
|
|
3875
|
-
{
|
|
3876
|
-
"name": "snow_create_ux_experience",
|
|
3877
|
-
"domain": "workspace",
|
|
3878
|
-
"description": "STEP 1: Create UX Experience Record (sys_ux_experience) - The top-level container for the workspace. ⚠️ REQUIRES: Now Experience Framework (UXF) enabled. ALTERNATIVE: Use traditional form/list configurations if UXF unavailable.",
|
|
3879
|
-
"version": "1.0.0",
|
|
3880
|
-
"author": "Snow-Flow SDK Migration",
|
|
3881
|
-
"tags": [
|
|
3882
|
-
"workspace"
|
|
3883
|
-
]
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"name": "snow_create_ux_page_macroponent",
|
|
3887
|
-
"domain": "workspace",
|
|
3888
|
-
"description": "STEP 3: Create Page Macroponent Record (sys_ux_macroponent) - Defines the actual page content that will be displayed.",
|
|
3889
|
-
"version": "1.0.0",
|
|
3890
|
-
"author": "Snow-Flow SDK Migration",
|
|
3891
|
-
"tags": [
|
|
3892
|
-
"workspace"
|
|
3893
|
-
]
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"name": "snow_create_ux_page_registry",
|
|
3897
|
-
"domain": "workspace",
|
|
3898
|
-
"description": "STEP 4: Create Page Registry Record (sys_ux_page_registry) - Registers the page for use within the workspace configuration.",
|
|
3899
|
-
"version": "1.0.0",
|
|
3900
|
-
"author": "Snow-Flow SDK Migration",
|
|
3901
|
-
"tags": [
|
|
3902
|
-
"workspace"
|
|
3903
|
-
]
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"name": "snow_discover_all_workspaces",
|
|
3907
|
-
"domain": "workspace",
|
|
3908
|
-
"description": "Discover all workspaces (UX Experiences, Agent Workspaces, UI Builder pages) with comprehensive details and usage analytics.",
|
|
3909
|
-
"version": "1.0.0",
|
|
3910
|
-
"author": "Snow-Flow SDK Migration",
|
|
3911
|
-
"tags": [
|
|
3912
|
-
"workspace"
|
|
3913
|
-
]
|
|
3914
|
-
},
|
|
3915
|
-
{
|
|
3916
|
-
"name": "snow_update_ux_app_config_landing_page",
|
|
3917
|
-
"domain": "workspace",
|
|
3918
|
-
"description": "STEP 6: Update App Configuration with Landing Page Route - Sets the default landing page for the workspace.",
|
|
3919
|
-
"version": "1.0.0",
|
|
3920
|
-
"author": "Snow-Flow SDK Migration",
|
|
3921
|
-
"tags": [
|
|
3922
|
-
"workspace"
|
|
3923
|
-
]
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"name": "snow_validate_workspace_configuration",
|
|
3927
|
-
"domain": "workspace",
|
|
3928
|
-
"description": "Validate workspace configuration for completeness, best practices, and potential issues across all workspace types.",
|
|
3929
|
-
"version": "1.0.0",
|
|
3930
|
-
"author": "Snow-Flow SDK Migration",
|
|
3931
|
-
"tags": [
|
|
3932
|
-
"workspace"
|
|
3933
|
-
]
|
|
3934
|
-
}
|
|
3935
|
-
]
|