archal 0.9.20 → 0.10.0

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.
Files changed (90) hide show
  1. package/README.md +59 -159
  2. package/agents/openclaw/Dockerfile +2 -1
  3. package/agents/openclaw/README.md +10 -17
  4. package/agents/openclaw/drive.mjs +21 -31
  5. package/agents/openclaw/extract-openclaw-response-text.mjs +49 -0
  6. package/agents/openclaw/scenarios/acceptance/github-escalation-and-cleanup.md +43 -0
  7. package/agents/openclaw/scenarios/acceptance/jira-linear-release-triage.md +39 -0
  8. package/agents/openclaw/scenarios/acceptance/multi-clone-customer-risk-review.md +45 -0
  9. package/agents/openclaw/scenarios/acceptance/slack-incident-handoff.md +42 -0
  10. package/agents/openclaw/scenarios/acceptance/stripe-dunning-remediation.md +40 -0
  11. package/agents/openclaw/scenarios/close-stale-issues.md +35 -0
  12. package/agents/openclaw/workspace/TOOLS.md +19 -0
  13. package/clone-assets/calcom/tools.json +1705 -153
  14. package/clone-assets/clickup/tools.json +2528 -541
  15. package/clone-assets/customerio/tools.json +2108 -144
  16. package/clone-assets/github/tools.json +1 -2
  17. package/clone-assets/gitlab/tools.json +10087 -398
  18. package/clone-assets/hubspot/tools.json +198 -0
  19. package/clone-assets/linear/tools.json +41 -1
  20. package/clone-assets/sentry/tools.json +2264 -188
  21. package/clone-assets/stripe/tools.json +114 -0
  22. package/clone-assets/webflow/tools.json +1895 -125
  23. package/dist/{autoloop-worker-types-BEb_E44z.d.cts → autoloop-worker-types-CHaclqtD.d.cts} +23 -59
  24. package/dist/cli.cjs +107175 -126959
  25. package/dist/commands/{autoloop-hosted-worker.cjs → autoloop-hosted-control-plane-client.cjs} +25657 -42736
  26. package/dist/commands/{autoloop-hosted-worker.d.cts → autoloop-hosted-control-plane-client.d.cts} +32 -42
  27. package/dist/commands/autoloop-pr-verification.cjs +607 -522
  28. package/dist/commands/autoloop-pr-verification.d.cts +3 -1
  29. package/dist/commands/autoloop-result-parser.cjs +2474 -2373
  30. package/dist/commands/autoloop-result-parser.d.cts +159 -2
  31. package/dist/commands/autoloop-worker.cjs +14565 -12240
  32. package/dist/commands/autoloop-worker.d.cts +10 -5
  33. package/dist/eval-shim.mjs +216 -0
  34. package/dist/index.cjs +15 -2
  35. package/dist/index.d.cts +3 -1
  36. package/dist/layer-1-ziaLpfLr.d.cts +62 -0
  37. package/dist/metafile-cjs.json +1 -0
  38. package/dist/reporter-entry.js +3 -0
  39. package/dist/{replay.cjs → sdk/index.cjs} +42979 -40973
  40. package/dist/sdk/index.d.cts +626 -0
  41. package/dist/vitest/{chunk-6CBYFCFK.js → chunk-2PDHTPZC.js} +289 -89
  42. package/dist/vitest/{chunk-ARVS45PP.js → chunk-7L4BBB6M.js} +123 -274
  43. package/dist/vitest/index.cjs +500 -816
  44. package/dist/vitest/index.d.ts +16 -81
  45. package/dist/vitest/index.js +40 -409
  46. package/dist/vitest/runtime/hosted-session-reaper.cjs +143 -293
  47. package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
  48. package/dist/vitest/runtime/setup-files.js +2 -2
  49. package/manifest.json +9 -0
  50. package/package.json +14 -13
  51. package/skills/archal-agent/SKILL.md +0 -1
  52. package/skills/autoloop/SKILL.md +288 -273
  53. package/skills/autoloop/references/hosted-sources.md +49 -17
  54. package/skills/autoloop/references/trace-schema-mapping.md +83 -52
  55. package/skills/eval/SKILL.md +16 -48
  56. package/skills/free-account/SKILL.md +103 -0
  57. package/skills/install-agent/SKILL.md +16 -35
  58. package/skills/onboard/SKILL.md +13 -70
  59. package/skills/scenario/SKILL.md +30 -27
  60. package/skills/seed/SKILL.md +7 -6
  61. package/skills/vitest/SKILL.md +3 -2
  62. package/agents/github-octokit/.archal.json +0 -8
  63. package/agents/github-octokit/Dockerfile +0 -8
  64. package/agents/github-octokit/README.md +0 -113
  65. package/agents/github-octokit/agent.mjs +0 -54
  66. package/agents/github-octokit/package.json +0 -9
  67. package/agents/github-octokit/scenarios/test-repo-access.md +0 -27
  68. package/agents/google-workspace-local-tools/Dockerfile +0 -6
  69. package/agents/google-workspace-local-tools/README.md +0 -58
  70. package/agents/google-workspace-local-tools/agent.mjs +0 -196
  71. package/agents/google-workspace-local-tools/archal-harness.json +0 -7
  72. package/agents/google-workspace-local-tools/run-input.yaml +0 -16
  73. package/agents/google-workspace-local-tools/scenario.md +0 -29
  74. package/agents/hermes/.archal.json +0 -8
  75. package/agents/hermes/Dockerfile +0 -46
  76. package/agents/hermes/README.md +0 -87
  77. package/agents/hermes/SOUL.md +0 -27
  78. package/agents/hermes/config.yaml +0 -34
  79. package/agents/hermes/drive.mjs +0 -113
  80. package/agents/hermes/scenarios/stripe-customers-read-only.md +0 -32
  81. package/agents/pagination-test/README.md +0 -24
  82. package/agents/pagination-test/scenario.md +0 -24
  83. package/agents/replay-capsule-harness/README.md +0 -29
  84. package/agents/replay-capsule-harness/observability-install-offline-e2e.mts +0 -1517
  85. package/agents/replay-capsule-harness/replay-capsule-e2e.mjs +0 -104
  86. package/dist/harness.cjs +0 -63
  87. package/dist/harness.d.cts +0 -20
  88. package/dist/replay.d.cts +0 -4625
  89. package/dist/scenarios.cjs +0 -80343
  90. package/dist/scenarios.d.cts +0 -562
@@ -2,8 +2,1098 @@
2
2
  "clone": "webflow",
3
3
  "tools": [
4
4
  {
5
- "name": "webflow_list_sites",
6
- "description": "List sites the token can access. Backed by GET /v2/sites.",
5
+ "name": "webflow_delete_v2_collections_collection_id",
6
+ "description": "Delete a Webflow collection.",
7
+ "inputSchema": {
8
+ "type": "object",
9
+ "properties": {
10
+ "collectionId": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "required": [
15
+ "collectionId"
16
+ ],
17
+ "additionalProperties": false
18
+ },
19
+ "hidden": false
20
+ },
21
+ {
22
+ "name": "webflow_delete_v2_collections_collection_id_fields_field_id",
23
+ "description": "Delete a Webflow collection field.",
24
+ "inputSchema": {
25
+ "type": "object",
26
+ "properties": {
27
+ "collectionId": {
28
+ "type": "string"
29
+ },
30
+ "fieldId": {
31
+ "type": "string"
32
+ }
33
+ },
34
+ "required": [
35
+ "collectionId",
36
+ "fieldId"
37
+ ],
38
+ "additionalProperties": false
39
+ },
40
+ "hidden": false,
41
+ "annotations": {
42
+ "readOnlyHint": true
43
+ }
44
+ },
45
+ {
46
+ "name": "webflow_patch_v2_collections_collection_id_fields_field_id",
47
+ "description": "Update a Webflow collection field.",
48
+ "inputSchema": {
49
+ "type": "object",
50
+ "properties": {
51
+ "collectionId": {
52
+ "type": "string"
53
+ },
54
+ "fieldId": {
55
+ "type": "string"
56
+ }
57
+ },
58
+ "required": [
59
+ "collectionId",
60
+ "fieldId"
61
+ ],
62
+ "additionalProperties": false
63
+ },
64
+ "hidden": false,
65
+ "annotations": {
66
+ "readOnlyHint": true
67
+ }
68
+ },
69
+ {
70
+ "name": "webflow_post_v2_sites_site_id_collections",
71
+ "description": "Create a Webflow collection for a site.",
72
+ "inputSchema": {
73
+ "type": "object",
74
+ "properties": {
75
+ "siteId": {
76
+ "type": "string"
77
+ },
78
+ "displayName": {
79
+ "type": "string"
80
+ },
81
+ "singularName": {
82
+ "type": "string"
83
+ },
84
+ "slug": {
85
+ "type": "string"
86
+ }
87
+ },
88
+ "required": [
89
+ "siteId"
90
+ ],
91
+ "additionalProperties": false
92
+ },
93
+ "hidden": false
94
+ },
95
+ {
96
+ "name": "webflow_post_v2_collections_collection_id_fields",
97
+ "description": "Create a Webflow collection field.",
98
+ "inputSchema": {
99
+ "type": "object",
100
+ "properties": {
101
+ "collectionId": {
102
+ "type": "string"
103
+ }
104
+ },
105
+ "required": [
106
+ "collectionId"
107
+ ],
108
+ "additionalProperties": false
109
+ },
110
+ "hidden": false,
111
+ "annotations": {
112
+ "readOnlyHint": true
113
+ }
114
+ },
115
+ {
116
+ "name": "list_components",
117
+ "description": "List Webflow components for a site.",
118
+ "inputSchema": {
119
+ "type": "object",
120
+ "properties": {
121
+ "siteId": {
122
+ "type": "string"
123
+ }
124
+ },
125
+ "required": [
126
+ "siteId"
127
+ ],
128
+ "additionalProperties": false
129
+ },
130
+ "hidden": false,
131
+ "annotations": {
132
+ "readOnlyHint": true
133
+ }
134
+ },
135
+ {
136
+ "name": "get_component_content",
137
+ "description": "Get Webflow component DOM content.",
138
+ "inputSchema": {
139
+ "type": "object",
140
+ "properties": {
141
+ "siteId": {
142
+ "type": "string"
143
+ },
144
+ "componentId": {
145
+ "type": "string"
146
+ }
147
+ },
148
+ "required": [
149
+ "siteId",
150
+ "componentId"
151
+ ],
152
+ "additionalProperties": false
153
+ },
154
+ "hidden": false,
155
+ "annotations": {
156
+ "readOnlyHint": true
157
+ }
158
+ },
159
+ {
160
+ "name": "update_component_content",
161
+ "description": "Update Webflow component DOM content.",
162
+ "inputSchema": {
163
+ "type": "object",
164
+ "properties": {
165
+ "siteId": {
166
+ "type": "string"
167
+ },
168
+ "componentId": {
169
+ "type": "string"
170
+ }
171
+ },
172
+ "required": [
173
+ "siteId",
174
+ "componentId"
175
+ ],
176
+ "additionalProperties": false
177
+ },
178
+ "hidden": false,
179
+ "annotations": {
180
+ "readOnlyHint": true
181
+ }
182
+ },
183
+ {
184
+ "name": "get_component_properties",
185
+ "description": "Get Webflow component properties.",
186
+ "inputSchema": {
187
+ "type": "object",
188
+ "properties": {
189
+ "siteId": {
190
+ "type": "string"
191
+ },
192
+ "componentId": {
193
+ "type": "string"
194
+ }
195
+ },
196
+ "required": [
197
+ "siteId",
198
+ "componentId"
199
+ ],
200
+ "additionalProperties": false
201
+ },
202
+ "hidden": false,
203
+ "annotations": {
204
+ "readOnlyHint": true
205
+ }
206
+ },
207
+ {
208
+ "name": "update_component_properties",
209
+ "description": "Update Webflow component properties.",
210
+ "inputSchema": {
211
+ "type": "object",
212
+ "properties": {
213
+ "siteId": {
214
+ "type": "string"
215
+ },
216
+ "componentId": {
217
+ "type": "string"
218
+ }
219
+ },
220
+ "required": [
221
+ "siteId",
222
+ "componentId"
223
+ ],
224
+ "additionalProperties": false
225
+ },
226
+ "hidden": false,
227
+ "annotations": {
228
+ "readOnlyHint": true
229
+ }
230
+ },
231
+ {
232
+ "name": "get_page_metadata",
233
+ "description": "Get Webflow page metadata.",
234
+ "inputSchema": {
235
+ "type": "object",
236
+ "properties": {
237
+ "pageId": {
238
+ "type": "string"
239
+ }
240
+ },
241
+ "required": [
242
+ "pageId"
243
+ ],
244
+ "additionalProperties": false
245
+ },
246
+ "hidden": false,
247
+ "annotations": {
248
+ "readOnlyHint": true
249
+ }
250
+ },
251
+ {
252
+ "name": "get_static_content",
253
+ "description": "Get Webflow static page DOM content.",
254
+ "inputSchema": {
255
+ "type": "object",
256
+ "properties": {
257
+ "pageId": {
258
+ "type": "string"
259
+ }
260
+ },
261
+ "required": [
262
+ "pageId"
263
+ ],
264
+ "additionalProperties": false
265
+ },
266
+ "hidden": false,
267
+ "annotations": {
268
+ "readOnlyHint": true
269
+ }
270
+ },
271
+ {
272
+ "name": "add_custom_code_tosite",
273
+ "description": "Add custom code to a Webflow site.",
274
+ "inputSchema": {
275
+ "type": "object",
276
+ "properties": {
277
+ "siteId": {
278
+ "type": "string"
279
+ }
280
+ },
281
+ "required": [
282
+ "siteId"
283
+ ],
284
+ "additionalProperties": false
285
+ },
286
+ "hidden": false,
287
+ "annotations": {
288
+ "readOnlyHint": true
289
+ }
290
+ },
291
+ {
292
+ "name": "create_asset_folder",
293
+ "description": "Create a Webflow asset folder.",
294
+ "inputSchema": {
295
+ "type": "object",
296
+ "properties": {
297
+ "siteId": {
298
+ "type": "string"
299
+ }
300
+ },
301
+ "required": [
302
+ "siteId"
303
+ ],
304
+ "additionalProperties": false
305
+ },
306
+ "hidden": false,
307
+ "annotations": {
308
+ "readOnlyHint": true
309
+ }
310
+ },
311
+ {
312
+ "name": "create_asset",
313
+ "description": "Create a Webflow asset.",
314
+ "inputSchema": {
315
+ "type": "object",
316
+ "properties": {
317
+ "siteId": {
318
+ "type": "string"
319
+ }
320
+ },
321
+ "required": [
322
+ "siteId"
323
+ ],
324
+ "additionalProperties": false
325
+ },
326
+ "hidden": false,
327
+ "annotations": {
328
+ "readOnlyHint": true
329
+ }
330
+ },
331
+ {
332
+ "name": "create_collection",
333
+ "description": "Create a Webflow collection.",
334
+ "inputSchema": {
335
+ "type": "object",
336
+ "properties": {
337
+ "siteId": {
338
+ "type": "string"
339
+ }
340
+ },
341
+ "required": [
342
+ "siteId"
343
+ ],
344
+ "additionalProperties": false
345
+ },
346
+ "hidden": false,
347
+ "annotations": {
348
+ "readOnlyHint": true
349
+ }
350
+ },
351
+ {
352
+ "name": "ecommerce_settings",
353
+ "description": "Get Webflow ecommerce settings for a site.",
354
+ "inputSchema": {
355
+ "type": "object",
356
+ "properties": {
357
+ "siteId": {
358
+ "type": "string"
359
+ }
360
+ },
361
+ "required": [
362
+ "siteId"
363
+ ],
364
+ "additionalProperties": false
365
+ },
366
+ "hidden": false,
367
+ "annotations": {
368
+ "readOnlyHint": true
369
+ }
370
+ },
371
+ {
372
+ "name": "introspect_token_v2",
373
+ "description": "Introspect the bearer token. Backed by GET /v2/token/introspect (genuinely 500s on real for site tokens - stable upstream bug).",
374
+ "inputSchema": {
375
+ "type": "object",
376
+ "properties": {},
377
+ "additionalProperties": false
378
+ },
379
+ "hidden": false,
380
+ "annotations": {
381
+ "readOnlyHint": true
382
+ }
383
+ },
384
+ {
385
+ "name": "create_webhook",
386
+ "description": "Create a Webflow webhook on a site. Backed by POST /v2/sites/{site_id}/webhooks.",
387
+ "inputSchema": {
388
+ "type": "object",
389
+ "properties": {
390
+ "siteId": {
391
+ "type": "string"
392
+ },
393
+ "triggerType": {
394
+ "type": "string"
395
+ },
396
+ "url": {
397
+ "type": "string"
398
+ }
399
+ },
400
+ "required": [
401
+ "siteId"
402
+ ],
403
+ "additionalProperties": false
404
+ },
405
+ "hidden": false
406
+ },
407
+ {
408
+ "name": "get_webhook",
409
+ "description": "Read a Webflow webhook. Backed by GET /v2/webhooks/{webhook_id}.",
410
+ "inputSchema": {
411
+ "type": "object",
412
+ "properties": {
413
+ "webhookId": {
414
+ "type": "string"
415
+ }
416
+ },
417
+ "required": [
418
+ "webhookId"
419
+ ],
420
+ "additionalProperties": false
421
+ },
422
+ "hidden": false,
423
+ "annotations": {
424
+ "readOnlyHint": true
425
+ }
426
+ },
427
+ {
428
+ "name": "delete_webhook",
429
+ "description": "Delete a Webflow webhook. Backed by DELETE /v2/webhooks/{webhook_id}.",
430
+ "inputSchema": {
431
+ "type": "object",
432
+ "properties": {
433
+ "webhookId": {
434
+ "type": "string"
435
+ }
436
+ },
437
+ "required": [
438
+ "webhookId"
439
+ ],
440
+ "additionalProperties": false
441
+ },
442
+ "hidden": false
443
+ },
444
+ {
445
+ "name": "list_webhooks",
446
+ "description": "List Webflow webhooks for a site.",
447
+ "inputSchema": {
448
+ "type": "object",
449
+ "properties": {
450
+ "siteId": {
451
+ "type": "string"
452
+ }
453
+ },
454
+ "required": [
455
+ "siteId"
456
+ ],
457
+ "additionalProperties": false
458
+ },
459
+ "hidden": false,
460
+ "annotations": {
461
+ "readOnlyHint": true
462
+ }
463
+ },
464
+ {
465
+ "name": "create_skus",
466
+ "description": "Create Webflow product SKUs.",
467
+ "inputSchema": {
468
+ "type": "object",
469
+ "properties": {
470
+ "siteId": {
471
+ "type": "string"
472
+ },
473
+ "productId": {
474
+ "type": "string"
475
+ }
476
+ },
477
+ "required": [
478
+ "siteId",
479
+ "productId"
480
+ ],
481
+ "additionalProperties": false
482
+ },
483
+ "hidden": false,
484
+ "annotations": {
485
+ "readOnlyHint": true
486
+ }
487
+ },
488
+ {
489
+ "name": "create_item",
490
+ "description": "Create a Webflow collection item.",
491
+ "inputSchema": {
492
+ "type": "object",
493
+ "properties": {
494
+ "collectionId": {
495
+ "type": "string"
496
+ }
497
+ },
498
+ "required": [
499
+ "collectionId"
500
+ ],
501
+ "additionalProperties": false
502
+ },
503
+ "hidden": false,
504
+ "annotations": {
505
+ "readOnlyHint": true
506
+ }
507
+ },
508
+ {
509
+ "name": "create_item_live",
510
+ "description": "Create a live Webflow collection item.",
511
+ "inputSchema": {
512
+ "type": "object",
513
+ "properties": {
514
+ "collectionId": {
515
+ "type": "string"
516
+ }
517
+ },
518
+ "required": [
519
+ "collectionId"
520
+ ],
521
+ "additionalProperties": false
522
+ },
523
+ "hidden": false,
524
+ "annotations": {
525
+ "readOnlyHint": true
526
+ }
527
+ },
528
+ {
529
+ "name": "delete_item",
530
+ "description": "Delete a Webflow collection item.",
531
+ "inputSchema": {
532
+ "type": "object",
533
+ "properties": {
534
+ "collectionId": {
535
+ "type": "string"
536
+ },
537
+ "itemId": {
538
+ "type": "string"
539
+ }
540
+ },
541
+ "required": [
542
+ "collectionId",
543
+ "itemId"
544
+ ],
545
+ "additionalProperties": false
546
+ },
547
+ "hidden": false,
548
+ "annotations": {
549
+ "readOnlyHint": true
550
+ }
551
+ },
552
+ {
553
+ "name": "delete_item_live",
554
+ "description": "Delete a live Webflow collection item.",
555
+ "inputSchema": {
556
+ "type": "object",
557
+ "properties": {
558
+ "collectionId": {
559
+ "type": "string"
560
+ },
561
+ "itemId": {
562
+ "type": "string"
563
+ }
564
+ },
565
+ "required": [
566
+ "collectionId",
567
+ "itemId"
568
+ ],
569
+ "additionalProperties": false
570
+ },
571
+ "hidden": false,
572
+ "annotations": {
573
+ "readOnlyHint": true
574
+ }
575
+ },
576
+ {
577
+ "name": "create_items",
578
+ "description": "Create Webflow collection items in bulk.",
579
+ "inputSchema": {
580
+ "type": "object",
581
+ "properties": {
582
+ "collectionId": {
583
+ "type": "string"
584
+ }
585
+ },
586
+ "required": [
587
+ "collectionId"
588
+ ],
589
+ "additionalProperties": false
590
+ },
591
+ "hidden": false,
592
+ "annotations": {
593
+ "readOnlyHint": true
594
+ }
595
+ },
596
+ {
597
+ "name": "delete_items",
598
+ "description": "Delete Webflow collection items.",
599
+ "inputSchema": {
600
+ "type": "object",
601
+ "properties": {
602
+ "collectionId": {
603
+ "type": "string"
604
+ }
605
+ },
606
+ "required": [
607
+ "collectionId"
608
+ ],
609
+ "additionalProperties": false
610
+ },
611
+ "hidden": false,
612
+ "annotations": {
613
+ "readOnlyHint": true
614
+ }
615
+ },
616
+ {
617
+ "name": "delete_items_live",
618
+ "description": "Delete live Webflow collection items.",
619
+ "inputSchema": {
620
+ "type": "object",
621
+ "properties": {
622
+ "collectionId": {
623
+ "type": "string"
624
+ }
625
+ },
626
+ "required": [
627
+ "collectionId"
628
+ ],
629
+ "additionalProperties": false
630
+ },
631
+ "hidden": false,
632
+ "annotations": {
633
+ "readOnlyHint": true
634
+ }
635
+ },
636
+ {
637
+ "name": "update_items",
638
+ "description": "Update Webflow collection items in bulk.",
639
+ "inputSchema": {
640
+ "type": "object",
641
+ "properties": {
642
+ "collectionId": {
643
+ "type": "string"
644
+ }
645
+ },
646
+ "required": [
647
+ "collectionId"
648
+ ],
649
+ "additionalProperties": false
650
+ },
651
+ "hidden": false,
652
+ "annotations": {
653
+ "readOnlyHint": true
654
+ }
655
+ },
656
+ {
657
+ "name": "update_items_live",
658
+ "description": "Update live Webflow collection items in bulk.",
659
+ "inputSchema": {
660
+ "type": "object",
661
+ "properties": {
662
+ "collectionId": {
663
+ "type": "string"
664
+ }
665
+ },
666
+ "required": [
667
+ "collectionId"
668
+ ],
669
+ "additionalProperties": false
670
+ },
671
+ "hidden": false,
672
+ "annotations": {
673
+ "readOnlyHint": true
674
+ }
675
+ },
676
+ {
677
+ "name": "update_item",
678
+ "description": "Update a Webflow collection item.",
679
+ "inputSchema": {
680
+ "type": "object",
681
+ "properties": {
682
+ "collectionId": {
683
+ "type": "string"
684
+ },
685
+ "itemId": {
686
+ "type": "string"
687
+ }
688
+ },
689
+ "required": [
690
+ "collectionId",
691
+ "itemId"
692
+ ],
693
+ "additionalProperties": false
694
+ },
695
+ "hidden": false,
696
+ "annotations": {
697
+ "readOnlyHint": true
698
+ }
699
+ },
700
+ {
701
+ "name": "update_item_live",
702
+ "description": "Update a live Webflow collection item.",
703
+ "inputSchema": {
704
+ "type": "object",
705
+ "properties": {
706
+ "collectionId": {
707
+ "type": "string"
708
+ },
709
+ "itemId": {
710
+ "type": "string"
711
+ }
712
+ },
713
+ "required": [
714
+ "collectionId",
715
+ "itemId"
716
+ ],
717
+ "additionalProperties": false
718
+ },
719
+ "hidden": false,
720
+ "annotations": {
721
+ "readOnlyHint": true
722
+ }
723
+ },
724
+ {
725
+ "name": "list_inventory",
726
+ "description": "Get Webflow item inventory.",
727
+ "inputSchema": {
728
+ "type": "object",
729
+ "properties": {
730
+ "sku_collection_id": {
731
+ "type": "string"
732
+ },
733
+ "sku_id": {
734
+ "type": "string"
735
+ }
736
+ },
737
+ "required": [
738
+ "sku_collection_id",
739
+ "sku_id"
740
+ ],
741
+ "additionalProperties": false
742
+ },
743
+ "hidden": false,
744
+ "annotations": {
745
+ "readOnlyHint": true
746
+ }
747
+ },
748
+ {
749
+ "name": "update_inventory",
750
+ "description": "Update Webflow item inventory.",
751
+ "inputSchema": {
752
+ "type": "object",
753
+ "properties": {
754
+ "sku_collection_id": {
755
+ "type": "string"
756
+ },
757
+ "sku_id": {
758
+ "type": "string"
759
+ },
760
+ "inventoryType": {
761
+ "type": "string"
762
+ },
763
+ "quantity": {
764
+ "type": "number"
765
+ },
766
+ "updateQuantity": {
767
+ "type": "number"
768
+ }
769
+ },
770
+ "required": [
771
+ "sku_collection_id",
772
+ "sku_id"
773
+ ],
774
+ "additionalProperties": false
775
+ },
776
+ "hidden": false,
777
+ "annotations": {
778
+ "readOnlyHint": true
779
+ }
780
+ },
781
+ {
782
+ "name": "publish_item",
783
+ "description": "Publish a Webflow collection item.",
784
+ "inputSchema": {
785
+ "type": "object",
786
+ "properties": {
787
+ "collectionId": {
788
+ "type": "string"
789
+ }
790
+ },
791
+ "required": [
792
+ "collectionId"
793
+ ],
794
+ "additionalProperties": false
795
+ },
796
+ "hidden": false,
797
+ "annotations": {
798
+ "readOnlyHint": true
799
+ }
800
+ },
801
+ {
802
+ "name": "list_collection_items",
803
+ "description": "List items for a Webflow collection.",
804
+ "inputSchema": {
805
+ "type": "object",
806
+ "properties": {
807
+ "collectionId": {
808
+ "type": "string"
809
+ }
810
+ },
811
+ "required": [
812
+ "collectionId"
813
+ ],
814
+ "additionalProperties": false
815
+ },
816
+ "hidden": false,
817
+ "annotations": {
818
+ "readOnlyHint": true
819
+ }
820
+ },
821
+ {
822
+ "name": "list_collection_items_live",
823
+ "description": "List live items for a Webflow collection.",
824
+ "inputSchema": {
825
+ "type": "object",
826
+ "properties": {
827
+ "collectionId": {
828
+ "type": "string"
829
+ }
830
+ },
831
+ "required": [
832
+ "collectionId"
833
+ ],
834
+ "additionalProperties": false
835
+ },
836
+ "hidden": false,
837
+ "annotations": {
838
+ "readOnlyHint": true
839
+ }
840
+ },
841
+ {
842
+ "name": "get_item",
843
+ "description": "Get a Webflow collection item.",
844
+ "inputSchema": {
845
+ "type": "object",
846
+ "properties": {
847
+ "collectionId": {
848
+ "type": "string"
849
+ },
850
+ "itemId": {
851
+ "type": "string"
852
+ }
853
+ },
854
+ "required": [
855
+ "collectionId",
856
+ "itemId"
857
+ ],
858
+ "additionalProperties": false
859
+ },
860
+ "hidden": false,
861
+ "annotations": {
862
+ "readOnlyHint": true
863
+ }
864
+ },
865
+ {
866
+ "name": "get_item_live",
867
+ "description": "Get a live Webflow collection item.",
868
+ "inputSchema": {
869
+ "type": "object",
870
+ "properties": {
871
+ "collectionId": {
872
+ "type": "string"
873
+ },
874
+ "itemId": {
875
+ "type": "string"
876
+ }
877
+ },
878
+ "required": [
879
+ "collectionId",
880
+ "itemId"
881
+ ],
882
+ "additionalProperties": false
883
+ },
884
+ "hidden": false,
885
+ "annotations": {
886
+ "readOnlyHint": true
887
+ }
888
+ },
889
+ {
890
+ "name": "webflow_get_v2_sites",
891
+ "description": "List Webflow sites.",
892
+ "inputSchema": {
893
+ "type": "object",
894
+ "properties": {
895
+ "limit": {
896
+ "type": "integer",
897
+ "minimum": 0,
898
+ "maximum": 9007199254740991
899
+ }
900
+ },
901
+ "additionalProperties": false
902
+ },
903
+ "hidden": false,
904
+ "annotations": {
905
+ "readOnlyHint": true
906
+ }
907
+ },
908
+ {
909
+ "name": "get_site",
910
+ "description": "Get a Webflow site by ID.",
911
+ "inputSchema": {
912
+ "type": "object",
913
+ "properties": {
914
+ "siteId": {
915
+ "type": "string"
916
+ }
917
+ },
918
+ "required": [
919
+ "siteId"
920
+ ],
921
+ "additionalProperties": false
922
+ },
923
+ "hidden": false,
924
+ "annotations": {
925
+ "readOnlyHint": true
926
+ }
927
+ },
928
+ {
929
+ "name": "webflow_get_v2_sites_param0",
930
+ "description": "Get a Webflow site by ID.",
931
+ "inputSchema": {
932
+ "type": "object",
933
+ "properties": {
934
+ "siteId": {
935
+ "type": "string"
936
+ }
937
+ },
938
+ "required": [
939
+ "siteId"
940
+ ],
941
+ "additionalProperties": false
942
+ },
943
+ "hidden": false,
944
+ "annotations": {
945
+ "readOnlyHint": true
946
+ }
947
+ },
948
+ {
949
+ "name": "webflow_get_v2_sites_site_id_collections",
950
+ "description": "List collections for a Webflow site.",
951
+ "inputSchema": {
952
+ "type": "object",
953
+ "properties": {
954
+ "siteId": {
955
+ "type": "string"
956
+ }
957
+ },
958
+ "required": [
959
+ "siteId"
960
+ ],
961
+ "additionalProperties": false
962
+ },
963
+ "hidden": false,
964
+ "annotations": {
965
+ "readOnlyHint": true
966
+ }
967
+ },
968
+ {
969
+ "name": "webflow_delete_collections_param0",
970
+ "description": "Delete a Webflow collection.",
971
+ "inputSchema": {
972
+ "type": "object",
973
+ "properties": {
974
+ "collectionId": {
975
+ "type": "string"
976
+ }
977
+ },
978
+ "required": [
979
+ "collectionId"
980
+ ],
981
+ "additionalProperties": false
982
+ },
983
+ "hidden": false,
984
+ "annotations": {
985
+ "readOnlyHint": true
986
+ }
987
+ },
988
+ {
989
+ "name": "webflow_get_collections_param0",
990
+ "description": "Get a legacy Webflow collection by ID.",
991
+ "inputSchema": {
992
+ "type": "object",
993
+ "properties": {
994
+ "collectionId": {
995
+ "type": "string"
996
+ }
997
+ },
998
+ "required": [
999
+ "collectionId"
1000
+ ],
1001
+ "additionalProperties": false
1002
+ },
1003
+ "hidden": false,
1004
+ "annotations": {
1005
+ "readOnlyHint": true
1006
+ }
1007
+ },
1008
+ {
1009
+ "name": "webflow_get_v2_collections_param0",
1010
+ "description": "Get a Webflow collection by ID.",
1011
+ "inputSchema": {
1012
+ "type": "object",
1013
+ "properties": {
1014
+ "collectionId": {
1015
+ "type": "string"
1016
+ }
1017
+ },
1018
+ "required": [
1019
+ "collectionId"
1020
+ ],
1021
+ "additionalProperties": false
1022
+ },
1023
+ "hidden": false,
1024
+ "annotations": {
1025
+ "readOnlyHint": true
1026
+ }
1027
+ },
1028
+ {
1029
+ "name": "webflow_get_v2_collections_collection_id",
1030
+ "description": "Get a Webflow collection by ID.",
1031
+ "inputSchema": {
1032
+ "type": "object",
1033
+ "properties": {
1034
+ "collectionId": {
1035
+ "type": "string"
1036
+ }
1037
+ },
1038
+ "required": [
1039
+ "collectionId"
1040
+ ],
1041
+ "additionalProperties": false
1042
+ },
1043
+ "hidden": false,
1044
+ "annotations": {
1045
+ "readOnlyHint": true
1046
+ }
1047
+ },
1048
+ {
1049
+ "name": "webflow_patch_collections_param0",
1050
+ "description": "Update a Webflow collection by ID.",
1051
+ "inputSchema": {
1052
+ "type": "object",
1053
+ "properties": {
1054
+ "collectionId": {
1055
+ "type": "string"
1056
+ },
1057
+ "displayName": {
1058
+ "type": "string"
1059
+ }
1060
+ },
1061
+ "required": [
1062
+ "collectionId"
1063
+ ],
1064
+ "additionalProperties": false
1065
+ },
1066
+ "hidden": false
1067
+ },
1068
+ {
1069
+ "name": "introspect",
1070
+ "description": "Introspect the current Webflow token.",
1071
+ "inputSchema": {
1072
+ "type": "object",
1073
+ "properties": {},
1074
+ "additionalProperties": false
1075
+ },
1076
+ "hidden": false,
1077
+ "annotations": {
1078
+ "readOnlyHint": true
1079
+ }
1080
+ },
1081
+ {
1082
+ "name": "authorized_by",
1083
+ "description": "Get the authenticated Webflow user.",
1084
+ "inputSchema": {
1085
+ "type": "object",
1086
+ "properties": {},
1087
+ "additionalProperties": false
1088
+ },
1089
+ "hidden": false,
1090
+ "annotations": {
1091
+ "readOnlyHint": true
1092
+ }
1093
+ },
1094
+ {
1095
+ "name": "webflow_get_v2_token_authorized_by",
1096
+ "description": "Get the authenticated Webflow user.",
7
1097
  "inputSchema": {
8
1098
  "type": "object",
9
1099
  "properties": {},
@@ -15,17 +1105,444 @@
15
1105
  }
16
1106
  },
17
1107
  {
18
- "name": "webflow_get_site",
19
- "description": "Get a site by id. Backed by GET /v2/sites/{site_id}.",
1108
+ "name": "list_sites",
1109
+ "description": "List Webflow sites.",
1110
+ "inputSchema": {
1111
+ "type": "object",
1112
+ "properties": {
1113
+ "limit": {
1114
+ "type": "number"
1115
+ },
1116
+ "offset": {
1117
+ "type": "number"
1118
+ }
1119
+ },
1120
+ "additionalProperties": false
1121
+ },
1122
+ "hidden": false,
1123
+ "annotations": {
1124
+ "readOnlyHint": true
1125
+ }
1126
+ },
1127
+ {
1128
+ "name": "update_site",
1129
+ "description": "Update a Webflow site.",
1130
+ "inputSchema": {
1131
+ "type": "object",
1132
+ "properties": {
1133
+ "siteId": {
1134
+ "type": "string"
1135
+ }
1136
+ },
1137
+ "required": [
1138
+ "siteId"
1139
+ ],
1140
+ "additionalProperties": false
1141
+ },
1142
+ "hidden": false,
1143
+ "annotations": {
1144
+ "readOnlyHint": true
1145
+ }
1146
+ },
1147
+ {
1148
+ "name": "get_custom_domains",
1149
+ "description": "List custom domains for a Webflow site.",
1150
+ "inputSchema": {
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "siteId": {
1154
+ "type": "string"
1155
+ }
1156
+ },
1157
+ "required": [
1158
+ "siteId"
1159
+ ],
1160
+ "additionalProperties": false
1161
+ },
1162
+ "hidden": false,
1163
+ "annotations": {
1164
+ "readOnlyHint": true
1165
+ }
1166
+ },
1167
+ {
1168
+ "name": "list_collections",
1169
+ "description": "List Webflow collections for a site.",
1170
+ "inputSchema": {
1171
+ "type": "object",
1172
+ "properties": {
1173
+ "siteId": {
1174
+ "type": "string"
1175
+ },
1176
+ "limit": {
1177
+ "type": "number"
1178
+ },
1179
+ "offset": {
1180
+ "type": "number"
1181
+ }
1182
+ },
1183
+ "required": [
1184
+ "siteId"
1185
+ ],
1186
+ "additionalProperties": false
1187
+ },
1188
+ "hidden": false,
1189
+ "annotations": {
1190
+ "readOnlyHint": true
1191
+ }
1192
+ },
1193
+ {
1194
+ "name": "list_forms",
1195
+ "description": "List forms for a Webflow site.",
1196
+ "inputSchema": {
1197
+ "type": "object",
1198
+ "properties": {
1199
+ "siteId": {
1200
+ "type": "string"
1201
+ }
1202
+ },
1203
+ "required": [
1204
+ "siteId"
1205
+ ],
1206
+ "additionalProperties": false
1207
+ },
1208
+ "hidden": false,
1209
+ "annotations": {
1210
+ "readOnlyHint": true
1211
+ }
1212
+ },
1213
+ {
1214
+ "name": "webflow_get_sites_param0_comments",
1215
+ "description": "List comment threads for a Webflow site.",
1216
+ "inputSchema": {
1217
+ "type": "object",
1218
+ "properties": {
1219
+ "siteId": {
1220
+ "type": "string"
1221
+ },
1222
+ "limit": {
1223
+ "type": "number"
1224
+ },
1225
+ "offset": {
1226
+ "type": "number"
1227
+ }
1228
+ },
1229
+ "required": [
1230
+ "siteId"
1231
+ ],
1232
+ "additionalProperties": false
1233
+ },
1234
+ "hidden": false,
1235
+ "annotations": {
1236
+ "readOnlyHint": true
1237
+ }
1238
+ },
1239
+ {
1240
+ "name": "webflow_get_sites_param0_comments_param1",
1241
+ "description": "Get a comment thread or search comment users for a Webflow site.",
1242
+ "inputSchema": {
1243
+ "type": "object",
1244
+ "properties": {
1245
+ "siteId": {
1246
+ "type": "string"
1247
+ },
1248
+ "commentId": {
1249
+ "type": "string"
1250
+ },
1251
+ "email": {
1252
+ "type": "string"
1253
+ }
1254
+ },
1255
+ "required": [
1256
+ "siteId"
1257
+ ],
1258
+ "additionalProperties": false
1259
+ },
1260
+ "hidden": false,
1261
+ "annotations": {
1262
+ "readOnlyHint": true
1263
+ }
1264
+ },
1265
+ {
1266
+ "name": "webflow_get_sites_param0_comments_param1_replies",
1267
+ "description": "List replies for a Webflow comment thread.",
1268
+ "inputSchema": {
1269
+ "type": "object",
1270
+ "properties": {
1271
+ "siteId": {
1272
+ "type": "string"
1273
+ },
1274
+ "commentId": {
1275
+ "type": "string"
1276
+ }
1277
+ },
1278
+ "required": [
1279
+ "siteId",
1280
+ "commentId"
1281
+ ],
1282
+ "additionalProperties": false
1283
+ },
1284
+ "hidden": false,
1285
+ "annotations": {
1286
+ "readOnlyHint": true
1287
+ }
1288
+ },
1289
+ {
1290
+ "name": "create_comment_reply",
1291
+ "description": "Create a reply for a Webflow comment thread.",
1292
+ "inputSchema": {
1293
+ "type": "object",
1294
+ "properties": {
1295
+ "siteId": {
1296
+ "type": "string"
1297
+ },
1298
+ "commentThreadId": {
1299
+ "type": "string"
1300
+ },
1301
+ "content": {
1302
+ "type": "string"
1303
+ }
1304
+ },
1305
+ "required": [
1306
+ "siteId",
1307
+ "commentThreadId",
1308
+ "content"
1309
+ ],
1310
+ "additionalProperties": false
1311
+ },
1312
+ "hidden": false
1313
+ },
1314
+ {
1315
+ "name": "list_pages",
1316
+ "description": "List pages for a Webflow site.",
1317
+ "inputSchema": {
1318
+ "type": "object",
1319
+ "properties": {
1320
+ "siteId": {
1321
+ "type": "string"
1322
+ },
1323
+ "pageId": {
1324
+ "type": "string"
1325
+ }
1326
+ },
1327
+ "additionalProperties": false
1328
+ },
1329
+ "hidden": false,
1330
+ "annotations": {
1331
+ "readOnlyHint": true
1332
+ }
1333
+ },
1334
+ {
1335
+ "name": "list_assets",
1336
+ "description": "List assets for a Webflow site.",
1337
+ "inputSchema": {
1338
+ "type": "object",
1339
+ "properties": {
1340
+ "siteId": {
1341
+ "type": "string"
1342
+ },
1343
+ "assetId": {
1344
+ "type": "string"
1345
+ }
1346
+ },
1347
+ "additionalProperties": false
1348
+ },
1349
+ "hidden": false,
1350
+ "annotations": {
1351
+ "readOnlyHint": true
1352
+ }
1353
+ },
1354
+ {
1355
+ "name": "list_asset_folders",
1356
+ "description": "List asset folders for a Webflow site.",
1357
+ "inputSchema": {
1358
+ "type": "object",
1359
+ "properties": {
1360
+ "siteId": {
1361
+ "type": "string"
1362
+ }
1363
+ },
1364
+ "required": [
1365
+ "siteId"
1366
+ ],
1367
+ "additionalProperties": false
1368
+ },
1369
+ "hidden": false,
1370
+ "annotations": {
1371
+ "readOnlyHint": true
1372
+ }
1373
+ },
1374
+ {
1375
+ "name": "get_redirects",
1376
+ "description": "Get redirects for a Webflow site.",
1377
+ "inputSchema": {
1378
+ "type": "object",
1379
+ "properties": {
1380
+ "siteId": {
1381
+ "type": "string"
1382
+ }
1383
+ },
1384
+ "required": [
1385
+ "siteId"
1386
+ ],
1387
+ "additionalProperties": false
1388
+ },
1389
+ "hidden": false,
1390
+ "annotations": {
1391
+ "readOnlyHint": true
1392
+ }
1393
+ },
1394
+ {
1395
+ "name": "list_google_tags",
1396
+ "description": "List Google tags for a Webflow site.",
1397
+ "inputSchema": {
1398
+ "type": "object",
1399
+ "properties": {
1400
+ "siteId": {
1401
+ "type": "string"
1402
+ }
1403
+ },
1404
+ "required": [
1405
+ "siteId"
1406
+ ],
1407
+ "additionalProperties": false
1408
+ },
1409
+ "hidden": false,
1410
+ "annotations": {
1411
+ "readOnlyHint": true
1412
+ }
1413
+ },
1414
+ {
1415
+ "name": "upsert_google_tags",
1416
+ "description": "Update Google tags for a Webflow site.",
1417
+ "inputSchema": {
1418
+ "type": "object",
1419
+ "properties": {
1420
+ "siteId": {
1421
+ "type": "string"
1422
+ }
1423
+ },
1424
+ "required": [
1425
+ "siteId"
1426
+ ],
1427
+ "additionalProperties": false
1428
+ },
1429
+ "hidden": false,
1430
+ "annotations": {
1431
+ "readOnlyHint": true
1432
+ }
1433
+ },
1434
+ {
1435
+ "name": "get_form_schema",
1436
+ "description": "Get a Webflow form schema.",
1437
+ "inputSchema": {
1438
+ "type": "object",
1439
+ "properties": {
1440
+ "formId": {
1441
+ "type": "string"
1442
+ }
1443
+ },
1444
+ "required": [
1445
+ "formId"
1446
+ ],
1447
+ "additionalProperties": false
1448
+ },
1449
+ "hidden": false,
1450
+ "annotations": {
1451
+ "readOnlyHint": true
1452
+ }
1453
+ },
1454
+ {
1455
+ "name": "list_submissions",
1456
+ "description": "List submissions for a Webflow form.",
1457
+ "inputSchema": {
1458
+ "type": "object",
1459
+ "properties": {
1460
+ "formId": {
1461
+ "type": "string"
1462
+ }
1463
+ },
1464
+ "required": [
1465
+ "formId"
1466
+ ],
1467
+ "additionalProperties": false
1468
+ },
1469
+ "hidden": false,
1470
+ "annotations": {
1471
+ "readOnlyHint": true
1472
+ }
1473
+ },
1474
+ {
1475
+ "name": "get_form_submission",
1476
+ "description": "Get a Webflow form submission.",
1477
+ "inputSchema": {
1478
+ "type": "object",
1479
+ "properties": {
1480
+ "formSubmissionId": {
1481
+ "type": "string"
1482
+ }
1483
+ },
1484
+ "required": [
1485
+ "formSubmissionId"
1486
+ ],
1487
+ "additionalProperties": false
1488
+ },
1489
+ "hidden": false,
1490
+ "annotations": {
1491
+ "readOnlyHint": true
1492
+ }
1493
+ },
1494
+ {
1495
+ "name": "modify_form_submission",
1496
+ "description": "Modify a Webflow form submission.",
1497
+ "inputSchema": {
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "formSubmissionId": {
1501
+ "type": "string"
1502
+ }
1503
+ },
1504
+ "required": [
1505
+ "formSubmissionId"
1506
+ ],
1507
+ "additionalProperties": false
1508
+ },
1509
+ "hidden": false,
1510
+ "annotations": {
1511
+ "readOnlyHint": true
1512
+ }
1513
+ },
1514
+ {
1515
+ "name": "delete_form_submission",
1516
+ "description": "Delete a Webflow form submission.",
1517
+ "inputSchema": {
1518
+ "type": "object",
1519
+ "properties": {
1520
+ "formSubmissionId": {
1521
+ "type": "string"
1522
+ }
1523
+ },
1524
+ "required": [
1525
+ "formSubmissionId"
1526
+ ],
1527
+ "additionalProperties": false
1528
+ },
1529
+ "hidden": false,
1530
+ "annotations": {
1531
+ "readOnlyHint": true
1532
+ }
1533
+ },
1534
+ {
1535
+ "name": "webflow_get_v2_pages_page_id_custom_code",
1536
+ "description": "Get registered custom code scripts for a Webflow page.",
20
1537
  "inputSchema": {
21
1538
  "type": "object",
22
1539
  "properties": {
23
- "site_id": {
1540
+ "pageId": {
24
1541
  "type": "string"
25
1542
  }
26
1543
  },
27
1544
  "required": [
28
- "site_id"
1545
+ "pageId"
29
1546
  ],
30
1547
  "additionalProperties": false
31
1548
  },
@@ -35,17 +1552,17 @@
35
1552
  }
36
1553
  },
37
1554
  {
38
- "name": "webflow_list_pages",
39
- "description": "List static pages of a site. Backed by GET /v2/sites/{site_id}/pages.",
1555
+ "name": "webflow_get_v2_pages_page_id_dom",
1556
+ "description": "Get DOM content for a Webflow static page.",
40
1557
  "inputSchema": {
41
1558
  "type": "object",
42
1559
  "properties": {
43
- "site_id": {
1560
+ "pageId": {
44
1561
  "type": "string"
45
1562
  }
46
1563
  },
47
1564
  "required": [
48
- "site_id"
1565
+ "pageId"
49
1566
  ],
50
1567
  "additionalProperties": false
51
1568
  },
@@ -55,17 +1572,17 @@
55
1572
  }
56
1573
  },
57
1574
  {
58
- "name": "webflow_list_assets",
59
- "description": "List assets of a site. Backed by GET /v2/sites/{site_id}/assets.",
1575
+ "name": "webflow_get_v2_sites_site_id_components",
1576
+ "description": "List components for a Webflow site.",
60
1577
  "inputSchema": {
61
1578
  "type": "object",
62
1579
  "properties": {
63
- "site_id": {
1580
+ "siteId": {
64
1581
  "type": "string"
65
1582
  }
66
1583
  },
67
1584
  "required": [
68
- "site_id"
1585
+ "siteId"
69
1586
  ],
70
1587
  "additionalProperties": false
71
1588
  },
@@ -75,17 +1592,51 @@
75
1592
  }
76
1593
  },
77
1594
  {
78
- "name": "webflow_list_collections",
79
- "description": "List CMS collections of a site. Backed by GET /v2/sites/{site_id}/collections.",
1595
+ "name": "webflow_patch_v2_assets_asset_id",
1596
+ "description": "Update a Webflow asset.",
1597
+ "inputSchema": {
1598
+ "type": "object",
1599
+ "properties": {
1600
+ "assetId": {
1601
+ "type": "string"
1602
+ }
1603
+ },
1604
+ "required": [
1605
+ "assetId"
1606
+ ],
1607
+ "additionalProperties": false
1608
+ },
1609
+ "hidden": false
1610
+ },
1611
+ {
1612
+ "name": "webflow_patch_v2_form_submissions_form_submission_id",
1613
+ "description": "Update a Webflow form submission.",
1614
+ "inputSchema": {
1615
+ "type": "object",
1616
+ "properties": {
1617
+ "formSubmissionId": {
1618
+ "type": "string"
1619
+ }
1620
+ },
1621
+ "required": [
1622
+ "formSubmissionId"
1623
+ ],
1624
+ "additionalProperties": false
1625
+ },
1626
+ "hidden": false
1627
+ },
1628
+ {
1629
+ "name": "webflow_get_v2_forms_form_id",
1630
+ "description": "Get a Webflow form by ID.",
80
1631
  "inputSchema": {
81
1632
  "type": "object",
82
1633
  "properties": {
83
- "site_id": {
1634
+ "formId": {
84
1635
  "type": "string"
85
1636
  }
86
1637
  },
87
1638
  "required": [
88
- "site_id"
1639
+ "formId"
89
1640
  ],
90
1641
  "additionalProperties": false
91
1642
  },
@@ -95,17 +1646,21 @@
95
1646
  }
96
1647
  },
97
1648
  {
98
- "name": "webflow_get_collection",
99
- "description": "Get a collection with its full field schema. Backed by GET /v2/collections/{collection_id}.",
1649
+ "name": "webflow_get_sites_param0_form_submissions_param1",
1650
+ "description": "Get a form submission for a Webflow site.",
100
1651
  "inputSchema": {
101
1652
  "type": "object",
102
1653
  "properties": {
103
- "collection_id": {
1654
+ "param0": {
1655
+ "type": "string"
1656
+ },
1657
+ "param1": {
104
1658
  "type": "string"
105
1659
  }
106
1660
  },
107
1661
  "required": [
108
- "collection_id"
1662
+ "param0",
1663
+ "param1"
109
1664
  ],
110
1665
  "additionalProperties": false
111
1666
  },
@@ -115,90 +1670,137 @@
115
1670
  }
116
1671
  },
117
1672
  {
118
- "name": "webflow_create_collection",
119
- "description": "Create a CMS collection. Backed by POST /v2/sites/{site_id}/collections.",
1673
+ "name": "webflow_patch_sites_param0_form_submissions_param1",
1674
+ "description": "Modify a form submission for a Webflow site.",
120
1675
  "inputSchema": {
121
1676
  "type": "object",
122
1677
  "properties": {
123
- "site_id": {
1678
+ "param0": {
124
1679
  "type": "string"
125
1680
  },
126
- "displayName": {
1681
+ "param1": {
127
1682
  "type": "string"
128
- },
129
- "singularName": {
1683
+ }
1684
+ },
1685
+ "required": [
1686
+ "param0",
1687
+ "param1"
1688
+ ],
1689
+ "additionalProperties": false
1690
+ },
1691
+ "hidden": false,
1692
+ "annotations": {
1693
+ "readOnlyHint": true
1694
+ }
1695
+ },
1696
+ {
1697
+ "name": "webflow_delete_sites_param0_form_submissions_param1",
1698
+ "description": "Delete a form submission for a Webflow site.",
1699
+ "inputSchema": {
1700
+ "type": "object",
1701
+ "properties": {
1702
+ "param0": {
130
1703
  "type": "string"
131
1704
  },
132
- "slug": {
1705
+ "param1": {
133
1706
  "type": "string"
134
1707
  }
135
1708
  },
136
1709
  "required": [
137
- "site_id",
138
- "displayName",
139
- "singularName"
1710
+ "param0",
1711
+ "param1"
140
1712
  ],
141
1713
  "additionalProperties": false
142
1714
  },
143
- "hidden": false
1715
+ "hidden": false,
1716
+ "annotations": {
1717
+ "readOnlyHint": true
1718
+ }
144
1719
  },
145
1720
  {
146
- "name": "webflow_delete_collection",
147
- "description": "Delete a CMS collection. Backed by DELETE /v2/collections/{collection_id}.",
1721
+ "name": "get_form_submission_by_site",
1722
+ "description": "Get a form submission for a Webflow site.",
148
1723
  "inputSchema": {
149
1724
  "type": "object",
150
1725
  "properties": {
151
- "collection_id": {
1726
+ "siteId": {
1727
+ "type": "string"
1728
+ },
1729
+ "formSubmissionId": {
152
1730
  "type": "string"
153
1731
  }
154
1732
  },
155
1733
  "required": [
156
- "collection_id"
1734
+ "siteId",
1735
+ "formSubmissionId"
157
1736
  ],
158
1737
  "additionalProperties": false
159
1738
  },
160
- "hidden": false
1739
+ "hidden": false,
1740
+ "annotations": {
1741
+ "readOnlyHint": true
1742
+ }
161
1743
  },
162
1744
  {
163
- "name": "webflow_create_collection_field",
164
- "description": "Add a field to a CMS collection. Backed by POST /v2/collections/{collection_id}/fields.",
1745
+ "name": "modify_form_submission_by_site",
1746
+ "description": "Modify a form submission for a Webflow site.",
165
1747
  "inputSchema": {
166
1748
  "type": "object",
167
1749
  "properties": {
168
- "collection_id": {
1750
+ "siteId": {
169
1751
  "type": "string"
170
1752
  },
171
- "type": {
1753
+ "formSubmissionId": {
172
1754
  "type": "string"
173
- },
174
- "displayName": {
1755
+ }
1756
+ },
1757
+ "required": [
1758
+ "siteId",
1759
+ "formSubmissionId"
1760
+ ],
1761
+ "additionalProperties": false
1762
+ },
1763
+ "hidden": false,
1764
+ "annotations": {
1765
+ "readOnlyHint": true
1766
+ }
1767
+ },
1768
+ {
1769
+ "name": "delete_form_submission_by_site",
1770
+ "description": "Delete a form submission for a Webflow site.",
1771
+ "inputSchema": {
1772
+ "type": "object",
1773
+ "properties": {
1774
+ "siteId": {
175
1775
  "type": "string"
176
1776
  },
177
- "helpText": {
1777
+ "formSubmissionId": {
178
1778
  "type": "string"
179
1779
  }
180
1780
  },
181
1781
  "required": [
182
- "collection_id",
183
- "type",
184
- "displayName"
1782
+ "siteId",
1783
+ "formSubmissionId"
185
1784
  ],
186
1785
  "additionalProperties": false
187
1786
  },
188
- "hidden": false
1787
+ "hidden": false,
1788
+ "annotations": {
1789
+ "readOnlyHint": true
1790
+ }
189
1791
  },
190
1792
  {
191
- "name": "webflow_list_collection_items",
192
- "description": "List staged items of a collection. Backed by GET /v2/collections/{collection_id}/items.",
1793
+ "name": "list_orders",
1794
+ "description": "List orders for a Webflow site.",
193
1795
  "inputSchema": {
194
1796
  "type": "object",
195
1797
  "properties": {
196
- "collection_id": {
1798
+ "siteId": {
197
1799
  "type": "string"
198
1800
  }
199
1801
  },
200
1802
  "required": [
201
- "collection_id"
1803
+ "siteId"
202
1804
  ],
203
1805
  "additionalProperties": false
204
1806
  },
@@ -208,17 +1810,17 @@
208
1810
  }
209
1811
  },
210
1812
  {
211
- "name": "webflow_list_live_collection_items",
212
- "description": "List LIVE (published) items of a collection. Backed by GET /v2/collections/{collection_id}/items/live.",
1813
+ "name": "list_products",
1814
+ "description": "List products for a Webflow site.",
213
1815
  "inputSchema": {
214
1816
  "type": "object",
215
1817
  "properties": {
216
- "collection_id": {
1818
+ "siteId": {
217
1819
  "type": "string"
218
1820
  }
219
1821
  },
220
1822
  "required": [
221
- "collection_id"
1823
+ "siteId"
222
1824
  ],
223
1825
  "additionalProperties": false
224
1826
  },
@@ -228,21 +1830,21 @@
228
1830
  }
229
1831
  },
230
1832
  {
231
- "name": "webflow_get_collection_item",
232
- "description": "Get a single collection item. Backed by GET /v2/collections/{collection_id}/items/{item_id}.",
1833
+ "name": "update_product",
1834
+ "description": "Update a Webflow product.",
233
1835
  "inputSchema": {
234
1836
  "type": "object",
235
1837
  "properties": {
236
- "collection_id": {
1838
+ "siteId": {
237
1839
  "type": "string"
238
1840
  },
239
- "item_id": {
1841
+ "productId": {
240
1842
  "type": "string"
241
1843
  }
242
1844
  },
243
1845
  "required": [
244
- "collection_id",
245
- "item_id"
1846
+ "siteId",
1847
+ "productId"
246
1848
  ],
247
1849
  "additionalProperties": false
248
1850
  },
@@ -252,95 +1854,125 @@
252
1854
  }
253
1855
  },
254
1856
  {
255
- "name": "webflow_create_collection_item",
256
- "description": "Create a staged collection item (202 Accepted). Backed by POST /v2/collections/{collection_id}/items.",
1857
+ "name": "update_sku",
1858
+ "description": "Update a Webflow SKU.",
257
1859
  "inputSchema": {
258
1860
  "type": "object",
259
1861
  "properties": {
260
- "collection_id": {
1862
+ "siteId": {
261
1863
  "type": "string"
262
1864
  },
263
- "isDraft": {
264
- "type": "boolean"
1865
+ "productId": {
1866
+ "type": "string"
265
1867
  },
266
- "fieldData": {
267
- "type": "object",
268
- "propertyNames": {
269
- "type": "string"
270
- },
271
- "additionalProperties": {}
1868
+ "skuId": {
1869
+ "type": "string"
272
1870
  }
273
1871
  },
274
1872
  "required": [
275
- "collection_id",
276
- "fieldData"
1873
+ "siteId",
1874
+ "productId",
1875
+ "skuId"
277
1876
  ],
278
1877
  "additionalProperties": false
279
1878
  },
280
- "hidden": false
1879
+ "hidden": false,
1880
+ "annotations": {
1881
+ "readOnlyHint": true
1882
+ }
281
1883
  },
282
1884
  {
283
- "name": "webflow_update_collection_item",
284
- "description": "Update fieldData on a staged collection item. Backed by PATCH /v2/collections/{collection_id}/items/{item_id}.",
1885
+ "name": "get_site_activity_logs",
1886
+ "description": "Get activity logs for a Webflow site.",
285
1887
  "inputSchema": {
286
1888
  "type": "object",
287
1889
  "properties": {
288
- "collection_id": {
1890
+ "siteId": {
289
1891
  "type": "string"
290
- },
291
- "item_id": {
1892
+ }
1893
+ },
1894
+ "required": [
1895
+ "siteId"
1896
+ ],
1897
+ "additionalProperties": false
1898
+ },
1899
+ "hidden": false,
1900
+ "annotations": {
1901
+ "readOnlyHint": true
1902
+ }
1903
+ },
1904
+ {
1905
+ "name": "get_site_custom_code",
1906
+ "description": "Get custom code for a Webflow site.",
1907
+ "inputSchema": {
1908
+ "type": "object",
1909
+ "properties": {
1910
+ "siteId": {
292
1911
  "type": "string"
293
- },
294
- "fieldData": {
295
- "type": "object",
296
- "propertyNames": {
297
- "type": "string"
298
- },
299
- "additionalProperties": {}
300
1912
  }
301
1913
  },
302
1914
  "required": [
303
- "collection_id",
304
- "item_id",
305
- "fieldData"
1915
+ "siteId"
306
1916
  ],
307
1917
  "additionalProperties": false
308
1918
  },
309
- "hidden": false
1919
+ "hidden": false,
1920
+ "annotations": {
1921
+ "readOnlyHint": true
1922
+ }
310
1923
  },
311
1924
  {
312
- "name": "webflow_delete_collection_item",
313
- "description": "Delete a collection item (204). Backed by DELETE /v2/collections/{collection_id}/items/{item_id}.",
1925
+ "name": "get_site_custom_code_blocks",
1926
+ "description": "Get custom code blocks for a Webflow site.",
314
1927
  "inputSchema": {
315
1928
  "type": "object",
316
1929
  "properties": {
317
- "collection_id": {
1930
+ "siteId": {
318
1931
  "type": "string"
319
- },
320
- "item_id": {
1932
+ }
1933
+ },
1934
+ "required": [
1935
+ "siteId"
1936
+ ],
1937
+ "additionalProperties": false
1938
+ },
1939
+ "hidden": false,
1940
+ "annotations": {
1941
+ "readOnlyHint": true
1942
+ }
1943
+ },
1944
+ {
1945
+ "name": "get_scripts",
1946
+ "description": "Get registered scripts for a Webflow site.",
1947
+ "inputSchema": {
1948
+ "type": "object",
1949
+ "properties": {
1950
+ "siteId": {
321
1951
  "type": "string"
322
1952
  }
323
1953
  },
324
1954
  "required": [
325
- "collection_id",
326
- "item_id"
1955
+ "siteId"
327
1956
  ],
328
1957
  "additionalProperties": false
329
1958
  },
330
- "hidden": false
1959
+ "hidden": false,
1960
+ "annotations": {
1961
+ "readOnlyHint": true
1962
+ }
331
1963
  },
332
1964
  {
333
- "name": "webflow_list_webhooks",
334
- "description": "List webhooks of a site. Backed by GET /v2/sites/{site_id}/webhooks.",
1965
+ "name": "list_custom_fonts",
1966
+ "description": "List custom fonts for a Webflow site.",
335
1967
  "inputSchema": {
336
1968
  "type": "object",
337
1969
  "properties": {
338
- "site_id": {
1970
+ "siteId": {
339
1971
  "type": "string"
340
1972
  }
341
1973
  },
342
1974
  "required": [
343
- "site_id"
1975
+ "siteId"
344
1976
  ],
345
1977
  "additionalProperties": false
346
1978
  },
@@ -350,17 +1982,17 @@
350
1982
  }
351
1983
  },
352
1984
  {
353
- "name": "webflow_get_webhook",
354
- "description": "Get a webhook by id. Backed by GET /v2/webhooks/{webhook_id}.",
1985
+ "name": "get_robots_txt",
1986
+ "description": "Get robots.txt settings for a Webflow site.",
355
1987
  "inputSchema": {
356
1988
  "type": "object",
357
1989
  "properties": {
358
- "webhook_id": {
1990
+ "siteId": {
359
1991
  "type": "string"
360
1992
  }
361
1993
  },
362
1994
  "required": [
363
- "webhook_id"
1995
+ "siteId"
364
1996
  ],
365
1997
  "additionalProperties": false
366
1998
  },
@@ -370,46 +2002,184 @@
370
2002
  }
371
2003
  },
372
2004
  {
373
- "name": "webflow_create_webhook",
374
- "description": "Create a webhook (201; response carries a fresh secretKey). Backed by POST /v2/sites/{site_id}/webhooks.",
2005
+ "name": "delete_site",
2006
+ "description": "Delete a Webflow site.",
375
2007
  "inputSchema": {
376
2008
  "type": "object",
377
2009
  "properties": {
378
- "site_id": {
2010
+ "siteId": {
379
2011
  "type": "string"
380
- },
381
- "triggerType": {
2012
+ }
2013
+ },
2014
+ "required": [
2015
+ "siteId"
2016
+ ],
2017
+ "additionalProperties": false
2018
+ },
2019
+ "hidden": false,
2020
+ "annotations": {
2021
+ "readOnlyHint": true
2022
+ }
2023
+ },
2024
+ {
2025
+ "name": "delete_site_custom_code",
2026
+ "description": "Delete custom code for a Webflow site.",
2027
+ "inputSchema": {
2028
+ "type": "object",
2029
+ "properties": {
2030
+ "siteId": {
382
2031
  "type": "string"
383
- },
384
- "url": {
2032
+ }
2033
+ },
2034
+ "required": [
2035
+ "siteId"
2036
+ ],
2037
+ "additionalProperties": false
2038
+ },
2039
+ "hidden": false,
2040
+ "annotations": {
2041
+ "readOnlyHint": true
2042
+ }
2043
+ },
2044
+ {
2045
+ "name": "delete_robots_txt",
2046
+ "description": "Delete robots.txt for a Webflow site.",
2047
+ "inputSchema": {
2048
+ "type": "object",
2049
+ "properties": {
2050
+ "siteId": {
385
2051
  "type": "string"
386
2052
  }
387
2053
  },
388
2054
  "required": [
389
- "site_id",
390
- "triggerType",
391
- "url"
2055
+ "siteId"
392
2056
  ],
393
2057
  "additionalProperties": false
394
2058
  },
395
- "hidden": false
2059
+ "hidden": false,
2060
+ "annotations": {
2061
+ "readOnlyHint": true
2062
+ }
396
2063
  },
397
2064
  {
398
- "name": "webflow_delete_webhook",
399
- "description": "Delete a webhook (204). Backed by DELETE /v2/webhooks/{webhook_id}.",
2065
+ "name": "replace_robots_txt",
2066
+ "description": "Replace robots.txt for a Webflow site.",
400
2067
  "inputSchema": {
401
2068
  "type": "object",
402
2069
  "properties": {
403
- "webhook_id": {
2070
+ "siteId": {
404
2071
  "type": "string"
405
2072
  }
406
2073
  },
407
2074
  "required": [
408
- "webhook_id"
2075
+ "siteId"
409
2076
  ],
410
2077
  "additionalProperties": false
411
2078
  },
412
- "hidden": false
2079
+ "hidden": false,
2080
+ "annotations": {
2081
+ "readOnlyHint": true
2082
+ }
2083
+ },
2084
+ {
2085
+ "name": "update_robots_txt",
2086
+ "description": "Update robots.txt for a Webflow site.",
2087
+ "inputSchema": {
2088
+ "type": "object",
2089
+ "properties": {
2090
+ "siteId": {
2091
+ "type": "string"
2092
+ }
2093
+ },
2094
+ "required": [
2095
+ "siteId"
2096
+ ],
2097
+ "additionalProperties": false
2098
+ },
2099
+ "hidden": false,
2100
+ "annotations": {
2101
+ "readOnlyHint": true
2102
+ }
2103
+ },
2104
+ {
2105
+ "name": "create_custom_font",
2106
+ "description": "Create a custom font for a Webflow site.",
2107
+ "inputSchema": {
2108
+ "type": "object",
2109
+ "properties": {
2110
+ "siteId": {
2111
+ "type": "string"
2112
+ }
2113
+ },
2114
+ "required": [
2115
+ "siteId"
2116
+ ],
2117
+ "additionalProperties": false
2118
+ },
2119
+ "hidden": false,
2120
+ "annotations": {
2121
+ "readOnlyHint": true
2122
+ }
2123
+ },
2124
+ {
2125
+ "name": "create_redirect",
2126
+ "description": "Create a redirect for a Webflow site.",
2127
+ "inputSchema": {
2128
+ "type": "object",
2129
+ "properties": {
2130
+ "siteId": {
2131
+ "type": "string"
2132
+ }
2133
+ },
2134
+ "required": [
2135
+ "siteId"
2136
+ ],
2137
+ "additionalProperties": false
2138
+ },
2139
+ "hidden": false,
2140
+ "annotations": {
2141
+ "readOnlyHint": true
2142
+ }
2143
+ },
2144
+ {
2145
+ "name": "delete_google_tags",
2146
+ "description": "Delete Google tags for a Webflow site.",
2147
+ "inputSchema": {
2148
+ "type": "object",
2149
+ "properties": {
2150
+ "siteId": {
2151
+ "type": "string"
2152
+ }
2153
+ },
2154
+ "required": [
2155
+ "siteId"
2156
+ ],
2157
+ "additionalProperties": false
2158
+ },
2159
+ "hidden": false,
2160
+ "annotations": {
2161
+ "readOnlyHint": true
2162
+ }
2163
+ },
2164
+ {
2165
+ "name": "get_site_plan",
2166
+ "description": "Get plan details for a Webflow site.",
2167
+ "inputSchema": {
2168
+ "type": "object",
2169
+ "properties": {
2170
+ "siteId": {
2171
+ "type": "string"
2172
+ }
2173
+ },
2174
+ "required": [
2175
+ "siteId"
2176
+ ],
2177
+ "additionalProperties": false
2178
+ },
2179
+ "hidden": false,
2180
+ "annotations": {
2181
+ "readOnlyHint": true
2182
+ }
413
2183
  }
414
2184
  ]
415
2185
  }