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,8 @@
2
2
  "clone": "customerio",
3
3
  "tools": [
4
4
  {
5
- "name": "list_campaigns",
6
- "description": "List Customer.io campaigns.",
5
+ "name": "list_assets",
6
+ "description": "List Customer.io assets.",
7
7
  "inputSchema": {
8
8
  "type": "object",
9
9
  "properties": {},
@@ -12,81 +12,85 @@
12
12
  "hidden": false
13
13
  },
14
14
  {
15
- "name": "get_campaign",
16
- "description": "Get a Customer.io campaign by id.",
15
+ "name": "list_asset_folders",
16
+ "description": "List Customer.io asset folders.",
17
17
  "inputSchema": {
18
18
  "type": "object",
19
- "properties": {
20
- "campaign_id": {
21
- "type": "integer",
22
- "minimum": -9007199254740991,
23
- "maximum": 9007199254740991
24
- }
25
- },
26
- "required": [
27
- "campaign_id"
28
- ],
19
+ "properties": {},
29
20
  "additionalProperties": false
30
21
  },
31
22
  "hidden": false
32
23
  },
33
24
  {
34
- "name": "get_campaign_metrics",
35
- "description": "Get metrics for a Customer.io campaign.",
25
+ "name": "get_asset_folder",
26
+ "description": "Get a Customer.io asset folder.",
36
27
  "inputSchema": {
37
28
  "type": "object",
38
29
  "properties": {
39
- "campaign_id": {
30
+ "id": {
40
31
  "type": "integer",
41
- "minimum": -9007199254740991,
32
+ "exclusiveMinimum": 0,
42
33
  "maximum": 9007199254740991
43
34
  }
44
35
  },
45
36
  "required": [
46
- "campaign_id"
37
+ "id"
47
38
  ],
48
39
  "additionalProperties": false
49
40
  },
50
41
  "hidden": false
51
42
  },
52
43
  {
53
- "name": "list_campaign_actions",
54
- "description": "List the actions/messages for a Customer.io campaign.",
44
+ "name": "create_asset_folder",
45
+ "description": "Create a Customer.io asset folder.",
55
46
  "inputSchema": {
56
47
  "type": "object",
57
48
  "properties": {
58
- "campaign_id": {
59
- "type": "integer",
60
- "minimum": -9007199254740991,
61
- "maximum": 9007199254740991
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
+ ]
62
64
  }
63
65
  },
64
66
  "required": [
65
- "campaign_id"
67
+ "name"
66
68
  ],
67
69
  "additionalProperties": false
68
70
  },
69
71
  "hidden": false
70
72
  },
71
73
  {
72
- "name": "create_campaign_trigger",
73
- "description": "Trigger a Customer.io campaign/broadcast send (side effect, no real send).",
74
+ "name": "update_asset_folder",
75
+ "description": "Update a Customer.io asset folder.",
74
76
  "inputSchema": {
75
77
  "type": "object",
76
78
  "properties": {
77
- "campaign_id": {
79
+ "id": {
78
80
  "type": "integer",
79
- "minimum": -9007199254740991,
81
+ "exclusiveMinimum": 0,
80
82
  "maximum": 9007199254740991
81
83
  },
82
- "data": {
84
+ "name": {
85
+ "type": "string",
86
+ "minLength": 1
87
+ },
88
+ "parent_folder_id": {
83
89
  "anyOf": [
84
90
  {
85
- "type": "object",
86
- "propertyNames": {
87
- "type": "string"
88
- },
89
- "additionalProperties": {}
91
+ "type": "integer",
92
+ "minimum": -9007199254740991,
93
+ "maximum": 9007199254740991
90
94
  },
91
95
  {
92
96
  "type": "null"
@@ -95,136 +99,140 @@
95
99
  }
96
100
  },
97
101
  "required": [
98
- "campaign_id"
102
+ "id"
99
103
  ],
100
104
  "additionalProperties": false
101
105
  },
102
106
  "hidden": false
103
107
  },
104
108
  {
105
- "name": "get_campaign_trigger",
106
- "description": "Get the status of a Customer.io campaign trigger.",
109
+ "name": "delete_asset_folder",
110
+ "description": "Delete a Customer.io asset folder.",
107
111
  "inputSchema": {
108
112
  "type": "object",
109
113
  "properties": {
110
- "campaign_id": {
111
- "type": "integer",
112
- "minimum": -9007199254740991,
113
- "maximum": 9007199254740991
114
- },
115
- "trigger_id": {
114
+ "id": {
116
115
  "type": "integer",
117
- "minimum": -9007199254740991,
116
+ "exclusiveMinimum": 0,
118
117
  "maximum": 9007199254740991
119
118
  }
120
119
  },
121
120
  "required": [
122
- "campaign_id",
123
- "trigger_id"
121
+ "id"
124
122
  ],
125
123
  "additionalProperties": false
126
124
  },
127
125
  "hidden": false
128
126
  },
129
127
  {
130
- "name": "list_broadcasts",
131
- "description": "List Customer.io broadcasts.",
132
- "inputSchema": {
133
- "type": "object",
134
- "properties": {},
135
- "additionalProperties": false
136
- },
137
- "hidden": false
138
- },
139
- {
140
- "name": "get_broadcast",
141
- "description": "Get a Customer.io broadcast by id.",
128
+ "name": "get_asset_file",
129
+ "description": "Get a Customer.io asset file.",
142
130
  "inputSchema": {
143
131
  "type": "object",
144
132
  "properties": {
145
- "broadcast_id": {
133
+ "id": {
146
134
  "type": "integer",
147
- "minimum": -9007199254740991,
135
+ "exclusiveMinimum": 0,
148
136
  "maximum": 9007199254740991
149
137
  }
150
138
  },
151
139
  "required": [
152
- "broadcast_id"
140
+ "id"
153
141
  ],
154
142
  "additionalProperties": false
155
143
  },
156
144
  "hidden": false
157
145
  },
158
146
  {
159
- "name": "get_broadcast_metrics",
160
- "description": "Get metrics for a Customer.io broadcast.",
147
+ "name": "create_asset_file",
148
+ "description": "Create a Customer.io asset file.",
161
149
  "inputSchema": {
162
150
  "type": "object",
163
151
  "properties": {
164
- "broadcast_id": {
165
- "type": "integer",
166
- "minimum": -9007199254740991,
167
- "maximum": 9007199254740991
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
+ ]
168
170
  }
169
171
  },
170
172
  "required": [
171
- "broadcast_id"
173
+ "path"
172
174
  ],
173
175
  "additionalProperties": false
174
176
  },
175
177
  "hidden": false
176
178
  },
177
179
  {
178
- "name": "list_customers",
179
- "description": "List Customer.io customers.",
180
- "inputSchema": {
181
- "type": "object",
182
- "properties": {},
183
- "additionalProperties": false
184
- },
185
- "hidden": false
186
- },
187
- {
188
- "name": "get_customer_attributes",
189
- "description": "Get a Customer.io customer attributes object.",
180
+ "name": "update_asset_file",
181
+ "description": "Update a Customer.io asset file.",
190
182
  "inputSchema": {
191
183
  "type": "object",
192
184
  "properties": {
193
- "customer_id": {
194
- "type": "string"
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
+ ]
195
205
  }
196
206
  },
207
+ "required": [
208
+ "id"
209
+ ],
197
210
  "additionalProperties": false
198
211
  },
199
212
  "hidden": false
200
213
  },
201
214
  {
202
- "name": "list_messages",
203
- "description": "List Customer.io messages.",
204
- "inputSchema": {
205
- "type": "object",
206
- "properties": {},
207
- "additionalProperties": false
208
- },
209
- "hidden": false
210
- },
211
- {
212
- "name": "get_message",
213
- "description": "Get a Customer.io message by id.",
215
+ "name": "delete_asset_file",
216
+ "description": "Delete a Customer.io asset file.",
214
217
  "inputSchema": {
215
218
  "type": "object",
216
219
  "properties": {
217
- "message_id": {
218
- "type": "string"
220
+ "id": {
221
+ "type": "integer",
222
+ "exclusiveMinimum": 0,
223
+ "maximum": 9007199254740991
219
224
  }
220
225
  },
226
+ "required": [
227
+ "id"
228
+ ],
221
229
  "additionalProperties": false
222
230
  },
223
231
  "hidden": false
224
232
  },
225
233
  {
226
- "name": "list_transactional_messages",
227
- "description": "List Customer.io transactional messages.",
234
+ "name": "list_campaigns",
235
+ "description": "List Customer.io campaigns.",
228
236
  "inputSchema": {
229
237
  "type": "object",
230
238
  "properties": {},
@@ -233,82 +241,69 @@
233
241
  "hidden": false
234
242
  },
235
243
  {
236
- "name": "send_email",
237
- "description": "Send a transactional email.",
244
+ "name": "get_campaign",
245
+ "description": "Get a Customer.io campaign by id.",
238
246
  "inputSchema": {
239
247
  "type": "object",
240
248
  "properties": {
241
- "to": {
242
- "type": "string"
243
- },
244
- "transactional_message_id": {},
245
- "identifiers": {
246
- "type": "object",
247
- "propertyNames": {
248
- "type": "string"
249
- },
250
- "additionalProperties": {}
249
+ "campaign_id": {
250
+ "type": "integer",
251
+ "minimum": -9007199254740991,
252
+ "maximum": 9007199254740991
251
253
  }
252
254
  },
255
+ "required": [
256
+ "campaign_id"
257
+ ],
253
258
  "additionalProperties": false
254
259
  },
255
260
  "hidden": false
256
261
  },
257
262
  {
258
- "name": "list_segments",
259
- "description": "List Customer.io segments.",
260
- "inputSchema": {
261
- "type": "object",
262
- "properties": {},
263
- "additionalProperties": false
264
- },
265
- "hidden": false
266
- },
267
- {
268
- "name": "get_segment",
269
- "description": "Get a Customer.io segment by id.",
263
+ "name": "get_campaign_metrics",
264
+ "description": "Get metrics for a Customer.io campaign.",
270
265
  "inputSchema": {
271
266
  "type": "object",
272
267
  "properties": {
273
- "segment_id": {
268
+ "campaign_id": {
274
269
  "type": "integer",
275
270
  "minimum": -9007199254740991,
276
271
  "maximum": 9007199254740991
277
272
  }
278
273
  },
279
274
  "required": [
280
- "segment_id"
275
+ "campaign_id"
281
276
  ],
282
277
  "additionalProperties": false
283
278
  },
284
279
  "hidden": false
285
280
  },
286
281
  {
287
- "name": "get_segment_customer_count",
288
- "description": "Get a Customer.io segment customer count.",
282
+ "name": "list_campaign_actions",
283
+ "description": "List the actions/messages for a Customer.io campaign.",
289
284
  "inputSchema": {
290
285
  "type": "object",
291
286
  "properties": {
292
- "segment_id": {
287
+ "campaign_id": {
293
288
  "type": "integer",
294
289
  "minimum": -9007199254740991,
295
290
  "maximum": 9007199254740991
296
291
  }
297
292
  },
298
293
  "required": [
299
- "segment_id"
294
+ "campaign_id"
300
295
  ],
301
296
  "additionalProperties": false
302
297
  },
303
298
  "hidden": false
304
299
  },
305
300
  {
306
- "name": "create_broadcast_trigger",
307
- "description": "Trigger a Customer.io broadcast run (side effect, no real send).",
301
+ "name": "create_campaign_trigger",
302
+ "description": "Trigger a Customer.io campaign/broadcast send (side effect, no real send).",
308
303
  "inputSchema": {
309
304
  "type": "object",
310
305
  "properties": {
311
- "broadcast_id": {
306
+ "campaign_id": {
312
307
  "type": "integer",
313
308
  "minimum": -9007199254740991,
314
309
  "maximum": 9007199254740991
@@ -329,38 +324,54 @@
329
324
  }
330
325
  },
331
326
  "required": [
332
- "broadcast_id"
327
+ "campaign_id"
333
328
  ],
334
329
  "additionalProperties": false
335
330
  },
336
331
  "hidden": false
337
332
  },
338
333
  {
339
- "name": "list_broadcast_triggers",
340
- "description": "List trigger runs for a Customer.io broadcast.",
334
+ "name": "get_campaign_trigger",
335
+ "description": "Get the status of a Customer.io campaign trigger.",
341
336
  "inputSchema": {
342
337
  "type": "object",
343
338
  "properties": {
344
- "broadcast_id": {
339
+ "campaign_id": {
340
+ "type": "integer",
341
+ "minimum": -9007199254740991,
342
+ "maximum": 9007199254740991
343
+ },
344
+ "trigger_id": {
345
345
  "type": "integer",
346
346
  "minimum": -9007199254740991,
347
347
  "maximum": 9007199254740991
348
348
  }
349
349
  },
350
350
  "required": [
351
- "broadcast_id"
351
+ "campaign_id",
352
+ "trigger_id"
352
353
  ],
353
354
  "additionalProperties": false
354
355
  },
355
356
  "hidden": false
356
357
  },
357
358
  {
358
- "name": "list_customer_messages",
359
- "description": "List the message delivery history for a Customer.io customer.",
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.",
360
371
  "inputSchema": {
361
372
  "type": "object",
362
373
  "properties": {
363
- "customer_id": {
374
+ "collection_id": {
364
375
  "type": "string"
365
376
  }
366
377
  },
@@ -369,18 +380,1971 @@
369
380
  "hidden": false
370
381
  },
371
382
  {
372
- "name": "list_customer_segments",
373
- "description": "List the segment memberships for a Customer.io customer.",
383
+ "name": "get_collection_contents",
384
+ "description": "Lookup the contents of a Customer.io collection.",
374
385
  "inputSchema": {
375
386
  "type": "object",
376
387
  "properties": {
377
- "customer_id": {
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": {
378
446
  "type": "string"
379
447
  }
380
448
  },
381
449
  "additionalProperties": false
382
450
  },
383
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
384
2348
  }
385
2349
  ]
386
2350
  }