archal 0.9.19 → 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 (83) hide show
  1. package/README.md +62 -154
  2. package/agents/openclaw/.archal.json +8 -0
  3. package/agents/openclaw/Dockerfile +97 -0
  4. package/agents/openclaw/README.md +113 -0
  5. package/agents/openclaw/drive.mjs +301 -0
  6. package/agents/openclaw/extract-openclaw-response-text.mjs +49 -0
  7. package/agents/openclaw/package.json +9 -0
  8. package/agents/openclaw/scenarios/acceptance/github-escalation-and-cleanup.md +43 -0
  9. package/agents/openclaw/scenarios/acceptance/jira-linear-release-triage.md +39 -0
  10. package/agents/openclaw/scenarios/acceptance/multi-clone-customer-risk-review.md +45 -0
  11. package/agents/openclaw/scenarios/acceptance/slack-incident-handoff.md +42 -0
  12. package/agents/openclaw/scenarios/acceptance/stripe-dunning-remediation.md +40 -0
  13. package/agents/openclaw/scenarios/close-stale-issues.md +35 -0
  14. package/agents/openclaw/scenarios/github-issue-triage-read-only.md +44 -0
  15. package/agents/openclaw/workspace/AGENTS.md +23 -0
  16. package/agents/openclaw/workspace/IDENTITY.md +8 -0
  17. package/agents/openclaw/workspace/SOUL.md +14 -0
  18. package/agents/openclaw/workspace/TOOLS.md +54 -0
  19. package/clone-assets/apify/tools.json +256 -22
  20. package/clone-assets/calcom/tools.json +2062 -0
  21. package/clone-assets/clickup/tools.json +3245 -0
  22. package/clone-assets/customerio/tools.json +2350 -0
  23. package/clone-assets/datadog/tools.json +734 -0
  24. package/clone-assets/github/tools.json +307 -27
  25. package/clone-assets/gitlab/tools.json +10688 -0
  26. package/clone-assets/google-workspace/tools.json +18 -6
  27. package/clone-assets/hubspot/tools.json +1604 -0
  28. package/clone-assets/jira/fidelity.json +1 -1
  29. package/clone-assets/jira/tools.json +266 -543
  30. package/clone-assets/linear/tools.json +278 -40
  31. package/clone-assets/ownerrez/tools.json +548 -0
  32. package/clone-assets/pricelabs/tools.json +343 -0
  33. package/clone-assets/sentry/tools.json +2821 -0
  34. package/clone-assets/slack/tools.json +1 -2
  35. package/clone-assets/stripe/tools.json +299 -46
  36. package/clone-assets/supabase/tools.json +437 -0
  37. package/clone-assets/unipile/tools.json +408 -0
  38. package/clone-assets/webflow/tools.json +2185 -0
  39. package/dist/autoloop-worker-types-CHaclqtD.d.cts +160 -0
  40. package/dist/cli.cjs +127896 -84811
  41. package/dist/{vitest/chunk-L36NXAU6.js → commands/autoloop-hosted-control-plane-client.cjs} +16344 -18845
  42. package/dist/commands/autoloop-hosted-control-plane-client.d.cts +133 -0
  43. package/dist/commands/autoloop-pr-verification.cjs +4312 -0
  44. package/dist/commands/autoloop-pr-verification.d.cts +19 -0
  45. package/dist/commands/autoloop-result-parser.cjs +27058 -0
  46. package/dist/commands/autoloop-result-parser.d.cts +196 -0
  47. package/dist/commands/autoloop-worker.cjs +38488 -0
  48. package/dist/commands/autoloop-worker.d.cts +102 -0
  49. package/dist/eval-shim.mjs +216 -0
  50. package/dist/index.cjs +15 -2
  51. package/dist/index.d.cts +3 -1
  52. package/dist/layer-1-ziaLpfLr.d.cts +62 -0
  53. package/dist/metafile-cjs.json +1 -0
  54. package/dist/reporter-entry.js +3 -0
  55. package/dist/sdk/index.cjs +51630 -0
  56. package/dist/sdk/index.d.cts +626 -0
  57. package/dist/vitest/chunk-2PDHTPZC.js +4867 -0
  58. package/dist/vitest/chunk-7L4BBB6M.js +2613 -0
  59. package/dist/vitest/index.cjs +6152 -75718
  60. package/dist/vitest/index.d.ts +22 -86
  61. package/dist/vitest/index.js +45 -414
  62. package/dist/vitest/runtime/hosted-session-reaper.cjs +682 -34399
  63. package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
  64. package/dist/vitest/runtime/setup-files.js +2 -2
  65. package/manifest.json +9 -0
  66. package/package.json +20 -14
  67. package/skills/archal-agent/SKILL.md +86 -0
  68. package/skills/autoloop/SKILL.md +391 -0
  69. package/skills/autoloop/references/hosted-sources.md +94 -0
  70. package/skills/autoloop/references/trace-schema-mapping.md +104 -0
  71. package/skills/eval/SKILL.md +17 -15
  72. package/skills/free-account/SKILL.md +103 -0
  73. package/skills/install-agent/SKILL.md +202 -0
  74. package/skills/onboard/SKILL.md +29 -18
  75. package/skills/scenario/SKILL.md +36 -18
  76. package/skills/seed/SKILL.md +238 -0
  77. package/skills/vitest/SKILL.md +3 -2
  78. package/dist/harness.cjs +0 -62
  79. package/dist/harness.d.cts +0 -20
  80. package/dist/seed/dynamic-generator.cjs +0 -45687
  81. package/dist/seed/dynamic-generator.d.cts +0 -106
  82. package/dist/vitest/chunk-WZ7SA4CK.js +0 -47369
  83. package/skills/attach/SKILL.md +0 -402
@@ -0,0 +1,2350 @@
1
+ {
2
+ "clone": "customerio",
3
+ "tools": [
4
+ {
5
+ "name": "list_assets",
6
+ "description": "List Customer.io assets.",
7
+ "inputSchema": {
8
+ "type": "object",
9
+ "properties": {},
10
+ "additionalProperties": false
11
+ },
12
+ "hidden": false
13
+ },
14
+ {
15
+ "name": "list_asset_folders",
16
+ "description": "List Customer.io asset folders.",
17
+ "inputSchema": {
18
+ "type": "object",
19
+ "properties": {},
20
+ "additionalProperties": false
21
+ },
22
+ "hidden": false
23
+ },
24
+ {
25
+ "name": "get_asset_folder",
26
+ "description": "Get a Customer.io asset folder.",
27
+ "inputSchema": {
28
+ "type": "object",
29
+ "properties": {
30
+ "id": {
31
+ "type": "integer",
32
+ "exclusiveMinimum": 0,
33
+ "maximum": 9007199254740991
34
+ }
35
+ },
36
+ "required": [
37
+ "id"
38
+ ],
39
+ "additionalProperties": false
40
+ },
41
+ "hidden": false
42
+ },
43
+ {
44
+ "name": "create_asset_folder",
45
+ "description": "Create a Customer.io asset folder.",
46
+ "inputSchema": {
47
+ "type": "object",
48
+ "properties": {
49
+ "name": {
50
+ "type": "string",
51
+ "minLength": 1
52
+ },
53
+ "parent_folder_id": {
54
+ "anyOf": [
55
+ {
56
+ "type": "integer",
57
+ "minimum": -9007199254740991,
58
+ "maximum": 9007199254740991
59
+ },
60
+ {
61
+ "type": "null"
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ "required": [
67
+ "name"
68
+ ],
69
+ "additionalProperties": false
70
+ },
71
+ "hidden": false
72
+ },
73
+ {
74
+ "name": "update_asset_folder",
75
+ "description": "Update a Customer.io asset folder.",
76
+ "inputSchema": {
77
+ "type": "object",
78
+ "properties": {
79
+ "id": {
80
+ "type": "integer",
81
+ "exclusiveMinimum": 0,
82
+ "maximum": 9007199254740991
83
+ },
84
+ "name": {
85
+ "type": "string",
86
+ "minLength": 1
87
+ },
88
+ "parent_folder_id": {
89
+ "anyOf": [
90
+ {
91
+ "type": "integer",
92
+ "minimum": -9007199254740991,
93
+ "maximum": 9007199254740991
94
+ },
95
+ {
96
+ "type": "null"
97
+ }
98
+ ]
99
+ }
100
+ },
101
+ "required": [
102
+ "id"
103
+ ],
104
+ "additionalProperties": false
105
+ },
106
+ "hidden": false
107
+ },
108
+ {
109
+ "name": "delete_asset_folder",
110
+ "description": "Delete a Customer.io asset folder.",
111
+ "inputSchema": {
112
+ "type": "object",
113
+ "properties": {
114
+ "id": {
115
+ "type": "integer",
116
+ "exclusiveMinimum": 0,
117
+ "maximum": 9007199254740991
118
+ }
119
+ },
120
+ "required": [
121
+ "id"
122
+ ],
123
+ "additionalProperties": false
124
+ },
125
+ "hidden": false
126
+ },
127
+ {
128
+ "name": "get_asset_file",
129
+ "description": "Get a Customer.io asset file.",
130
+ "inputSchema": {
131
+ "type": "object",
132
+ "properties": {
133
+ "id": {
134
+ "type": "integer",
135
+ "exclusiveMinimum": 0,
136
+ "maximum": 9007199254740991
137
+ }
138
+ },
139
+ "required": [
140
+ "id"
141
+ ],
142
+ "additionalProperties": false
143
+ },
144
+ "hidden": false
145
+ },
146
+ {
147
+ "name": "create_asset_file",
148
+ "description": "Create a Customer.io asset file.",
149
+ "inputSchema": {
150
+ "type": "object",
151
+ "properties": {
152
+ "path": {
153
+ "type": "string",
154
+ "minLength": 1
155
+ },
156
+ "name": {
157
+ "type": "string"
158
+ },
159
+ "parent_folder_id": {
160
+ "anyOf": [
161
+ {
162
+ "type": "integer",
163
+ "minimum": -9007199254740991,
164
+ "maximum": 9007199254740991
165
+ },
166
+ {
167
+ "type": "null"
168
+ }
169
+ ]
170
+ }
171
+ },
172
+ "required": [
173
+ "path"
174
+ ],
175
+ "additionalProperties": false
176
+ },
177
+ "hidden": false
178
+ },
179
+ {
180
+ "name": "update_asset_file",
181
+ "description": "Update a Customer.io asset file.",
182
+ "inputSchema": {
183
+ "type": "object",
184
+ "properties": {
185
+ "id": {
186
+ "type": "integer",
187
+ "exclusiveMinimum": 0,
188
+ "maximum": 9007199254740991
189
+ },
190
+ "name": {
191
+ "type": "string",
192
+ "minLength": 1
193
+ },
194
+ "parent_folder_id": {
195
+ "anyOf": [
196
+ {
197
+ "type": "integer",
198
+ "minimum": -9007199254740991,
199
+ "maximum": 9007199254740991
200
+ },
201
+ {
202
+ "type": "null"
203
+ }
204
+ ]
205
+ }
206
+ },
207
+ "required": [
208
+ "id"
209
+ ],
210
+ "additionalProperties": false
211
+ },
212
+ "hidden": false
213
+ },
214
+ {
215
+ "name": "delete_asset_file",
216
+ "description": "Delete a Customer.io asset file.",
217
+ "inputSchema": {
218
+ "type": "object",
219
+ "properties": {
220
+ "id": {
221
+ "type": "integer",
222
+ "exclusiveMinimum": 0,
223
+ "maximum": 9007199254740991
224
+ }
225
+ },
226
+ "required": [
227
+ "id"
228
+ ],
229
+ "additionalProperties": false
230
+ },
231
+ "hidden": false
232
+ },
233
+ {
234
+ "name": "list_campaigns",
235
+ "description": "List Customer.io campaigns.",
236
+ "inputSchema": {
237
+ "type": "object",
238
+ "properties": {},
239
+ "additionalProperties": false
240
+ },
241
+ "hidden": false
242
+ },
243
+ {
244
+ "name": "get_campaign",
245
+ "description": "Get a Customer.io campaign by id.",
246
+ "inputSchema": {
247
+ "type": "object",
248
+ "properties": {
249
+ "campaign_id": {
250
+ "type": "integer",
251
+ "minimum": -9007199254740991,
252
+ "maximum": 9007199254740991
253
+ }
254
+ },
255
+ "required": [
256
+ "campaign_id"
257
+ ],
258
+ "additionalProperties": false
259
+ },
260
+ "hidden": false
261
+ },
262
+ {
263
+ "name": "get_campaign_metrics",
264
+ "description": "Get metrics for a Customer.io campaign.",
265
+ "inputSchema": {
266
+ "type": "object",
267
+ "properties": {
268
+ "campaign_id": {
269
+ "type": "integer",
270
+ "minimum": -9007199254740991,
271
+ "maximum": 9007199254740991
272
+ }
273
+ },
274
+ "required": [
275
+ "campaign_id"
276
+ ],
277
+ "additionalProperties": false
278
+ },
279
+ "hidden": false
280
+ },
281
+ {
282
+ "name": "list_campaign_actions",
283
+ "description": "List the actions/messages for a Customer.io campaign.",
284
+ "inputSchema": {
285
+ "type": "object",
286
+ "properties": {
287
+ "campaign_id": {
288
+ "type": "integer",
289
+ "minimum": -9007199254740991,
290
+ "maximum": 9007199254740991
291
+ }
292
+ },
293
+ "required": [
294
+ "campaign_id"
295
+ ],
296
+ "additionalProperties": false
297
+ },
298
+ "hidden": false
299
+ },
300
+ {
301
+ "name": "create_campaign_trigger",
302
+ "description": "Trigger a Customer.io campaign/broadcast send (side effect, no real send).",
303
+ "inputSchema": {
304
+ "type": "object",
305
+ "properties": {
306
+ "campaign_id": {
307
+ "type": "integer",
308
+ "minimum": -9007199254740991,
309
+ "maximum": 9007199254740991
310
+ },
311
+ "data": {
312
+ "anyOf": [
313
+ {
314
+ "type": "object",
315
+ "propertyNames": {
316
+ "type": "string"
317
+ },
318
+ "additionalProperties": {}
319
+ },
320
+ {
321
+ "type": "null"
322
+ }
323
+ ]
324
+ }
325
+ },
326
+ "required": [
327
+ "campaign_id"
328
+ ],
329
+ "additionalProperties": false
330
+ },
331
+ "hidden": false
332
+ },
333
+ {
334
+ "name": "get_campaign_trigger",
335
+ "description": "Get the status of a Customer.io campaign trigger.",
336
+ "inputSchema": {
337
+ "type": "object",
338
+ "properties": {
339
+ "campaign_id": {
340
+ "type": "integer",
341
+ "minimum": -9007199254740991,
342
+ "maximum": 9007199254740991
343
+ },
344
+ "trigger_id": {
345
+ "type": "integer",
346
+ "minimum": -9007199254740991,
347
+ "maximum": 9007199254740991
348
+ }
349
+ },
350
+ "required": [
351
+ "campaign_id",
352
+ "trigger_id"
353
+ ],
354
+ "additionalProperties": false
355
+ },
356
+ "hidden": false
357
+ },
358
+ {
359
+ "name": "get_collections",
360
+ "description": "List Customer.io collections.",
361
+ "inputSchema": {
362
+ "type": "object",
363
+ "properties": {},
364
+ "additionalProperties": false
365
+ },
366
+ "hidden": false
367
+ },
368
+ {
369
+ "name": "get_collection",
370
+ "description": "Lookup a Customer.io collection.",
371
+ "inputSchema": {
372
+ "type": "object",
373
+ "properties": {
374
+ "collection_id": {
375
+ "type": "string"
376
+ }
377
+ },
378
+ "additionalProperties": false
379
+ },
380
+ "hidden": false
381
+ },
382
+ {
383
+ "name": "get_collection_contents",
384
+ "description": "Lookup the contents of a Customer.io collection.",
385
+ "inputSchema": {
386
+ "type": "object",
387
+ "properties": {
388
+ "collection_id": {
389
+ "type": "string"
390
+ }
391
+ },
392
+ "additionalProperties": false
393
+ },
394
+ "hidden": false
395
+ },
396
+ {
397
+ "name": "add_collection",
398
+ "description": "Create a Customer.io collection.",
399
+ "inputSchema": {
400
+ "type": "object",
401
+ "properties": {
402
+ "name": {
403
+ "type": "string"
404
+ },
405
+ "data": {
406
+ "type": "array",
407
+ "items": {
408
+ "type": "object",
409
+ "propertyNames": {
410
+ "type": "string"
411
+ },
412
+ "additionalProperties": {}
413
+ }
414
+ },
415
+ "url": {
416
+ "type": "string"
417
+ }
418
+ },
419
+ "additionalProperties": false
420
+ },
421
+ "hidden": false
422
+ },
423
+ {
424
+ "name": "update_collection",
425
+ "description": "Update a Customer.io collection.",
426
+ "inputSchema": {
427
+ "type": "object",
428
+ "properties": {
429
+ "collection_id": {
430
+ "type": "string"
431
+ },
432
+ "name": {
433
+ "type": "string"
434
+ },
435
+ "data": {
436
+ "type": "array",
437
+ "items": {
438
+ "type": "object",
439
+ "propertyNames": {
440
+ "type": "string"
441
+ },
442
+ "additionalProperties": {}
443
+ }
444
+ },
445
+ "url": {
446
+ "type": "string"
447
+ }
448
+ },
449
+ "additionalProperties": false
450
+ },
451
+ "hidden": false
452
+ },
453
+ {
454
+ "name": "update_collection_contents",
455
+ "description": "Update the contents of a Customer.io collection.",
456
+ "inputSchema": {
457
+ "type": "object",
458
+ "properties": {
459
+ "collection_id": {
460
+ "type": "string"
461
+ },
462
+ "data": {
463
+ "type": "array",
464
+ "items": {
465
+ "type": "object",
466
+ "propertyNames": {
467
+ "type": "string"
468
+ },
469
+ "additionalProperties": {}
470
+ }
471
+ }
472
+ },
473
+ "additionalProperties": false
474
+ },
475
+ "hidden": false
476
+ },
477
+ {
478
+ "name": "delete_collection",
479
+ "description": "Delete a Customer.io collection.",
480
+ "inputSchema": {
481
+ "type": "object",
482
+ "properties": {
483
+ "collection_id": {
484
+ "type": "string"
485
+ }
486
+ },
487
+ "additionalProperties": false
488
+ },
489
+ "hidden": false
490
+ },
491
+ {
492
+ "name": "list_broadcasts",
493
+ "description": "List Customer.io broadcasts.",
494
+ "inputSchema": {
495
+ "type": "object",
496
+ "properties": {},
497
+ "additionalProperties": false
498
+ },
499
+ "hidden": false
500
+ },
501
+ {
502
+ "name": "get_broadcast",
503
+ "description": "Get a Customer.io broadcast by id.",
504
+ "inputSchema": {
505
+ "type": "object",
506
+ "properties": {
507
+ "broadcast_id": {
508
+ "type": "integer",
509
+ "minimum": -9007199254740991,
510
+ "maximum": 9007199254740991
511
+ }
512
+ },
513
+ "required": [
514
+ "broadcast_id"
515
+ ],
516
+ "additionalProperties": false
517
+ },
518
+ "hidden": false
519
+ },
520
+ {
521
+ "name": "get_broadcast_metrics",
522
+ "description": "Get metrics for a Customer.io broadcast.",
523
+ "inputSchema": {
524
+ "type": "object",
525
+ "properties": {
526
+ "broadcast_id": {
527
+ "type": "integer",
528
+ "minimum": -9007199254740991,
529
+ "maximum": 9007199254740991
530
+ }
531
+ },
532
+ "required": [
533
+ "broadcast_id"
534
+ ],
535
+ "additionalProperties": false
536
+ },
537
+ "hidden": false
538
+ },
539
+ {
540
+ "name": "list_customers",
541
+ "description": "Lookup Customer.io customers by email.",
542
+ "inputSchema": {
543
+ "type": "object",
544
+ "properties": {
545
+ "email": {
546
+ "type": "string"
547
+ }
548
+ },
549
+ "additionalProperties": false
550
+ },
551
+ "hidden": false
552
+ },
553
+ {
554
+ "name": "list_customer_attributes_catalog",
555
+ "description": "List available Customer.io customer attributes.",
556
+ "inputSchema": {
557
+ "type": "object",
558
+ "properties": {},
559
+ "additionalProperties": false
560
+ },
561
+ "hidden": false
562
+ },
563
+ {
564
+ "name": "newsletter_not_found",
565
+ "description": "Return the recorded Customer.io newsletter not-found envelope.",
566
+ "inputSchema": {
567
+ "type": "object",
568
+ "properties": {},
569
+ "additionalProperties": false
570
+ },
571
+ "hidden": false
572
+ },
573
+ {
574
+ "name": "newsletter_empty_links",
575
+ "description": "Return the recorded Customer.io newsletter not-found envelope.",
576
+ "inputSchema": {
577
+ "type": "object",
578
+ "properties": {},
579
+ "additionalProperties": false
580
+ },
581
+ "hidden": false
582
+ },
583
+ {
584
+ "name": "create_newsletter",
585
+ "description": "Validate Customer.io newsletter creation requests.",
586
+ "inputSchema": {
587
+ "type": "object",
588
+ "properties": {},
589
+ "additionalProperties": false
590
+ },
591
+ "hidden": false
592
+ },
593
+ {
594
+ "name": "schedule_newsletter",
595
+ "description": "Validate Customer.io newsletter scheduling requests.",
596
+ "inputSchema": {
597
+ "type": "object",
598
+ "properties": {},
599
+ "additionalProperties": false
600
+ },
601
+ "hidden": false
602
+ },
603
+ {
604
+ "name": "get_customer_attributes",
605
+ "description": "Get a Customer.io customer attributes object.",
606
+ "inputSchema": {
607
+ "type": "object",
608
+ "properties": {
609
+ "customer_id": {
610
+ "type": "string"
611
+ }
612
+ },
613
+ "additionalProperties": false
614
+ },
615
+ "hidden": false
616
+ },
617
+ {
618
+ "name": "list_messages",
619
+ "description": "List Customer.io messages.",
620
+ "inputSchema": {
621
+ "type": "object",
622
+ "properties": {},
623
+ "additionalProperties": false
624
+ },
625
+ "hidden": false
626
+ },
627
+ {
628
+ "name": "list_activities",
629
+ "description": "List Customer.io workspace activities.",
630
+ "inputSchema": {
631
+ "type": "object",
632
+ "properties": {},
633
+ "additionalProperties": false
634
+ },
635
+ "hidden": false
636
+ },
637
+ {
638
+ "name": "list_senders",
639
+ "description": "List Customer.io sender identities.",
640
+ "inputSchema": {
641
+ "type": "object",
642
+ "properties": {},
643
+ "additionalProperties": false
644
+ },
645
+ "hidden": false
646
+ },
647
+ {
648
+ "name": "get_sender",
649
+ "description": "Get a Customer.io sender identity by id.",
650
+ "inputSchema": {
651
+ "type": "object",
652
+ "properties": {
653
+ "sender_id": {
654
+ "type": "string"
655
+ }
656
+ },
657
+ "additionalProperties": false
658
+ },
659
+ "hidden": false
660
+ },
661
+ {
662
+ "name": "get_sender_used_by",
663
+ "description": "Get usage details for a Customer.io sender identity.",
664
+ "inputSchema": {
665
+ "type": "object",
666
+ "properties": {
667
+ "sender_id": {
668
+ "type": "string"
669
+ }
670
+ },
671
+ "additionalProperties": false
672
+ },
673
+ "hidden": false
674
+ },
675
+ {
676
+ "name": "list_webhooks",
677
+ "description": "List Customer.io reporting webhooks.",
678
+ "inputSchema": {
679
+ "type": "object",
680
+ "properties": {},
681
+ "additionalProperties": false
682
+ },
683
+ "hidden": false
684
+ },
685
+ {
686
+ "name": "create_webhook",
687
+ "description": "Create a Customer.io reporting webhook.",
688
+ "inputSchema": {
689
+ "type": "object",
690
+ "properties": {},
691
+ "additionalProperties": false
692
+ },
693
+ "hidden": false
694
+ },
695
+ {
696
+ "name": "list_snippets",
697
+ "description": "List Customer.io snippets.",
698
+ "inputSchema": {
699
+ "type": "object",
700
+ "properties": {},
701
+ "additionalProperties": false
702
+ },
703
+ "hidden": false
704
+ },
705
+ {
706
+ "name": "list_workspaces",
707
+ "description": "List Customer.io workspaces.",
708
+ "inputSchema": {
709
+ "type": "object",
710
+ "properties": {},
711
+ "additionalProperties": false
712
+ },
713
+ "hidden": false
714
+ },
715
+ {
716
+ "name": "get_subscription_channels",
717
+ "description": "List Customer.io subscription channels.",
718
+ "inputSchema": {
719
+ "type": "object",
720
+ "properties": {},
721
+ "additionalProperties": false
722
+ },
723
+ "hidden": false
724
+ },
725
+ {
726
+ "name": "get_subscription_topics",
727
+ "description": "List Customer.io subscription topics.",
728
+ "inputSchema": {
729
+ "type": "object",
730
+ "properties": {},
731
+ "additionalProperties": false
732
+ },
733
+ "hidden": false
734
+ },
735
+ {
736
+ "name": "get_subscription_center_token",
737
+ "description": "Get a Customer.io subscription center token for a customer.",
738
+ "inputSchema": {
739
+ "type": "object",
740
+ "properties": {
741
+ "customer_id": {
742
+ "type": "string"
743
+ }
744
+ },
745
+ "additionalProperties": false
746
+ },
747
+ "hidden": false
748
+ },
749
+ {
750
+ "name": "get_cio_allowlist",
751
+ "description": "Get Customer.io IP allowlist.",
752
+ "inputSchema": {
753
+ "type": "object",
754
+ "properties": {},
755
+ "additionalProperties": false
756
+ },
757
+ "hidden": false
758
+ },
759
+ {
760
+ "name": "get_message",
761
+ "description": "Get a Customer.io message by id.",
762
+ "inputSchema": {
763
+ "type": "object",
764
+ "properties": {
765
+ "message_id": {
766
+ "type": "string"
767
+ }
768
+ },
769
+ "additionalProperties": false
770
+ },
771
+ "hidden": false
772
+ },
773
+ {
774
+ "name": "list_object_types",
775
+ "description": "List Customer.io object types.",
776
+ "inputSchema": {
777
+ "type": "object",
778
+ "properties": {},
779
+ "additionalProperties": false
780
+ },
781
+ "hidden": false
782
+ },
783
+ {
784
+ "name": "delete_object_type",
785
+ "description": "Delete a Customer.io object type.",
786
+ "inputSchema": {
787
+ "type": "object",
788
+ "properties": {
789
+ "object_type_id": {
790
+ "anyOf": [
791
+ {
792
+ "type": "string"
793
+ },
794
+ {
795
+ "type": "number"
796
+ }
797
+ ]
798
+ }
799
+ },
800
+ "additionalProperties": false
801
+ },
802
+ "hidden": false
803
+ },
804
+ {
805
+ "name": "search_objects",
806
+ "description": "Search Customer.io objects.",
807
+ "inputSchema": {
808
+ "type": "object",
809
+ "properties": {
810
+ "object_type_id": {
811
+ "anyOf": [
812
+ {
813
+ "type": "string"
814
+ },
815
+ {
816
+ "type": "number"
817
+ }
818
+ ]
819
+ },
820
+ "filter": {
821
+ "type": "object",
822
+ "propertyNames": {
823
+ "type": "string"
824
+ },
825
+ "additionalProperties": {}
826
+ }
827
+ },
828
+ "required": [
829
+ "filter"
830
+ ],
831
+ "additionalProperties": false
832
+ },
833
+ "hidden": false
834
+ },
835
+ {
836
+ "name": "get_object",
837
+ "description": "Get a Customer.io object by type and id.",
838
+ "inputSchema": {
839
+ "type": "object",
840
+ "properties": {
841
+ "object_type_id": {
842
+ "anyOf": [
843
+ {
844
+ "type": "string"
845
+ },
846
+ {
847
+ "type": "number"
848
+ }
849
+ ]
850
+ },
851
+ "object_id": {
852
+ "type": "string"
853
+ },
854
+ "id_type": {
855
+ "type": "string",
856
+ "enum": [
857
+ "object_id",
858
+ "cio_object_id"
859
+ ]
860
+ }
861
+ },
862
+ "additionalProperties": false
863
+ },
864
+ "hidden": false
865
+ },
866
+ {
867
+ "name": "upsert_object",
868
+ "description": "Create or update a Customer.io object by type and id.",
869
+ "inputSchema": {
870
+ "type": "object",
871
+ "properties": {
872
+ "object_type_id": {
873
+ "anyOf": [
874
+ {
875
+ "type": "string"
876
+ },
877
+ {
878
+ "type": "number"
879
+ }
880
+ ]
881
+ },
882
+ "object_id": {
883
+ "type": "string"
884
+ },
885
+ "id_type": {
886
+ "type": "string",
887
+ "enum": [
888
+ "object_id",
889
+ "cio_object_id"
890
+ ]
891
+ }
892
+ },
893
+ "additionalProperties": false
894
+ },
895
+ "hidden": false
896
+ },
897
+ {
898
+ "name": "delete_object",
899
+ "description": "Delete a Customer.io object by type and id.",
900
+ "inputSchema": {
901
+ "type": "object",
902
+ "properties": {
903
+ "object_type_id": {
904
+ "anyOf": [
905
+ {
906
+ "type": "string"
907
+ },
908
+ {
909
+ "type": "number"
910
+ }
911
+ ]
912
+ },
913
+ "object_id": {
914
+ "type": "string"
915
+ },
916
+ "id_type": {
917
+ "type": "string",
918
+ "enum": [
919
+ "object_id",
920
+ "cio_object_id"
921
+ ]
922
+ }
923
+ },
924
+ "additionalProperties": false
925
+ },
926
+ "hidden": false
927
+ },
928
+ {
929
+ "name": "get_object_attributes",
930
+ "description": "Get a Customer.io object attributes payload.",
931
+ "inputSchema": {
932
+ "type": "object",
933
+ "properties": {
934
+ "object_type_id": {
935
+ "anyOf": [
936
+ {
937
+ "type": "string"
938
+ },
939
+ {
940
+ "type": "number"
941
+ }
942
+ ]
943
+ },
944
+ "object_id": {
945
+ "type": "string"
946
+ },
947
+ "id_type": {
948
+ "type": "string",
949
+ "enum": [
950
+ "object_id",
951
+ "cio_object_id"
952
+ ]
953
+ }
954
+ },
955
+ "additionalProperties": false
956
+ },
957
+ "hidden": false
958
+ },
959
+ {
960
+ "name": "get_object_relationships",
961
+ "description": "Get a Customer.io object relationships payload.",
962
+ "inputSchema": {
963
+ "type": "object",
964
+ "properties": {
965
+ "object_type_id": {
966
+ "anyOf": [
967
+ {
968
+ "type": "string"
969
+ },
970
+ {
971
+ "type": "number"
972
+ }
973
+ ]
974
+ },
975
+ "object_id": {
976
+ "type": "string"
977
+ },
978
+ "id_type": {
979
+ "type": "string",
980
+ "enum": [
981
+ "object_id",
982
+ "cio_object_id"
983
+ ]
984
+ },
985
+ "start": {
986
+ "type": "string"
987
+ },
988
+ "limit": {
989
+ "type": "integer",
990
+ "minimum": -9007199254740991,
991
+ "maximum": 9007199254740991
992
+ }
993
+ },
994
+ "additionalProperties": false
995
+ },
996
+ "hidden": false
997
+ },
998
+ {
999
+ "name": "list_transactional_messages",
1000
+ "description": "List Customer.io transactional messages.",
1001
+ "inputSchema": {
1002
+ "type": "object",
1003
+ "properties": {},
1004
+ "additionalProperties": false
1005
+ },
1006
+ "hidden": false
1007
+ },
1008
+ {
1009
+ "name": "get_transactional_message",
1010
+ "description": "Get a Customer.io transactional message by id.",
1011
+ "inputSchema": {
1012
+ "type": "object",
1013
+ "properties": {
1014
+ "transactional_id": {
1015
+ "type": "integer",
1016
+ "minimum": -9007199254740991,
1017
+ "maximum": 9007199254740991
1018
+ }
1019
+ },
1020
+ "required": [
1021
+ "transactional_id"
1022
+ ],
1023
+ "additionalProperties": false
1024
+ },
1025
+ "hidden": false
1026
+ },
1027
+ {
1028
+ "name": "list_transactional_message_contents",
1029
+ "description": "List contents for a Customer.io transactional message.",
1030
+ "inputSchema": {
1031
+ "type": "object",
1032
+ "properties": {
1033
+ "transactional_id": {
1034
+ "type": "integer",
1035
+ "minimum": -9007199254740991,
1036
+ "maximum": 9007199254740991
1037
+ }
1038
+ },
1039
+ "required": [
1040
+ "transactional_id"
1041
+ ],
1042
+ "additionalProperties": false
1043
+ },
1044
+ "hidden": false
1045
+ },
1046
+ {
1047
+ "name": "list_transactional_message_messages",
1048
+ "description": "List deliveries for a Customer.io transactional message.",
1049
+ "inputSchema": {
1050
+ "type": "object",
1051
+ "properties": {
1052
+ "transactional_id": {
1053
+ "type": "integer",
1054
+ "minimum": -9007199254740991,
1055
+ "maximum": 9007199254740991
1056
+ }
1057
+ },
1058
+ "required": [
1059
+ "transactional_id"
1060
+ ],
1061
+ "additionalProperties": false
1062
+ },
1063
+ "hidden": false
1064
+ },
1065
+ {
1066
+ "name": "get_transactional_message_metrics_links",
1067
+ "description": "Get link metrics for a Customer.io transactional message.",
1068
+ "inputSchema": {
1069
+ "type": "object",
1070
+ "properties": {
1071
+ "transactional_id": {
1072
+ "type": "integer",
1073
+ "minimum": -9007199254740991,
1074
+ "maximum": 9007199254740991
1075
+ }
1076
+ },
1077
+ "required": [
1078
+ "transactional_id"
1079
+ ],
1080
+ "additionalProperties": false
1081
+ },
1082
+ "hidden": false
1083
+ },
1084
+ {
1085
+ "name": "get_transactional_message_metrics",
1086
+ "description": "Get metrics for a Customer.io transactional message.",
1087
+ "inputSchema": {
1088
+ "type": "object",
1089
+ "properties": {
1090
+ "transactional_id": {
1091
+ "type": "integer",
1092
+ "minimum": -9007199254740991,
1093
+ "maximum": 9007199254740991
1094
+ }
1095
+ },
1096
+ "required": [
1097
+ "transactional_id"
1098
+ ],
1099
+ "additionalProperties": false
1100
+ },
1101
+ "hidden": false
1102
+ },
1103
+ {
1104
+ "name": "list_exports",
1105
+ "description": "List Customer.io exports.",
1106
+ "inputSchema": {
1107
+ "type": "object",
1108
+ "properties": {},
1109
+ "additionalProperties": false
1110
+ },
1111
+ "hidden": false
1112
+ },
1113
+ {
1114
+ "name": "get_export",
1115
+ "description": "Get a Customer.io export by id.",
1116
+ "inputSchema": {
1117
+ "type": "object",
1118
+ "properties": {
1119
+ "export_id": {
1120
+ "type": "integer",
1121
+ "minimum": -9007199254740991,
1122
+ "maximum": 9007199254740991
1123
+ }
1124
+ },
1125
+ "required": [
1126
+ "export_id"
1127
+ ],
1128
+ "additionalProperties": false
1129
+ },
1130
+ "hidden": false
1131
+ },
1132
+ {
1133
+ "name": "download_export",
1134
+ "description": "Get a Customer.io export download URL.",
1135
+ "inputSchema": {
1136
+ "type": "object",
1137
+ "properties": {
1138
+ "export_id": {
1139
+ "type": "integer",
1140
+ "minimum": -9007199254740991,
1141
+ "maximum": 9007199254740991
1142
+ }
1143
+ },
1144
+ "required": [
1145
+ "export_id"
1146
+ ],
1147
+ "additionalProperties": false
1148
+ },
1149
+ "hidden": false
1150
+ },
1151
+ {
1152
+ "name": "export_people_data",
1153
+ "description": "Create a Customer.io people export.",
1154
+ "inputSchema": {
1155
+ "type": "object",
1156
+ "properties": {
1157
+ "filters": {
1158
+ "type": "object",
1159
+ "propertyNames": {
1160
+ "type": "string"
1161
+ },
1162
+ "additionalProperties": {}
1163
+ }
1164
+ },
1165
+ "required": [
1166
+ "filters"
1167
+ ],
1168
+ "additionalProperties": false
1169
+ },
1170
+ "hidden": false
1171
+ },
1172
+ {
1173
+ "name": "export_deliveries_data",
1174
+ "description": "Create a Customer.io deliveries export.",
1175
+ "inputSchema": {
1176
+ "type": "object",
1177
+ "properties": {
1178
+ "newsletter_id": {
1179
+ "type": "integer",
1180
+ "minimum": -9007199254740991,
1181
+ "maximum": 9007199254740991
1182
+ },
1183
+ "campaign_id": {
1184
+ "type": "integer",
1185
+ "minimum": -9007199254740991,
1186
+ "maximum": 9007199254740991
1187
+ }
1188
+ },
1189
+ "additionalProperties": false
1190
+ },
1191
+ "hidden": false
1192
+ },
1193
+ {
1194
+ "name": "list_newsletters",
1195
+ "description": "List Customer.io newsletters.",
1196
+ "inputSchema": {
1197
+ "type": "object",
1198
+ "properties": {},
1199
+ "additionalProperties": false
1200
+ },
1201
+ "hidden": false
1202
+ },
1203
+ {
1204
+ "name": "get_newsletter",
1205
+ "description": "Get a Customer.io newsletter by id.",
1206
+ "inputSchema": {
1207
+ "type": "object",
1208
+ "properties": {
1209
+ "id": {
1210
+ "anyOf": [
1211
+ {
1212
+ "type": "integer",
1213
+ "minimum": -9007199254740991,
1214
+ "maximum": 9007199254740991
1215
+ },
1216
+ {
1217
+ "type": "string"
1218
+ }
1219
+ ]
1220
+ }
1221
+ },
1222
+ "required": [
1223
+ "id"
1224
+ ],
1225
+ "additionalProperties": false
1226
+ },
1227
+ "hidden": false
1228
+ },
1229
+ {
1230
+ "name": "get_newsletter_metrics",
1231
+ "description": "Get Customer.io newsletter metrics.",
1232
+ "inputSchema": {
1233
+ "type": "object",
1234
+ "properties": {
1235
+ "id": {
1236
+ "type": "integer",
1237
+ "minimum": -9007199254740991,
1238
+ "maximum": 9007199254740991
1239
+ }
1240
+ },
1241
+ "required": [
1242
+ "id"
1243
+ ],
1244
+ "additionalProperties": false
1245
+ },
1246
+ "hidden": false
1247
+ },
1248
+ {
1249
+ "name": "get_newsletter_metrics_lite",
1250
+ "description": "Get Customer.io newsletter metrics.",
1251
+ "inputSchema": {
1252
+ "type": "object",
1253
+ "properties": {
1254
+ "id": {
1255
+ "type": "integer",
1256
+ "minimum": -9007199254740991,
1257
+ "maximum": 9007199254740991
1258
+ }
1259
+ },
1260
+ "required": [
1261
+ "id"
1262
+ ],
1263
+ "additionalProperties": false
1264
+ },
1265
+ "hidden": false
1266
+ },
1267
+ {
1268
+ "name": "send_email",
1269
+ "description": "Send a transactional email.",
1270
+ "inputSchema": {
1271
+ "type": "object",
1272
+ "properties": {
1273
+ "to": {
1274
+ "type": "string"
1275
+ },
1276
+ "transactional_message_id": {},
1277
+ "identifiers": {
1278
+ "type": "object",
1279
+ "propertyNames": {
1280
+ "type": "string"
1281
+ },
1282
+ "additionalProperties": {}
1283
+ }
1284
+ },
1285
+ "additionalProperties": false
1286
+ },
1287
+ "hidden": false
1288
+ },
1289
+ {
1290
+ "name": "send_in_app",
1291
+ "description": "Send a transactional in-app message.",
1292
+ "inputSchema": {
1293
+ "type": "object",
1294
+ "properties": {
1295
+ "to": {},
1296
+ "transactional_message_id": {},
1297
+ "identifiers": {
1298
+ "type": "object",
1299
+ "propertyNames": {
1300
+ "type": "string"
1301
+ },
1302
+ "additionalProperties": {}
1303
+ }
1304
+ },
1305
+ "additionalProperties": false
1306
+ },
1307
+ "hidden": false
1308
+ },
1309
+ {
1310
+ "name": "send_inbox_message",
1311
+ "description": "Send a transactional inbox message.",
1312
+ "inputSchema": {
1313
+ "type": "object",
1314
+ "properties": {
1315
+ "to": {},
1316
+ "transactional_message_id": {},
1317
+ "identifiers": {
1318
+ "type": "object",
1319
+ "propertyNames": {
1320
+ "type": "string"
1321
+ },
1322
+ "additionalProperties": {}
1323
+ }
1324
+ },
1325
+ "additionalProperties": false
1326
+ },
1327
+ "hidden": false
1328
+ },
1329
+ {
1330
+ "name": "send_push",
1331
+ "description": "Send a transactional push message.",
1332
+ "inputSchema": {
1333
+ "type": "object",
1334
+ "properties": {
1335
+ "to": {},
1336
+ "transactional_message_id": {},
1337
+ "identifiers": {
1338
+ "type": "object",
1339
+ "propertyNames": {
1340
+ "type": "string"
1341
+ },
1342
+ "additionalProperties": {}
1343
+ }
1344
+ },
1345
+ "additionalProperties": false
1346
+ },
1347
+ "hidden": false
1348
+ },
1349
+ {
1350
+ "name": "send_sms",
1351
+ "description": "Send a transactional sms message.",
1352
+ "inputSchema": {
1353
+ "type": "object",
1354
+ "properties": {
1355
+ "to": {},
1356
+ "transactional_message_id": {},
1357
+ "identifiers": {
1358
+ "type": "object",
1359
+ "propertyNames": {
1360
+ "type": "string"
1361
+ },
1362
+ "additionalProperties": {}
1363
+ }
1364
+ },
1365
+ "additionalProperties": false
1366
+ },
1367
+ "hidden": false
1368
+ },
1369
+ {
1370
+ "name": "create_man_segment",
1371
+ "description": "Create a manual Customer.io segment.",
1372
+ "inputSchema": {
1373
+ "type": "object",
1374
+ "properties": {
1375
+ "segment": {
1376
+ "type": "object",
1377
+ "properties": {
1378
+ "name": {
1379
+ "type": "string"
1380
+ },
1381
+ "description": {
1382
+ "type": "string"
1383
+ }
1384
+ },
1385
+ "required": [
1386
+ "name"
1387
+ ],
1388
+ "additionalProperties": {}
1389
+ }
1390
+ },
1391
+ "required": [
1392
+ "segment"
1393
+ ],
1394
+ "additionalProperties": false
1395
+ },
1396
+ "hidden": false
1397
+ },
1398
+ {
1399
+ "name": "list_segments",
1400
+ "description": "List Customer.io segments.",
1401
+ "inputSchema": {
1402
+ "type": "object",
1403
+ "properties": {},
1404
+ "additionalProperties": false
1405
+ },
1406
+ "hidden": false
1407
+ },
1408
+ {
1409
+ "name": "get_segment",
1410
+ "description": "Get a Customer.io segment by id.",
1411
+ "inputSchema": {
1412
+ "type": "object",
1413
+ "properties": {
1414
+ "segment_id": {
1415
+ "type": "integer",
1416
+ "minimum": -9007199254740991,
1417
+ "maximum": 9007199254740991
1418
+ }
1419
+ },
1420
+ "required": [
1421
+ "segment_id"
1422
+ ],
1423
+ "additionalProperties": false
1424
+ },
1425
+ "hidden": false
1426
+ },
1427
+ {
1428
+ "name": "get_segment_count",
1429
+ "description": "Get a Customer.io segment customer count.",
1430
+ "inputSchema": {
1431
+ "type": "object",
1432
+ "properties": {
1433
+ "segment_id": {
1434
+ "type": "integer",
1435
+ "minimum": -9007199254740991,
1436
+ "maximum": 9007199254740991
1437
+ }
1438
+ },
1439
+ "required": [
1440
+ "segment_id"
1441
+ ],
1442
+ "additionalProperties": false
1443
+ },
1444
+ "hidden": false
1445
+ },
1446
+ {
1447
+ "name": "get_segment_customer_count",
1448
+ "description": "Get a Customer.io segment customer count.",
1449
+ "inputSchema": {
1450
+ "type": "object",
1451
+ "properties": {
1452
+ "segment_id": {
1453
+ "type": "integer",
1454
+ "minimum": -9007199254740991,
1455
+ "maximum": 9007199254740991
1456
+ }
1457
+ },
1458
+ "required": [
1459
+ "segment_id"
1460
+ ],
1461
+ "additionalProperties": false
1462
+ },
1463
+ "hidden": false
1464
+ },
1465
+ {
1466
+ "name": "get_segment_membership",
1467
+ "description": "Get the membership summary for a Customer.io segment.",
1468
+ "inputSchema": {
1469
+ "type": "object",
1470
+ "properties": {
1471
+ "segment_id": {
1472
+ "type": "integer",
1473
+ "minimum": -9007199254740991,
1474
+ "maximum": 9007199254740991
1475
+ }
1476
+ },
1477
+ "required": [
1478
+ "segment_id"
1479
+ ],
1480
+ "additionalProperties": false
1481
+ },
1482
+ "hidden": false
1483
+ },
1484
+ {
1485
+ "name": "get_segment_dependencies",
1486
+ "description": "List resources using a Customer.io segment.",
1487
+ "inputSchema": {
1488
+ "type": "object",
1489
+ "properties": {
1490
+ "segment_id": {
1491
+ "type": "integer",
1492
+ "minimum": -9007199254740991,
1493
+ "maximum": 9007199254740991
1494
+ }
1495
+ },
1496
+ "required": [
1497
+ "segment_id"
1498
+ ],
1499
+ "additionalProperties": false
1500
+ },
1501
+ "hidden": false
1502
+ },
1503
+ {
1504
+ "name": "get_segment_used_by",
1505
+ "description": "List resources using a Customer.io segment.",
1506
+ "inputSchema": {
1507
+ "type": "object",
1508
+ "properties": {
1509
+ "segment_id": {
1510
+ "type": "integer",
1511
+ "minimum": -9007199254740991,
1512
+ "maximum": 9007199254740991
1513
+ }
1514
+ },
1515
+ "required": [
1516
+ "segment_id"
1517
+ ],
1518
+ "additionalProperties": false
1519
+ },
1520
+ "hidden": false
1521
+ },
1522
+ {
1523
+ "name": "delete_man_segment",
1524
+ "description": "Delete a manual Customer.io segment.",
1525
+ "inputSchema": {
1526
+ "type": "object",
1527
+ "properties": {
1528
+ "segment_id": {
1529
+ "type": "integer",
1530
+ "minimum": -9007199254740991,
1531
+ "maximum": 9007199254740991
1532
+ }
1533
+ },
1534
+ "required": [
1535
+ "segment_id"
1536
+ ],
1537
+ "additionalProperties": false
1538
+ },
1539
+ "hidden": false
1540
+ },
1541
+ {
1542
+ "name": "create_broadcast_trigger",
1543
+ "description": "Trigger a Customer.io broadcast run (side effect, no real send).",
1544
+ "inputSchema": {
1545
+ "type": "object",
1546
+ "properties": {
1547
+ "broadcast_id": {
1548
+ "type": "integer",
1549
+ "minimum": -9007199254740991,
1550
+ "maximum": 9007199254740991
1551
+ },
1552
+ "data": {
1553
+ "anyOf": [
1554
+ {
1555
+ "type": "object",
1556
+ "propertyNames": {
1557
+ "type": "string"
1558
+ },
1559
+ "additionalProperties": {}
1560
+ },
1561
+ {
1562
+ "type": "null"
1563
+ }
1564
+ ]
1565
+ }
1566
+ },
1567
+ "required": [
1568
+ "broadcast_id"
1569
+ ],
1570
+ "additionalProperties": false
1571
+ },
1572
+ "hidden": false
1573
+ },
1574
+ {
1575
+ "name": "list_broadcast_triggers",
1576
+ "description": "List trigger runs for a Customer.io broadcast.",
1577
+ "inputSchema": {
1578
+ "type": "object",
1579
+ "properties": {
1580
+ "broadcast_id": {
1581
+ "type": "integer",
1582
+ "minimum": -9007199254740991,
1583
+ "maximum": 9007199254740991
1584
+ }
1585
+ },
1586
+ "required": [
1587
+ "broadcast_id"
1588
+ ],
1589
+ "additionalProperties": false
1590
+ },
1591
+ "hidden": false
1592
+ },
1593
+ {
1594
+ "name": "get_customers_by_ids",
1595
+ "description": "Bulk-read Customer.io customer attribute objects by id.",
1596
+ "inputSchema": {
1597
+ "type": "object",
1598
+ "properties": {
1599
+ "customer_ids": {
1600
+ "default": [],
1601
+ "type": "array",
1602
+ "items": {
1603
+ "type": "string"
1604
+ }
1605
+ }
1606
+ },
1607
+ "additionalProperties": false
1608
+ },
1609
+ "hidden": false
1610
+ },
1611
+ {
1612
+ "name": "list_customer_messages",
1613
+ "description": "List the message delivery history for a Customer.io customer.",
1614
+ "inputSchema": {
1615
+ "type": "object",
1616
+ "properties": {
1617
+ "customer_id": {
1618
+ "type": "string"
1619
+ }
1620
+ },
1621
+ "additionalProperties": false
1622
+ },
1623
+ "hidden": false
1624
+ },
1625
+ {
1626
+ "name": "list_customer_segments",
1627
+ "description": "List the segment memberships for a Customer.io customer.",
1628
+ "inputSchema": {
1629
+ "type": "object",
1630
+ "properties": {
1631
+ "customer_id": {
1632
+ "type": "string"
1633
+ }
1634
+ },
1635
+ "additionalProperties": false
1636
+ },
1637
+ "hidden": false
1638
+ },
1639
+ {
1640
+ "name": "list_customer_activities",
1641
+ "description": "List a Customer.io customer activity feed.",
1642
+ "inputSchema": {
1643
+ "type": "object",
1644
+ "properties": {
1645
+ "customer_id": {
1646
+ "type": "string"
1647
+ }
1648
+ },
1649
+ "additionalProperties": false
1650
+ },
1651
+ "hidden": false
1652
+ },
1653
+ {
1654
+ "name": "list_customer_relationships",
1655
+ "description": "List a Customer.io customer relationships payload.",
1656
+ "inputSchema": {
1657
+ "type": "object",
1658
+ "properties": {
1659
+ "customer_id": {
1660
+ "type": "string"
1661
+ }
1662
+ },
1663
+ "additionalProperties": false
1664
+ },
1665
+ "hidden": false
1666
+ },
1667
+ {
1668
+ "name": "get_customer_subscription_preferences",
1669
+ "description": "Get a Customer.io customer subscription preferences payload.",
1670
+ "inputSchema": {
1671
+ "type": "object",
1672
+ "properties": {
1673
+ "customer_id": {
1674
+ "type": "string"
1675
+ }
1676
+ },
1677
+ "additionalProperties": false
1678
+ },
1679
+ "hidden": false
1680
+ },
1681
+ {
1682
+ "name": "list_design_studio_folders",
1683
+ "description": "List Customer.io Design Studio folders.",
1684
+ "inputSchema": {
1685
+ "type": "object",
1686
+ "properties": {},
1687
+ "additionalProperties": false
1688
+ },
1689
+ "hidden": false
1690
+ },
1691
+ {
1692
+ "name": "create_design_studio_folder",
1693
+ "description": "Create a Design Studio folder.",
1694
+ "inputSchema": {
1695
+ "type": "object",
1696
+ "properties": {
1697
+ "name": {
1698
+ "type": "string",
1699
+ "minLength": 1
1700
+ },
1701
+ "parent_folder_id": {
1702
+ "anyOf": [
1703
+ {
1704
+ "type": "string"
1705
+ },
1706
+ {
1707
+ "type": "null"
1708
+ }
1709
+ ]
1710
+ }
1711
+ },
1712
+ "required": [
1713
+ "name"
1714
+ ],
1715
+ "additionalProperties": false
1716
+ },
1717
+ "hidden": false
1718
+ },
1719
+ {
1720
+ "name": "get_design_studio_folder",
1721
+ "description": "Get a Design Studio folder.",
1722
+ "inputSchema": {
1723
+ "type": "object",
1724
+ "properties": {
1725
+ "id": {
1726
+ "type": "string",
1727
+ "minLength": 1
1728
+ }
1729
+ },
1730
+ "required": [
1731
+ "id"
1732
+ ],
1733
+ "additionalProperties": false
1734
+ },
1735
+ "hidden": false
1736
+ },
1737
+ {
1738
+ "name": "update_design_studio_folder",
1739
+ "description": "Update a Design Studio folder.",
1740
+ "inputSchema": {
1741
+ "type": "object",
1742
+ "properties": {
1743
+ "name": {
1744
+ "type": "string",
1745
+ "minLength": 1
1746
+ },
1747
+ "parent_folder_id": {
1748
+ "anyOf": [
1749
+ {
1750
+ "type": "string"
1751
+ },
1752
+ {
1753
+ "type": "null"
1754
+ }
1755
+ ]
1756
+ },
1757
+ "id": {
1758
+ "type": "string",
1759
+ "minLength": 1
1760
+ }
1761
+ },
1762
+ "required": [
1763
+ "id"
1764
+ ],
1765
+ "additionalProperties": false
1766
+ },
1767
+ "hidden": false
1768
+ },
1769
+ {
1770
+ "name": "delete_design_studio_folder",
1771
+ "description": "Delete a Design Studio folder.",
1772
+ "inputSchema": {
1773
+ "type": "object",
1774
+ "properties": {
1775
+ "id": {
1776
+ "type": "string",
1777
+ "minLength": 1
1778
+ }
1779
+ },
1780
+ "required": [
1781
+ "id"
1782
+ ],
1783
+ "additionalProperties": false
1784
+ },
1785
+ "hidden": false
1786
+ },
1787
+ {
1788
+ "name": "list_design_studio_components",
1789
+ "description": "List Customer.io Design Studio components.",
1790
+ "inputSchema": {
1791
+ "type": "object",
1792
+ "properties": {},
1793
+ "additionalProperties": false
1794
+ },
1795
+ "hidden": false
1796
+ },
1797
+ {
1798
+ "name": "create_design_studio_component",
1799
+ "description": "Create a Design Studio component.",
1800
+ "inputSchema": {
1801
+ "type": "object",
1802
+ "properties": {
1803
+ "name": {
1804
+ "type": "string",
1805
+ "minLength": 1
1806
+ },
1807
+ "tag": {
1808
+ "type": "string",
1809
+ "minLength": 1
1810
+ },
1811
+ "content": {
1812
+ "type": "string"
1813
+ },
1814
+ "parent_folder_id": {
1815
+ "anyOf": [
1816
+ {
1817
+ "type": "string"
1818
+ },
1819
+ {
1820
+ "type": "null"
1821
+ }
1822
+ ]
1823
+ }
1824
+ },
1825
+ "required": [
1826
+ "name",
1827
+ "tag",
1828
+ "content"
1829
+ ],
1830
+ "additionalProperties": false
1831
+ },
1832
+ "hidden": false
1833
+ },
1834
+ {
1835
+ "name": "get_design_studio_component",
1836
+ "description": "Get a Design Studio component.",
1837
+ "inputSchema": {
1838
+ "type": "object",
1839
+ "properties": {
1840
+ "id": {
1841
+ "type": "string",
1842
+ "minLength": 1
1843
+ }
1844
+ },
1845
+ "required": [
1846
+ "id"
1847
+ ],
1848
+ "additionalProperties": false
1849
+ },
1850
+ "hidden": false
1851
+ },
1852
+ {
1853
+ "name": "update_design_studio_component",
1854
+ "description": "Update a Design Studio component.",
1855
+ "inputSchema": {
1856
+ "type": "object",
1857
+ "properties": {
1858
+ "name": {
1859
+ "type": "string",
1860
+ "minLength": 1
1861
+ },
1862
+ "tag": {
1863
+ "type": "string",
1864
+ "minLength": 1
1865
+ },
1866
+ "content": {
1867
+ "type": "string"
1868
+ },
1869
+ "parent_folder_id": {
1870
+ "anyOf": [
1871
+ {
1872
+ "type": "string"
1873
+ },
1874
+ {
1875
+ "type": "null"
1876
+ }
1877
+ ]
1878
+ },
1879
+ "id": {
1880
+ "type": "string",
1881
+ "minLength": 1
1882
+ }
1883
+ },
1884
+ "required": [
1885
+ "id"
1886
+ ],
1887
+ "additionalProperties": false
1888
+ },
1889
+ "hidden": false
1890
+ },
1891
+ {
1892
+ "name": "delete_design_studio_component",
1893
+ "description": "Delete a Design Studio component.",
1894
+ "inputSchema": {
1895
+ "type": "object",
1896
+ "properties": {
1897
+ "id": {
1898
+ "type": "string",
1899
+ "minLength": 1
1900
+ }
1901
+ },
1902
+ "required": [
1903
+ "id"
1904
+ ],
1905
+ "additionalProperties": false
1906
+ },
1907
+ "hidden": false
1908
+ },
1909
+ {
1910
+ "name": "list_design_studio_emails",
1911
+ "description": "List Customer.io Design Studio emails.",
1912
+ "inputSchema": {
1913
+ "type": "object",
1914
+ "properties": {},
1915
+ "additionalProperties": false
1916
+ },
1917
+ "hidden": false
1918
+ },
1919
+ {
1920
+ "name": "create_design_studio_email",
1921
+ "description": "Create a Design Studio email.",
1922
+ "inputSchema": {
1923
+ "type": "object",
1924
+ "properties": {
1925
+ "name": {
1926
+ "type": "string",
1927
+ "minLength": 1
1928
+ },
1929
+ "subject": {
1930
+ "type": "string"
1931
+ },
1932
+ "preheader_text": {
1933
+ "type": "string"
1934
+ },
1935
+ "body": {
1936
+ "type": "string"
1937
+ },
1938
+ "from": {
1939
+ "type": "string"
1940
+ },
1941
+ "from_name": {
1942
+ "type": "string"
1943
+ },
1944
+ "reply_to": {
1945
+ "type": "string"
1946
+ },
1947
+ "parent_folder_id": {
1948
+ "anyOf": [
1949
+ {
1950
+ "type": "string"
1951
+ },
1952
+ {
1953
+ "type": "null"
1954
+ }
1955
+ ]
1956
+ }
1957
+ },
1958
+ "required": [
1959
+ "name"
1960
+ ],
1961
+ "additionalProperties": false
1962
+ },
1963
+ "hidden": false
1964
+ },
1965
+ {
1966
+ "name": "get_design_studio_email",
1967
+ "description": "Get a Design Studio email.",
1968
+ "inputSchema": {
1969
+ "type": "object",
1970
+ "properties": {
1971
+ "id": {
1972
+ "type": "string",
1973
+ "minLength": 1
1974
+ }
1975
+ },
1976
+ "required": [
1977
+ "id"
1978
+ ],
1979
+ "additionalProperties": false
1980
+ },
1981
+ "hidden": false
1982
+ },
1983
+ {
1984
+ "name": "update_design_studio_email",
1985
+ "description": "Update a Design Studio email.",
1986
+ "inputSchema": {
1987
+ "type": "object",
1988
+ "properties": {
1989
+ "name": {
1990
+ "type": "string",
1991
+ "minLength": 1
1992
+ },
1993
+ "subject": {
1994
+ "type": "string"
1995
+ },
1996
+ "preheader_text": {
1997
+ "type": "string"
1998
+ },
1999
+ "body": {
2000
+ "type": "string"
2001
+ },
2002
+ "from": {
2003
+ "type": "string"
2004
+ },
2005
+ "from_name": {
2006
+ "type": "string"
2007
+ },
2008
+ "reply_to": {
2009
+ "type": "string"
2010
+ },
2011
+ "parent_folder_id": {
2012
+ "anyOf": [
2013
+ {
2014
+ "type": "string"
2015
+ },
2016
+ {
2017
+ "type": "null"
2018
+ }
2019
+ ]
2020
+ },
2021
+ "id": {
2022
+ "type": "string",
2023
+ "minLength": 1
2024
+ }
2025
+ },
2026
+ "required": [
2027
+ "id"
2028
+ ],
2029
+ "additionalProperties": false
2030
+ },
2031
+ "hidden": false
2032
+ },
2033
+ {
2034
+ "name": "delete_design_studio_email",
2035
+ "description": "Delete a Design Studio email.",
2036
+ "inputSchema": {
2037
+ "type": "object",
2038
+ "properties": {
2039
+ "id": {
2040
+ "type": "string",
2041
+ "minLength": 1
2042
+ }
2043
+ },
2044
+ "required": [
2045
+ "id"
2046
+ ],
2047
+ "additionalProperties": false
2048
+ },
2049
+ "hidden": false
2050
+ },
2051
+ {
2052
+ "name": "list_design_studio_email_translations",
2053
+ "description": "List Design Studio email translations.",
2054
+ "inputSchema": {
2055
+ "type": "object",
2056
+ "properties": {
2057
+ "email_id": {
2058
+ "type": "string",
2059
+ "minLength": 1
2060
+ }
2061
+ },
2062
+ "required": [
2063
+ "email_id"
2064
+ ],
2065
+ "additionalProperties": false
2066
+ },
2067
+ "hidden": false
2068
+ },
2069
+ {
2070
+ "name": "create_design_studio_email_translation",
2071
+ "description": "Create a Design Studio email translation.",
2072
+ "inputSchema": {
2073
+ "type": "object",
2074
+ "properties": {
2075
+ "email_id": {
2076
+ "type": "string",
2077
+ "minLength": 1
2078
+ },
2079
+ "language": {
2080
+ "type": "string",
2081
+ "minLength": 1
2082
+ },
2083
+ "subject": {
2084
+ "type": "string"
2085
+ },
2086
+ "preheader_text": {
2087
+ "type": "string"
2088
+ },
2089
+ "body": {
2090
+ "type": "string"
2091
+ }
2092
+ },
2093
+ "required": [
2094
+ "email_id",
2095
+ "language"
2096
+ ],
2097
+ "additionalProperties": false
2098
+ },
2099
+ "hidden": false
2100
+ },
2101
+ {
2102
+ "name": "get_design_studio_email_translation",
2103
+ "description": "Get a Design Studio email translation.",
2104
+ "inputSchema": {
2105
+ "type": "object",
2106
+ "properties": {
2107
+ "email_id": {
2108
+ "type": "string",
2109
+ "minLength": 1
2110
+ },
2111
+ "language": {
2112
+ "type": "string",
2113
+ "minLength": 1
2114
+ }
2115
+ },
2116
+ "required": [
2117
+ "email_id",
2118
+ "language"
2119
+ ],
2120
+ "additionalProperties": false
2121
+ },
2122
+ "hidden": false
2123
+ },
2124
+ {
2125
+ "name": "update_design_studio_email_translation",
2126
+ "description": "Update a Design Studio email translation.",
2127
+ "inputSchema": {
2128
+ "type": "object",
2129
+ "properties": {
2130
+ "email_id": {
2131
+ "type": "string",
2132
+ "minLength": 1
2133
+ },
2134
+ "language": {
2135
+ "type": "string",
2136
+ "minLength": 1
2137
+ },
2138
+ "subject": {
2139
+ "type": "string"
2140
+ },
2141
+ "preheader_text": {
2142
+ "type": "string"
2143
+ },
2144
+ "body": {
2145
+ "type": "string"
2146
+ }
2147
+ },
2148
+ "required": [
2149
+ "email_id",
2150
+ "language"
2151
+ ],
2152
+ "additionalProperties": false
2153
+ },
2154
+ "hidden": false
2155
+ },
2156
+ {
2157
+ "name": "delete_design_studio_email_translation",
2158
+ "description": "Delete a Design Studio email translation.",
2159
+ "inputSchema": {
2160
+ "type": "object",
2161
+ "properties": {
2162
+ "email_id": {
2163
+ "type": "string",
2164
+ "minLength": 1
2165
+ },
2166
+ "language": {
2167
+ "type": "string",
2168
+ "minLength": 1
2169
+ }
2170
+ },
2171
+ "required": [
2172
+ "email_id",
2173
+ "language"
2174
+ ],
2175
+ "additionalProperties": false
2176
+ },
2177
+ "hidden": false
2178
+ },
2179
+ {
2180
+ "name": "track_identify_customer",
2181
+ "description": "Identifies a customer.",
2182
+ "inputSchema": {
2183
+ "type": "object",
2184
+ "properties": {},
2185
+ "additionalProperties": false
2186
+ },
2187
+ "hidden": false
2188
+ },
2189
+ {
2190
+ "name": "track_delete_customer",
2191
+ "description": "Deletes a customer.",
2192
+ "inputSchema": {
2193
+ "type": "object",
2194
+ "properties": {},
2195
+ "additionalProperties": false
2196
+ },
2197
+ "hidden": false
2198
+ },
2199
+ {
2200
+ "name": "track_add_device",
2201
+ "description": "Adds a device.",
2202
+ "inputSchema": {
2203
+ "type": "object",
2204
+ "properties": {},
2205
+ "additionalProperties": false
2206
+ },
2207
+ "hidden": false
2208
+ },
2209
+ {
2210
+ "name": "track_delete_device",
2211
+ "description": "Deletes a device.",
2212
+ "inputSchema": {
2213
+ "type": "object",
2214
+ "properties": {},
2215
+ "additionalProperties": false
2216
+ },
2217
+ "hidden": false
2218
+ },
2219
+ {
2220
+ "name": "track_customer_event",
2221
+ "description": "Tracks a customer event.",
2222
+ "inputSchema": {
2223
+ "type": "object",
2224
+ "properties": {},
2225
+ "additionalProperties": false
2226
+ },
2227
+ "hidden": false
2228
+ },
2229
+ {
2230
+ "name": "track_submit_form",
2231
+ "description": "Submits a form.",
2232
+ "inputSchema": {
2233
+ "type": "object",
2234
+ "properties": {},
2235
+ "additionalProperties": false
2236
+ },
2237
+ "hidden": false
2238
+ },
2239
+ {
2240
+ "name": "track_merge_customers",
2241
+ "description": "Merges customers.",
2242
+ "inputSchema": {
2243
+ "type": "object",
2244
+ "properties": {},
2245
+ "additionalProperties": false
2246
+ },
2247
+ "hidden": false
2248
+ },
2249
+ {
2250
+ "name": "track_push_metrics",
2251
+ "description": "Tracks push metrics.",
2252
+ "inputSchema": {
2253
+ "type": "object",
2254
+ "properties": {},
2255
+ "additionalProperties": false
2256
+ },
2257
+ "hidden": false
2258
+ },
2259
+ {
2260
+ "name": "track_suppress_customer",
2261
+ "description": "Suppresses a customer.",
2262
+ "inputSchema": {
2263
+ "type": "object",
2264
+ "properties": {},
2265
+ "additionalProperties": false
2266
+ },
2267
+ "hidden": false
2268
+ },
2269
+ {
2270
+ "name": "track_unsuppress_customer",
2271
+ "description": "Unsuppresses a customer.",
2272
+ "inputSchema": {
2273
+ "type": "object",
2274
+ "properties": {},
2275
+ "additionalProperties": false
2276
+ },
2277
+ "hidden": false
2278
+ },
2279
+ {
2280
+ "name": "track_add_to_segment",
2281
+ "description": "Adds customers to a segment.",
2282
+ "inputSchema": {
2283
+ "type": "object",
2284
+ "properties": {},
2285
+ "additionalProperties": false
2286
+ },
2287
+ "hidden": false
2288
+ },
2289
+ {
2290
+ "name": "track_remove_from_segment",
2291
+ "description": "Removes customers from a segment.",
2292
+ "inputSchema": {
2293
+ "type": "object",
2294
+ "properties": {},
2295
+ "additionalProperties": false
2296
+ },
2297
+ "hidden": false
2298
+ },
2299
+ {
2300
+ "name": "get_track_region",
2301
+ "description": "Gets the track API region.",
2302
+ "inputSchema": {
2303
+ "type": "object",
2304
+ "properties": {},
2305
+ "additionalProperties": false
2306
+ },
2307
+ "hidden": false
2308
+ },
2309
+ {
2310
+ "name": "track_anonymous_event",
2311
+ "description": "Tracks an anonymous event.",
2312
+ "inputSchema": {
2313
+ "type": "object",
2314
+ "properties": {},
2315
+ "additionalProperties": false
2316
+ },
2317
+ "hidden": false
2318
+ },
2319
+ {
2320
+ "name": "track_metrics",
2321
+ "description": "Creates or updates a track metric.",
2322
+ "inputSchema": {
2323
+ "type": "object",
2324
+ "properties": {},
2325
+ "additionalProperties": false
2326
+ },
2327
+ "hidden": false
2328
+ },
2329
+ {
2330
+ "name": "track_entity",
2331
+ "description": "Mutates a track entity.",
2332
+ "inputSchema": {
2333
+ "type": "object",
2334
+ "properties": {},
2335
+ "additionalProperties": false
2336
+ },
2337
+ "hidden": false
2338
+ },
2339
+ {
2340
+ "name": "track_batch",
2341
+ "description": "Submits a track batch.",
2342
+ "inputSchema": {
2343
+ "type": "object",
2344
+ "properties": {},
2345
+ "additionalProperties": false
2346
+ },
2347
+ "hidden": false
2348
+ }
2349
+ ]
2350
+ }