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
@@ -14,70 +14,1227 @@
14
14
  "readOnlyHint": true
15
15
  }
16
16
  },
17
+ {
18
+ "name": "update_me",
19
+ "description": "Update the authenticated Cal.com user profile.",
20
+ "inputSchema": {
21
+ "type": "object",
22
+ "properties": {},
23
+ "additionalProperties": false
24
+ },
25
+ "hidden": true
26
+ },
27
+ {
28
+ "name": "get_my_booking_limits",
29
+ "description": "Get booking limits for the authenticated user.",
30
+ "inputSchema": {
31
+ "type": "object",
32
+ "properties": {},
33
+ "additionalProperties": false
34
+ },
35
+ "hidden": true,
36
+ "annotations": {
37
+ "readOnlyHint": true
38
+ }
39
+ },
40
+ {
41
+ "name": "update_my_booking_limits",
42
+ "description": "Update booking limits for the authenticated user.",
43
+ "inputSchema": {
44
+ "type": "object",
45
+ "properties": {},
46
+ "additionalProperties": false
47
+ },
48
+ "hidden": true
49
+ },
50
+ {
51
+ "name": "delete_my_booking_limits",
52
+ "description": "Delete booking limits for the authenticated user.",
53
+ "inputSchema": {
54
+ "type": "object",
55
+ "properties": {},
56
+ "additionalProperties": false
57
+ },
58
+ "hidden": true
59
+ },
60
+ {
61
+ "name": "list_my_out_of_office_entries",
62
+ "description": "List the authenticated user's out-of-office entries.",
63
+ "inputSchema": {
64
+ "type": "object",
65
+ "properties": {},
66
+ "additionalProperties": false
67
+ },
68
+ "hidden": true,
69
+ "annotations": {
70
+ "readOnlyHint": true
71
+ }
72
+ },
73
+ {
74
+ "name": "create_my_out_of_office_entry",
75
+ "description": "Create an out-of-office entry for the authenticated user.",
76
+ "inputSchema": {
77
+ "type": "object",
78
+ "properties": {
79
+ "start": {
80
+ "type": "string"
81
+ },
82
+ "end": {
83
+ "type": "string"
84
+ },
85
+ "notes": {
86
+ "type": "string"
87
+ },
88
+ "toUserId": {
89
+ "type": "number"
90
+ },
91
+ "reason": {
92
+ "type": "string",
93
+ "enum": [
94
+ "unspecified",
95
+ "vacation",
96
+ "travel",
97
+ "sick",
98
+ "public_holiday"
99
+ ]
100
+ }
101
+ },
102
+ "required": [
103
+ "start",
104
+ "end"
105
+ ],
106
+ "additionalProperties": false
107
+ },
108
+ "hidden": true
109
+ },
110
+ {
111
+ "name": "update_my_out_of_office_entry",
112
+ "description": "Update an out-of-office entry for the authenticated user.",
113
+ "inputSchema": {
114
+ "type": "object",
115
+ "properties": {
116
+ "oooId": {
117
+ "type": "number"
118
+ },
119
+ "calApiVersion": {
120
+ "type": "string"
121
+ },
122
+ "start": {
123
+ "type": "string"
124
+ },
125
+ "end": {
126
+ "type": "string"
127
+ },
128
+ "notes": {
129
+ "type": "string"
130
+ },
131
+ "toUserId": {
132
+ "anyOf": [
133
+ {
134
+ "type": "number"
135
+ },
136
+ {
137
+ "type": "null"
138
+ }
139
+ ]
140
+ },
141
+ "reason": {
142
+ "type": "string",
143
+ "enum": [
144
+ "unspecified",
145
+ "vacation",
146
+ "travel",
147
+ "sick",
148
+ "public_holiday"
149
+ ]
150
+ }
151
+ },
152
+ "required": [
153
+ "oooId"
154
+ ],
155
+ "additionalProperties": false
156
+ },
157
+ "hidden": true
158
+ },
159
+ {
160
+ "name": "delete_my_out_of_office_entry",
161
+ "description": "Delete an out-of-office entry for the authenticated user.",
162
+ "inputSchema": {
163
+ "type": "object",
164
+ "properties": {
165
+ "oooId": {
166
+ "type": "number"
167
+ },
168
+ "calApiVersion": {
169
+ "type": "string"
170
+ }
171
+ },
172
+ "required": [
173
+ "oooId"
174
+ ],
175
+ "additionalProperties": false
176
+ },
177
+ "hidden": true
178
+ },
17
179
  {
18
180
  "name": "list_event_types",
19
181
  "description": "List the user's event types.",
20
182
  "inputSchema": {
21
183
  "type": "object",
22
184
  "properties": {
23
- "username": {
185
+ "username": {
186
+ "type": "string"
187
+ },
188
+ "pageSize": {
189
+ "type": "number"
190
+ }
191
+ },
192
+ "additionalProperties": false
193
+ },
194
+ "hidden": false,
195
+ "annotations": {
196
+ "readOnlyHint": true
197
+ }
198
+ },
199
+ {
200
+ "name": "get_event_type",
201
+ "description": "Get a single event type by id.",
202
+ "inputSchema": {
203
+ "type": "object",
204
+ "properties": {
205
+ "eventTypeId": {
206
+ "type": "integer",
207
+ "minimum": -9007199254740991,
208
+ "maximum": 9007199254740991
209
+ }
210
+ },
211
+ "additionalProperties": false
212
+ },
213
+ "hidden": false,
214
+ "annotations": {
215
+ "readOnlyHint": true
216
+ }
217
+ },
218
+ {
219
+ "name": "create_event_type",
220
+ "description": "Create an event type for the authenticated user.",
221
+ "inputSchema": {
222
+ "type": "object",
223
+ "properties": {
224
+ "title": {
225
+ "type": "string"
226
+ },
227
+ "slug": {
228
+ "type": "string"
229
+ },
230
+ "lengthInMinutes": {
231
+ "type": "number"
232
+ }
233
+ },
234
+ "additionalProperties": false
235
+ },
236
+ "hidden": true
237
+ },
238
+ {
239
+ "name": "update_event_type",
240
+ "description": "Update an event type by id.",
241
+ "inputSchema": {
242
+ "type": "object",
243
+ "properties": {
244
+ "eventTypeId": {
245
+ "type": "integer",
246
+ "minimum": -9007199254740991,
247
+ "maximum": 9007199254740991
248
+ },
249
+ "title": {
250
+ "type": "string"
251
+ },
252
+ "slug": {
253
+ "type": "string"
254
+ },
255
+ "description": {
256
+ "type": "string"
257
+ },
258
+ "lengthInMinutes": {
259
+ "type": "number"
260
+ },
261
+ "scheduleId": {
262
+ "anyOf": [
263
+ {
264
+ "type": "number"
265
+ },
266
+ {
267
+ "type": "null"
268
+ }
269
+ ]
270
+ }
271
+ },
272
+ "additionalProperties": false
273
+ },
274
+ "hidden": true
275
+ },
276
+ {
277
+ "name": "delete_event_type",
278
+ "description": "Delete an event type by id.",
279
+ "inputSchema": {
280
+ "type": "object",
281
+ "properties": {
282
+ "eventTypeId": {
283
+ "type": "integer",
284
+ "minimum": -9007199254740991,
285
+ "maximum": 9007199254740991
286
+ }
287
+ },
288
+ "additionalProperties": false
289
+ },
290
+ "hidden": true
291
+ },
292
+ {
293
+ "name": "list_event_type_private_links",
294
+ "description": "List private links for an event type.",
295
+ "inputSchema": {
296
+ "type": "object",
297
+ "properties": {
298
+ "eventTypeId": {
299
+ "type": "integer",
300
+ "minimum": -9007199254740991,
301
+ "maximum": 9007199254740991
302
+ }
303
+ },
304
+ "additionalProperties": false
305
+ },
306
+ "hidden": true,
307
+ "annotations": {
308
+ "readOnlyHint": true
309
+ }
310
+ },
311
+ {
312
+ "name": "list_event_type_webhooks",
313
+ "description": "List webhooks for an event type.",
314
+ "inputSchema": {
315
+ "type": "object",
316
+ "properties": {
317
+ "eventTypeId": {
318
+ "type": "integer",
319
+ "minimum": -9007199254740991,
320
+ "maximum": 9007199254740991
321
+ }
322
+ },
323
+ "additionalProperties": false
324
+ },
325
+ "hidden": true,
326
+ "annotations": {
327
+ "readOnlyHint": true
328
+ }
329
+ },
330
+ {
331
+ "name": "get_event_type_webhook",
332
+ "description": "Get a single webhook for an event type.",
333
+ "inputSchema": {
334
+ "type": "object",
335
+ "properties": {
336
+ "eventTypeId": {
337
+ "type": "integer",
338
+ "minimum": -9007199254740991,
339
+ "maximum": 9007199254740991
340
+ },
341
+ "webhookId": {
342
+ "type": "string"
343
+ }
344
+ },
345
+ "required": [
346
+ "webhookId"
347
+ ],
348
+ "additionalProperties": false
349
+ },
350
+ "hidden": true,
351
+ "annotations": {
352
+ "readOnlyHint": true
353
+ }
354
+ },
355
+ {
356
+ "name": "create_event_type_webhook",
357
+ "description": "Create a webhook for an event type.",
358
+ "inputSchema": {
359
+ "type": "object",
360
+ "properties": {
361
+ "eventTypeId": {
362
+ "type": "integer",
363
+ "minimum": -9007199254740991,
364
+ "maximum": 9007199254740991
365
+ },
366
+ "subscriberUrl": {
367
+ "type": "string"
368
+ },
369
+ "triggers": {
370
+ "minItems": 1,
371
+ "type": "array",
372
+ "items": {
373
+ "type": "string",
374
+ "enum": [
375
+ "BOOKING_CREATED",
376
+ "BOOKING_PAYMENT_INITIATED",
377
+ "BOOKING_PAID",
378
+ "BOOKING_RESCHEDULED",
379
+ "BOOKING_REQUESTED",
380
+ "BOOKING_CANCELLED",
381
+ "BOOKING_REJECTED",
382
+ "BOOKING_NO_SHOW_UPDATED",
383
+ "FORM_SUBMITTED",
384
+ "MEETING_ENDED",
385
+ "MEETING_STARTED",
386
+ "RECORDING_READY",
387
+ "INSTANT_MEETING",
388
+ "RECORDING_TRANSCRIPTION_GENERATED",
389
+ "OOO_CREATED"
390
+ ]
391
+ }
392
+ },
393
+ "active": {
394
+ "type": "boolean"
395
+ },
396
+ "payloadTemplate": {
397
+ "anyOf": [
398
+ {
399
+ "type": "string"
400
+ },
401
+ {
402
+ "type": "null"
403
+ }
404
+ ]
405
+ },
406
+ "secret": {
407
+ "anyOf": [
408
+ {
409
+ "type": "string"
410
+ },
411
+ {
412
+ "type": "null"
413
+ }
414
+ ]
415
+ }
416
+ },
417
+ "required": [
418
+ "subscriberUrl",
419
+ "triggers",
420
+ "active"
421
+ ],
422
+ "additionalProperties": false
423
+ },
424
+ "hidden": true
425
+ },
426
+ {
427
+ "name": "update_event_type_webhook",
428
+ "description": "Update a webhook for an event type.",
429
+ "inputSchema": {
430
+ "type": "object",
431
+ "properties": {
432
+ "eventTypeId": {
433
+ "type": "integer",
434
+ "minimum": -9007199254740991,
435
+ "maximum": 9007199254740991
436
+ },
437
+ "webhookId": {
438
+ "type": "string"
439
+ },
440
+ "subscriberUrl": {
441
+ "type": "string"
442
+ },
443
+ "triggers": {
444
+ "minItems": 1,
445
+ "type": "array",
446
+ "items": {
447
+ "type": "string",
448
+ "enum": [
449
+ "BOOKING_CREATED",
450
+ "BOOKING_PAYMENT_INITIATED",
451
+ "BOOKING_PAID",
452
+ "BOOKING_RESCHEDULED",
453
+ "BOOKING_REQUESTED",
454
+ "BOOKING_CANCELLED",
455
+ "BOOKING_REJECTED",
456
+ "BOOKING_NO_SHOW_UPDATED",
457
+ "FORM_SUBMITTED",
458
+ "MEETING_ENDED",
459
+ "MEETING_STARTED",
460
+ "RECORDING_READY",
461
+ "INSTANT_MEETING",
462
+ "RECORDING_TRANSCRIPTION_GENERATED",
463
+ "OOO_CREATED"
464
+ ]
465
+ }
466
+ },
467
+ "active": {
468
+ "type": "boolean"
469
+ },
470
+ "payloadTemplate": {
471
+ "anyOf": [
472
+ {
473
+ "type": "string"
474
+ },
475
+ {
476
+ "type": "null"
477
+ }
478
+ ]
479
+ },
480
+ "secret": {
481
+ "anyOf": [
482
+ {
483
+ "type": "string"
484
+ },
485
+ {
486
+ "type": "null"
487
+ }
488
+ ]
489
+ }
490
+ },
491
+ "required": [
492
+ "webhookId"
493
+ ],
494
+ "additionalProperties": false
495
+ },
496
+ "hidden": true
497
+ },
498
+ {
499
+ "name": "delete_event_type_webhook",
500
+ "description": "Delete a webhook for an event type.",
501
+ "inputSchema": {
502
+ "type": "object",
503
+ "properties": {
504
+ "eventTypeId": {
505
+ "type": "integer",
506
+ "minimum": -9007199254740991,
507
+ "maximum": 9007199254740991
508
+ },
509
+ "webhookId": {
510
+ "type": "string"
511
+ }
512
+ },
513
+ "required": [
514
+ "webhookId"
515
+ ],
516
+ "additionalProperties": false
517
+ },
518
+ "hidden": true
519
+ },
520
+ {
521
+ "name": "delete_all_event_type_webhooks",
522
+ "description": "Delete all webhooks for an event type.",
523
+ "inputSchema": {
524
+ "type": "object",
525
+ "properties": {
526
+ "eventTypeId": {
527
+ "type": "integer",
528
+ "minimum": -9007199254740991,
529
+ "maximum": 9007199254740991
530
+ }
531
+ },
532
+ "additionalProperties": false
533
+ },
534
+ "hidden": true
535
+ },
536
+ {
537
+ "name": "create_event_type_private_link",
538
+ "description": "Create a private link for an event type.",
539
+ "inputSchema": {
540
+ "type": "object",
541
+ "properties": {
542
+ "eventTypeId": {
543
+ "type": "integer",
544
+ "minimum": -9007199254740991,
545
+ "maximum": 9007199254740991
546
+ }
547
+ },
548
+ "additionalProperties": false
549
+ },
550
+ "hidden": true
551
+ },
552
+ {
553
+ "name": "create_schedule",
554
+ "description": "Create an availability schedule.",
555
+ "inputSchema": {
556
+ "type": "object",
557
+ "properties": {
558
+ "name": {
559
+ "type": "string"
560
+ },
561
+ "timeZone": {
562
+ "type": "string"
563
+ }
564
+ },
565
+ "additionalProperties": false
566
+ },
567
+ "hidden": true
568
+ },
569
+ {
570
+ "name": "list_schedules",
571
+ "description": "List the user's availability schedules.",
572
+ "inputSchema": {
573
+ "type": "object",
574
+ "properties": {},
575
+ "additionalProperties": false
576
+ },
577
+ "hidden": false,
578
+ "annotations": {
579
+ "readOnlyHint": true
580
+ }
581
+ },
582
+ {
583
+ "name": "get_schedule",
584
+ "description": "Get a single availability schedule by id.",
585
+ "inputSchema": {
586
+ "type": "object",
587
+ "properties": {
588
+ "scheduleId": {
589
+ "type": "integer",
590
+ "minimum": -9007199254740991,
591
+ "maximum": 9007199254740991
592
+ }
593
+ },
594
+ "required": [
595
+ "scheduleId"
596
+ ],
597
+ "additionalProperties": false
598
+ },
599
+ "hidden": false,
600
+ "annotations": {
601
+ "readOnlyHint": true
602
+ }
603
+ },
604
+ {
605
+ "name": "update_schedule",
606
+ "description": "Update a single availability schedule by id.",
607
+ "inputSchema": {
608
+ "type": "object",
609
+ "properties": {
610
+ "scheduleId": {
611
+ "type": "number"
612
+ },
613
+ "name": {
614
+ "type": "string"
615
+ },
616
+ "timeZone": {
617
+ "type": "string"
618
+ }
619
+ },
620
+ "required": [
621
+ "scheduleId"
622
+ ],
623
+ "additionalProperties": false
624
+ },
625
+ "hidden": true
626
+ },
627
+ {
628
+ "name": "delete_schedule",
629
+ "description": "Delete a single availability schedule by id.",
630
+ "inputSchema": {
631
+ "type": "object",
632
+ "properties": {
633
+ "scheduleId": {
634
+ "type": "number"
635
+ }
636
+ },
637
+ "required": [
638
+ "scheduleId"
639
+ ],
640
+ "additionalProperties": false
641
+ },
642
+ "hidden": true
643
+ },
644
+ {
645
+ "name": "get_default_schedule",
646
+ "description": "Get the user's default availability schedule.",
647
+ "inputSchema": {
648
+ "type": "object",
649
+ "properties": {},
650
+ "additionalProperties": false
651
+ },
652
+ "hidden": false,
653
+ "annotations": {
654
+ "readOnlyHint": true
655
+ }
656
+ },
657
+ {
658
+ "name": "get_available_slots",
659
+ "description": "Get available booking slots for an event type over a date range (by eventTypeId, or username + eventTypeSlug).",
660
+ "inputSchema": {
661
+ "type": "object",
662
+ "properties": {
663
+ "eventTypeId": {
664
+ "type": "integer",
665
+ "minimum": -9007199254740991,
666
+ "maximum": 9007199254740991
667
+ },
668
+ "eventTypeSlug": {
669
+ "type": "string"
670
+ },
671
+ "username": {
672
+ "type": "string"
673
+ },
674
+ "start": {
675
+ "type": "string"
676
+ },
677
+ "end": {
678
+ "type": "string"
679
+ }
680
+ },
681
+ "additionalProperties": false
682
+ },
683
+ "hidden": false,
684
+ "annotations": {
685
+ "readOnlyHint": true
686
+ }
687
+ },
688
+ {
689
+ "name": "reserve_slot",
690
+ "description": "Reserve a slot for a short period before booking.",
691
+ "inputSchema": {
692
+ "type": "object",
693
+ "properties": {
694
+ "eventTypeId": {
695
+ "type": "number"
696
+ },
697
+ "slotStart": {
698
+ "type": "string",
699
+ "format": "date-time",
700
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
701
+ },
702
+ "slotEnd": {
703
+ "type": "string",
704
+ "format": "date-time",
705
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
706
+ },
707
+ "attendee": {
708
+ "type": "object",
709
+ "propertyNames": {
710
+ "type": "string"
711
+ },
712
+ "additionalProperties": {}
713
+ },
714
+ "reservedBy": {
715
+ "type": "string"
716
+ }
717
+ },
718
+ "additionalProperties": false
719
+ },
720
+ "hidden": false
721
+ },
722
+ {
723
+ "name": "get_reserved_slot",
724
+ "description": "Fetch a reserved slot by uid.",
725
+ "inputSchema": {
726
+ "type": "object",
727
+ "properties": {
728
+ "uid": {
729
+ "type": "string",
730
+ "minLength": 1
731
+ }
732
+ },
733
+ "required": [
734
+ "uid"
735
+ ],
736
+ "additionalProperties": false
737
+ },
738
+ "hidden": false,
739
+ "annotations": {
740
+ "readOnlyHint": true
741
+ }
742
+ },
743
+ {
744
+ "name": "update_reserved_slot",
745
+ "description": "Update an existing reserved slot.",
746
+ "inputSchema": {
747
+ "type": "object",
748
+ "properties": {
749
+ "uid": {
750
+ "type": "string",
751
+ "minLength": 1
752
+ },
753
+ "eventTypeId": {
754
+ "type": "number"
755
+ },
756
+ "slotStart": {
757
+ "type": "string",
758
+ "format": "date-time",
759
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
760
+ },
761
+ "slotEnd": {
762
+ "type": "string",
763
+ "format": "date-time",
764
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
765
+ },
766
+ "attendee": {
767
+ "type": "object",
768
+ "propertyNames": {
769
+ "type": "string"
770
+ },
771
+ "additionalProperties": {}
772
+ },
773
+ "reservedBy": {
774
+ "type": "string"
775
+ }
776
+ },
777
+ "required": [
778
+ "uid"
779
+ ],
780
+ "additionalProperties": false
781
+ },
782
+ "hidden": false
783
+ },
784
+ {
785
+ "name": "delete_reserved_slot",
786
+ "description": "Delete a reserved slot.",
787
+ "inputSchema": {
788
+ "type": "object",
789
+ "properties": {
790
+ "uid": {
791
+ "type": "string",
792
+ "minLength": 1
793
+ }
794
+ },
795
+ "required": [
796
+ "uid"
797
+ ],
798
+ "additionalProperties": false
799
+ },
800
+ "hidden": false
801
+ },
802
+ {
803
+ "name": "list_bookings",
804
+ "description": "List the user's bookings. Filter by status, eventTypeIds, or attendeeEmail.",
805
+ "inputSchema": {
806
+ "type": "object",
807
+ "properties": {
808
+ "status": {
809
+ "type": "string"
810
+ },
811
+ "eventTypeId": {
812
+ "type": "integer",
813
+ "minimum": -9007199254740991,
814
+ "maximum": 9007199254740991
815
+ },
816
+ "eventTypeIds": {
817
+ "type": "string"
818
+ },
819
+ "attendeeEmail": {
820
+ "type": "string"
821
+ }
822
+ },
823
+ "additionalProperties": false
824
+ },
825
+ "hidden": false,
826
+ "annotations": {
827
+ "readOnlyHint": true
828
+ }
829
+ },
830
+ {
831
+ "name": "get_booking",
832
+ "description": "Get a single booking by its uid.",
833
+ "inputSchema": {
834
+ "type": "object",
835
+ "properties": {
836
+ "bookingUid": {
837
+ "type": "string"
838
+ }
839
+ },
840
+ "required": [
841
+ "bookingUid"
842
+ ],
843
+ "additionalProperties": false
844
+ },
845
+ "hidden": false,
846
+ "annotations": {
847
+ "readOnlyHint": true
848
+ }
849
+ },
850
+ {
851
+ "name": "create_booking",
852
+ "description": "Create a booking for an event type at a given start time.",
853
+ "inputSchema": {
854
+ "type": "object",
855
+ "properties": {
856
+ "start": {
857
+ "type": "string"
858
+ },
859
+ "eventTypeId": {
860
+ "type": "integer",
861
+ "minimum": -9007199254740991,
862
+ "maximum": 9007199254740991
863
+ },
864
+ "eventTypeSlug": {
865
+ "type": "string"
866
+ },
867
+ "username": {
868
+ "type": "string"
869
+ },
870
+ "lengthInMinutes": {
871
+ "type": "integer",
872
+ "minimum": -9007199254740991,
873
+ "maximum": 9007199254740991
874
+ },
875
+ "attendee": {
876
+ "type": "object",
877
+ "properties": {
878
+ "name": {
879
+ "type": "string"
880
+ },
881
+ "email": {
882
+ "type": "string"
883
+ },
884
+ "timeZone": {
885
+ "type": "string"
886
+ },
887
+ "language": {
888
+ "type": "string"
889
+ },
890
+ "phoneNumber": {
891
+ "type": "string"
892
+ }
893
+ },
894
+ "required": [
895
+ "name",
896
+ "email",
897
+ "timeZone"
898
+ ],
899
+ "additionalProperties": false
900
+ },
901
+ "guests": {
902
+ "type": "array",
903
+ "items": {
904
+ "type": "string"
905
+ }
906
+ },
907
+ "bookingFieldsResponses": {
908
+ "type": "object",
909
+ "propertyNames": {
910
+ "type": "string"
911
+ },
912
+ "additionalProperties": {}
913
+ },
914
+ "metadata": {
915
+ "type": "object",
916
+ "propertyNames": {
917
+ "type": "string"
918
+ },
919
+ "additionalProperties": {}
920
+ }
921
+ },
922
+ "required": [
923
+ "start",
924
+ "attendee"
925
+ ],
926
+ "additionalProperties": false
927
+ },
928
+ "hidden": false
929
+ },
930
+ {
931
+ "name": "cancel_booking",
932
+ "description": "Cancel a booking by its uid.",
933
+ "inputSchema": {
934
+ "type": "object",
935
+ "properties": {
936
+ "bookingUid": {
937
+ "type": "string"
938
+ },
939
+ "cancellationReason": {
940
+ "type": "string"
941
+ },
942
+ "cancelledByEmail": {
943
+ "type": "string"
944
+ }
945
+ },
946
+ "required": [
947
+ "bookingUid"
948
+ ],
949
+ "additionalProperties": false
950
+ },
951
+ "hidden": false
952
+ },
953
+ {
954
+ "name": "reschedule_booking",
955
+ "description": "Reschedule a booking to a new start time (creates a new booking).",
956
+ "inputSchema": {
957
+ "type": "object",
958
+ "properties": {
959
+ "bookingUid": {
960
+ "type": "string"
961
+ },
962
+ "start": {
963
+ "type": "string"
964
+ },
965
+ "reschedulingReason": {
966
+ "type": "string"
967
+ },
968
+ "rescheduledBy": {
969
+ "type": "string"
970
+ }
971
+ },
972
+ "required": [
973
+ "bookingUid",
974
+ "start"
975
+ ],
976
+ "additionalProperties": false
977
+ },
978
+ "hidden": false
979
+ },
980
+ {
981
+ "name": "list_calendars",
982
+ "description": "List the account's connected calendars and destination calendar.",
983
+ "inputSchema": {
984
+ "type": "object",
985
+ "properties": {},
986
+ "additionalProperties": false
987
+ },
988
+ "hidden": false,
989
+ "annotations": {
990
+ "readOnlyHint": true
991
+ }
992
+ },
993
+ {
994
+ "name": "check_calendar",
995
+ "description": "Check whether a calendar provider connection is healthy.",
996
+ "inputSchema": {
997
+ "type": "object",
998
+ "properties": {
999
+ "calendar": {
1000
+ "type": "string"
1001
+ }
1002
+ },
1003
+ "required": [
1004
+ "calendar"
1005
+ ],
1006
+ "additionalProperties": false
1007
+ },
1008
+ "hidden": false,
1009
+ "annotations": {
1010
+ "readOnlyHint": true
1011
+ }
1012
+ },
1013
+ {
1014
+ "name": "check_ics_feed",
1015
+ "description": "Check whether an ICS feed calendar is configured.",
1016
+ "inputSchema": {
1017
+ "type": "object",
1018
+ "properties": {},
1019
+ "additionalProperties": false
1020
+ },
1021
+ "hidden": false,
1022
+ "annotations": {
1023
+ "readOnlyHint": true
1024
+ }
1025
+ },
1026
+ {
1027
+ "name": "connect_calendar",
1028
+ "description": "Get the OAuth connect URL for a supported calendar provider.",
1029
+ "inputSchema": {
1030
+ "type": "object",
1031
+ "properties": {
1032
+ "calendar": {
1033
+ "type": "string"
1034
+ }
1035
+ },
1036
+ "required": [
1037
+ "calendar"
1038
+ ],
1039
+ "additionalProperties": false
1040
+ },
1041
+ "hidden": false,
1042
+ "annotations": {
1043
+ "readOnlyHint": true
1044
+ }
1045
+ },
1046
+ {
1047
+ "name": "save_calendar",
1048
+ "description": "Complete a calendar OAuth save callback.",
1049
+ "inputSchema": {
1050
+ "type": "object",
1051
+ "properties": {
1052
+ "calendar": {
1053
+ "type": "string"
1054
+ },
1055
+ "state": {
1056
+ "type": "string"
1057
+ }
1058
+ },
1059
+ "required": [
1060
+ "calendar"
1061
+ ],
1062
+ "additionalProperties": false
1063
+ },
1064
+ "hidden": false,
1065
+ "annotations": {
1066
+ "readOnlyHint": true
1067
+ }
1068
+ },
1069
+ {
1070
+ "name": "list_installed_conferencing_apps",
1071
+ "description": "List connected conferencing applications for the authenticated user.",
1072
+ "inputSchema": {
1073
+ "type": "object",
1074
+ "properties": {},
1075
+ "additionalProperties": false
1076
+ },
1077
+ "hidden": true,
1078
+ "annotations": {
1079
+ "readOnlyHint": true
1080
+ }
1081
+ },
1082
+ {
1083
+ "name": "get_default_conferencing_app",
1084
+ "description": "Get the authenticated user's default conferencing app.",
1085
+ "inputSchema": {
1086
+ "type": "object",
1087
+ "properties": {},
1088
+ "additionalProperties": false
1089
+ },
1090
+ "hidden": true,
1091
+ "annotations": {
1092
+ "readOnlyHint": true
1093
+ }
1094
+ },
1095
+ {
1096
+ "name": "redirect_conferencing_app",
1097
+ "description": "Start conferencing app OAuth authorization.",
1098
+ "inputSchema": {
1099
+ "type": "object",
1100
+ "properties": {
1101
+ "app": {
1102
+ "type": "string"
1103
+ }
1104
+ },
1105
+ "required": [
1106
+ "app"
1107
+ ],
1108
+ "additionalProperties": false
1109
+ },
1110
+ "hidden": true,
1111
+ "annotations": {
1112
+ "readOnlyHint": true
1113
+ }
1114
+ },
1115
+ {
1116
+ "name": "connect_conferencing_app",
1117
+ "description": "Connect an installed conferencing application.",
1118
+ "inputSchema": {
1119
+ "type": "object",
1120
+ "properties": {
1121
+ "app": {
1122
+ "type": "string"
1123
+ }
1124
+ },
1125
+ "required": [
1126
+ "app"
1127
+ ],
1128
+ "additionalProperties": false
1129
+ },
1130
+ "hidden": true
1131
+ },
1132
+ {
1133
+ "name": "default_conferencing_app",
1134
+ "description": "Set the default conferencing application.",
1135
+ "inputSchema": {
1136
+ "type": "object",
1137
+ "properties": {
1138
+ "app": {
1139
+ "type": "string"
1140
+ }
1141
+ },
1142
+ "required": [
1143
+ "app"
1144
+ ],
1145
+ "additionalProperties": false
1146
+ },
1147
+ "hidden": true
1148
+ },
1149
+ {
1150
+ "name": "disconnect_conferencing_app",
1151
+ "description": "Disconnect a conferencing application.",
1152
+ "inputSchema": {
1153
+ "type": "object",
1154
+ "properties": {
1155
+ "app": {
24
1156
  "type": "string"
25
1157
  }
26
1158
  },
1159
+ "required": [
1160
+ "app"
1161
+ ],
27
1162
  "additionalProperties": false
28
1163
  },
29
- "hidden": false,
1164
+ "hidden": true
1165
+ },
1166
+ {
1167
+ "name": "create_ics_feed",
1168
+ "description": "Create or validate an ICS feed calendar connection.",
1169
+ "inputSchema": {
1170
+ "type": "object",
1171
+ "properties": {
1172
+ "urls": {}
1173
+ },
1174
+ "additionalProperties": false
1175
+ },
1176
+ "hidden": true,
30
1177
  "annotations": {
31
1178
  "readOnlyHint": true
32
1179
  }
33
1180
  },
34
1181
  {
35
- "name": "get_event_type",
36
- "description": "Get a single event type by id.",
1182
+ "name": "delete_calendar_credentials",
1183
+ "description": "Disconnect calendar credentials by provider and credential id.",
37
1184
  "inputSchema": {
38
1185
  "type": "object",
39
1186
  "properties": {
40
- "eventTypeId": {
41
- "type": "integer",
42
- "minimum": -9007199254740991,
43
- "maximum": 9007199254740991
44
- }
1187
+ "calendar": {
1188
+ "type": "string"
1189
+ },
1190
+ "id": {}
45
1191
  },
1192
+ "required": [
1193
+ "calendar"
1194
+ ],
46
1195
  "additionalProperties": false
47
1196
  },
48
- "hidden": false,
1197
+ "hidden": true,
49
1198
  "annotations": {
50
1199
  "readOnlyHint": true
51
1200
  }
52
1201
  },
53
1202
  {
54
- "name": "list_schedules",
55
- "description": "List the user's availability schedules.",
1203
+ "name": "sync_credentials",
1204
+ "description": "Sync calendar credentials with provider-specific username/password.",
56
1205
  "inputSchema": {
57
1206
  "type": "object",
58
- "properties": {},
1207
+ "properties": {
1208
+ "calendar": {
1209
+ "type": "string"
1210
+ },
1211
+ "username": {},
1212
+ "password": {}
1213
+ },
1214
+ "required": [
1215
+ "calendar"
1216
+ ],
59
1217
  "additionalProperties": false
60
1218
  },
61
- "hidden": false,
1219
+ "hidden": true,
62
1220
  "annotations": {
63
1221
  "readOnlyHint": true
64
1222
  }
65
1223
  },
66
1224
  {
67
- "name": "get_schedule",
68
- "description": "Get a single availability schedule by id.",
1225
+ "name": "get_busy_times",
1226
+ "description": "Get busy-time information for connected calendars.",
69
1227
  "inputSchema": {
70
1228
  "type": "object",
71
1229
  "properties": {
72
- "scheduleId": {
73
- "type": "integer",
74
- "minimum": -9007199254740991,
75
- "maximum": 9007199254740991
76
- }
1230
+ "dateFrom": {
1231
+ "type": "string"
1232
+ },
1233
+ "dateTo": {
1234
+ "type": "string"
1235
+ },
1236
+ "calendarsToLoad": {}
77
1237
  },
78
- "required": [
79
- "scheduleId"
80
- ],
81
1238
  "additionalProperties": false
82
1239
  },
83
1240
  "hidden": false,
@@ -86,240 +1243,313 @@
86
1243
  }
87
1244
  },
88
1245
  {
89
- "name": "get_default_schedule",
90
- "description": "Get the user's default availability schedule.",
1246
+ "name": "list_teams",
1247
+ "description": "List teams for the authenticated user.",
91
1248
  "inputSchema": {
92
1249
  "type": "object",
93
1250
  "properties": {},
94
1251
  "additionalProperties": false
95
1252
  },
96
- "hidden": false,
1253
+ "hidden": true,
97
1254
  "annotations": {
98
1255
  "readOnlyHint": true
99
1256
  }
100
1257
  },
101
1258
  {
102
- "name": "get_available_slots",
103
- "description": "Get available booking slots for an event type over a date range (by eventTypeId, or username + eventTypeSlug).",
1259
+ "name": "create_team",
1260
+ "description": "Create a new team.",
104
1261
  "inputSchema": {
105
1262
  "type": "object",
106
1263
  "properties": {
107
- "eventTypeId": {
108
- "type": "integer",
109
- "minimum": -9007199254740991,
110
- "maximum": 9007199254740991
1264
+ "name": {
1265
+ "type": "string",
1266
+ "minLength": 1
111
1267
  },
112
- "eventTypeSlug": {
1268
+ "slug": {
113
1269
  "type": "string"
114
1270
  },
115
- "username": {
1271
+ "logoUrl": {
116
1272
  "type": "string"
117
1273
  },
118
- "start": {
1274
+ "calVideoLogo": {
119
1275
  "type": "string"
120
1276
  },
121
- "end": {
1277
+ "appLogo": {
1278
+ "type": "string"
1279
+ },
1280
+ "appIconLogo": {
1281
+ "type": "string"
1282
+ },
1283
+ "bio": {
1284
+ "type": "string"
1285
+ },
1286
+ "hideBranding": {
1287
+ "type": "boolean"
1288
+ },
1289
+ "isPrivate": {
1290
+ "type": "boolean"
1291
+ },
1292
+ "hideBookATeamMember": {
1293
+ "type": "boolean"
1294
+ },
1295
+ "metadata": {
1296
+ "type": "object",
1297
+ "propertyNames": {
1298
+ "type": "string"
1299
+ },
1300
+ "additionalProperties": {
1301
+ "anyOf": [
1302
+ {
1303
+ "type": "string"
1304
+ },
1305
+ {
1306
+ "type": "number"
1307
+ },
1308
+ {
1309
+ "type": "boolean"
1310
+ }
1311
+ ]
1312
+ }
1313
+ },
1314
+ "theme": {
1315
+ "type": "string"
1316
+ },
1317
+ "brandColor": {
1318
+ "type": "string"
1319
+ },
1320
+ "darkBrandColor": {
1321
+ "type": "string"
1322
+ },
1323
+ "bannerUrl": {
1324
+ "type": "string"
1325
+ },
1326
+ "timeFormat": {
1327
+ "type": "number"
1328
+ },
1329
+ "timeZone": {
122
1330
  "type": "string"
1331
+ },
1332
+ "weekStart": {
1333
+ "type": "string"
1334
+ },
1335
+ "autoAcceptCreator": {
1336
+ "type": "boolean"
123
1337
  }
124
1338
  },
125
1339
  "required": [
126
- "start",
127
- "end"
1340
+ "name"
128
1341
  ],
129
1342
  "additionalProperties": false
130
1343
  },
131
- "hidden": false,
1344
+ "hidden": true
1345
+ },
1346
+ {
1347
+ "name": "get_team",
1348
+ "description": "Get a single team by id.",
1349
+ "inputSchema": {
1350
+ "type": "object",
1351
+ "properties": {
1352
+ "teamId": {
1353
+ "type": "number"
1354
+ }
1355
+ },
1356
+ "required": [
1357
+ "teamId"
1358
+ ],
1359
+ "additionalProperties": false
1360
+ },
1361
+ "hidden": true,
132
1362
  "annotations": {
133
1363
  "readOnlyHint": true
134
1364
  }
135
1365
  },
136
1366
  {
137
- "name": "list_bookings",
138
- "description": "List the user's bookings. Filter by status, eventTypeIds, or attendeeEmail.",
1367
+ "name": "list_team_bookings",
1368
+ "description": "List bookings for a team.",
139
1369
  "inputSchema": {
140
1370
  "type": "object",
141
1371
  "properties": {
142
- "status": {
143
- "type": "string"
144
- },
145
- "eventTypeId": {
146
- "type": "integer",
147
- "minimum": -9007199254740991,
148
- "maximum": 9007199254740991
149
- },
150
- "eventTypeIds": {
151
- "type": "string"
152
- },
153
- "attendeeEmail": {
154
- "type": "string"
1372
+ "teamId": {
1373
+ "type": "number"
155
1374
  }
156
1375
  },
1376
+ "required": [
1377
+ "teamId"
1378
+ ],
157
1379
  "additionalProperties": false
158
1380
  },
159
- "hidden": false,
1381
+ "hidden": true,
160
1382
  "annotations": {
161
1383
  "readOnlyHint": true
162
1384
  }
163
1385
  },
164
1386
  {
165
- "name": "get_booking",
166
- "description": "Get a single booking by its uid.",
1387
+ "name": "list_team_memberships",
1388
+ "description": "List memberships for a team.",
167
1389
  "inputSchema": {
168
1390
  "type": "object",
169
1391
  "properties": {
170
- "bookingUid": {
171
- "type": "string"
1392
+ "teamId": {
1393
+ "type": "number"
172
1394
  }
173
1395
  },
174
1396
  "required": [
175
- "bookingUid"
1397
+ "teamId"
176
1398
  ],
177
1399
  "additionalProperties": false
178
1400
  },
179
- "hidden": false,
1401
+ "hidden": true,
180
1402
  "annotations": {
181
1403
  "readOnlyHint": true
182
1404
  }
183
1405
  },
184
1406
  {
185
- "name": "create_booking",
186
- "description": "Create a booking for an event type at a given start time.",
1407
+ "name": "update_team",
1408
+ "description": "Update a team.",
187
1409
  "inputSchema": {
188
1410
  "type": "object",
189
1411
  "properties": {
190
- "start": {
191
- "type": "string"
192
- },
193
- "eventTypeId": {
194
- "type": "integer",
195
- "minimum": -9007199254740991,
196
- "maximum": 9007199254740991
1412
+ "teamId": {
1413
+ "type": "number"
197
1414
  },
198
- "eventTypeSlug": {
199
- "type": "string"
1415
+ "name": {
1416
+ "type": "string",
1417
+ "minLength": 1
200
1418
  },
201
- "username": {
1419
+ "slug": {
202
1420
  "type": "string"
203
1421
  },
204
- "lengthInMinutes": {
205
- "type": "integer",
206
- "minimum": -9007199254740991,
207
- "maximum": 9007199254740991
208
- },
209
- "attendee": {
210
- "type": "object",
211
- "properties": {
212
- "name": {
213
- "type": "string"
214
- },
215
- "email": {
216
- "type": "string"
217
- },
218
- "timeZone": {
219
- "type": "string"
220
- },
221
- "language": {
1422
+ "bio": {
1423
+ "anyOf": [
1424
+ {
222
1425
  "type": "string"
223
1426
  },
224
- "phoneNumber": {
225
- "type": "string"
1427
+ {
1428
+ "type": "null"
226
1429
  }
227
- },
228
- "required": [
229
- "name",
230
- "email",
231
- "timeZone"
232
- ],
233
- "additionalProperties": false
234
- },
235
- "guests": {
236
- "type": "array",
237
- "items": {
238
- "type": "string"
239
- }
1430
+ ]
240
1431
  },
241
- "bookingFieldsResponses": {
242
- "type": "object",
243
- "propertyNames": {
244
- "type": "string"
245
- },
246
- "additionalProperties": {}
1432
+ "hideBranding": {
1433
+ "type": "boolean"
247
1434
  },
248
- "metadata": {
249
- "type": "object",
250
- "propertyNames": {
251
- "type": "string"
252
- },
253
- "additionalProperties": {}
1435
+ "isPrivate": {
1436
+ "type": "boolean"
254
1437
  }
255
1438
  },
256
1439
  "required": [
257
- "start",
258
- "attendee"
1440
+ "teamId"
259
1441
  ],
260
1442
  "additionalProperties": false
261
1443
  },
262
- "hidden": false
1444
+ "hidden": true
263
1445
  },
264
1446
  {
265
- "name": "cancel_booking",
266
- "description": "Cancel a booking by its uid.",
1447
+ "name": "delete_team",
1448
+ "description": "Delete a team.",
267
1449
  "inputSchema": {
268
1450
  "type": "object",
269
1451
  "properties": {
270
- "bookingUid": {
271
- "type": "string"
272
- },
273
- "cancellationReason": {
274
- "type": "string"
275
- },
276
- "cancelledByEmail": {
277
- "type": "string"
1452
+ "teamId": {
1453
+ "type": "number"
278
1454
  }
279
1455
  },
280
1456
  "required": [
281
- "bookingUid"
1457
+ "teamId"
282
1458
  ],
283
1459
  "additionalProperties": false
284
1460
  },
285
- "hidden": false
1461
+ "hidden": true
286
1462
  },
287
1463
  {
288
- "name": "reschedule_booking",
289
- "description": "Reschedule a booking to a new start time (creates a new booking).",
1464
+ "name": "list_team_event_types",
1465
+ "description": "List event types for a team.",
290
1466
  "inputSchema": {
291
1467
  "type": "object",
292
1468
  "properties": {
293
- "bookingUid": {
294
- "type": "string"
295
- },
296
- "start": {
297
- "type": "string"
1469
+ "teamId": {
1470
+ "type": "number"
1471
+ }
1472
+ },
1473
+ "required": [
1474
+ "teamId"
1475
+ ],
1476
+ "additionalProperties": false
1477
+ },
1478
+ "hidden": true,
1479
+ "annotations": {
1480
+ "readOnlyHint": true
1481
+ }
1482
+ },
1483
+ {
1484
+ "name": "get_team_event_type",
1485
+ "description": "Get a single team event type.",
1486
+ "inputSchema": {
1487
+ "type": "object",
1488
+ "properties": {
1489
+ "teamId": {
1490
+ "type": "number"
298
1491
  },
299
- "reschedulingReason": {
300
- "type": "string"
1492
+ "eventTypeId": {
1493
+ "type": "number"
1494
+ }
1495
+ },
1496
+ "required": [
1497
+ "teamId",
1498
+ "eventTypeId"
1499
+ ],
1500
+ "additionalProperties": false
1501
+ },
1502
+ "hidden": true,
1503
+ "annotations": {
1504
+ "readOnlyHint": true
1505
+ }
1506
+ },
1507
+ {
1508
+ "name": "list_team_event_type_webhooks",
1509
+ "description": "List webhooks for a team event type.",
1510
+ "inputSchema": {
1511
+ "type": "object",
1512
+ "properties": {
1513
+ "teamId": {
1514
+ "type": "number"
301
1515
  },
302
- "rescheduledBy": {
303
- "type": "string"
1516
+ "eventTypeId": {
1517
+ "type": "number"
304
1518
  }
305
1519
  },
306
1520
  "required": [
307
- "bookingUid",
308
- "start"
1521
+ "teamId",
1522
+ "eventTypeId"
309
1523
  ],
310
1524
  "additionalProperties": false
311
1525
  },
312
- "hidden": false
1526
+ "hidden": true,
1527
+ "annotations": {
1528
+ "readOnlyHint": true
1529
+ }
313
1530
  },
314
1531
  {
315
- "name": "list_calendars",
316
- "description": "List the account's connected calendars and destination calendar.",
1532
+ "name": "get_team_event_type_webhook",
1533
+ "description": "Get a single webhook for a team event type.",
317
1534
  "inputSchema": {
318
1535
  "type": "object",
319
- "properties": {},
1536
+ "properties": {
1537
+ "teamId": {
1538
+ "type": "number"
1539
+ },
1540
+ "eventTypeId": {
1541
+ "type": "number"
1542
+ },
1543
+ "webhookId": {}
1544
+ },
1545
+ "required": [
1546
+ "teamId",
1547
+ "eventTypeId",
1548
+ "webhookId"
1549
+ ],
320
1550
  "additionalProperties": false
321
1551
  },
322
- "hidden": false,
1552
+ "hidden": true,
323
1553
  "annotations": {
324
1554
  "readOnlyHint": true
325
1555
  }
@@ -416,7 +1646,8 @@
416
1646
  },
417
1647
  "required": [
418
1648
  "subscriberUrl",
419
- "triggers"
1649
+ "triggers",
1650
+ "active"
420
1651
  ],
421
1652
  "additionalProperties": false
422
1653
  },
@@ -505,6 +1736,327 @@
505
1736
  "additionalProperties": false
506
1737
  },
507
1738
  "hidden": false
1739
+ },
1740
+ {
1741
+ "name": "get_oauth_clients",
1742
+ "description": "List OAuth clients for the organization.",
1743
+ "inputSchema": {
1744
+ "type": "object",
1745
+ "properties": {},
1746
+ "additionalProperties": false
1747
+ },
1748
+ "hidden": false,
1749
+ "annotations": {
1750
+ "readOnlyHint": true
1751
+ }
1752
+ },
1753
+ {
1754
+ "name": "get_oauth_client_by_id",
1755
+ "description": "Get a single OAuth client.",
1756
+ "inputSchema": {
1757
+ "type": "object",
1758
+ "properties": {
1759
+ "clientId": {
1760
+ "type": "string"
1761
+ }
1762
+ },
1763
+ "required": [
1764
+ "clientId"
1765
+ ],
1766
+ "additionalProperties": false
1767
+ },
1768
+ "hidden": false,
1769
+ "annotations": {
1770
+ "readOnlyHint": true
1771
+ }
1772
+ },
1773
+ {
1774
+ "name": "create_oauth_client",
1775
+ "description": "Create an OAuth client.",
1776
+ "inputSchema": {
1777
+ "type": "object",
1778
+ "properties": {},
1779
+ "additionalProperties": false
1780
+ },
1781
+ "hidden": false
1782
+ },
1783
+ {
1784
+ "name": "get_managed_users",
1785
+ "description": "List managed users for an OAuth client.",
1786
+ "inputSchema": {
1787
+ "type": "object",
1788
+ "properties": {
1789
+ "clientId": {
1790
+ "type": "string"
1791
+ }
1792
+ },
1793
+ "required": [
1794
+ "clientId"
1795
+ ],
1796
+ "additionalProperties": false
1797
+ },
1798
+ "hidden": false,
1799
+ "annotations": {
1800
+ "readOnlyHint": true
1801
+ }
1802
+ },
1803
+ {
1804
+ "name": "get_managed_user_by_id",
1805
+ "description": "Get a managed user for an OAuth client.",
1806
+ "inputSchema": {
1807
+ "type": "object",
1808
+ "properties": {
1809
+ "clientId": {
1810
+ "type": "string"
1811
+ },
1812
+ "userId": {
1813
+ "type": "string"
1814
+ }
1815
+ },
1816
+ "required": [
1817
+ "clientId",
1818
+ "userId"
1819
+ ],
1820
+ "additionalProperties": false
1821
+ },
1822
+ "hidden": false,
1823
+ "annotations": {
1824
+ "readOnlyHint": true
1825
+ }
1826
+ },
1827
+ {
1828
+ "name": "create_managed_user",
1829
+ "description": "Create a managed user for an OAuth client.",
1830
+ "inputSchema": {
1831
+ "type": "object",
1832
+ "properties": {
1833
+ "clientId": {
1834
+ "type": "string"
1835
+ }
1836
+ },
1837
+ "required": [
1838
+ "clientId"
1839
+ ],
1840
+ "additionalProperties": false
1841
+ },
1842
+ "hidden": false
1843
+ },
1844
+ {
1845
+ "name": "get_oauth_client_webhooks",
1846
+ "description": "List OAuth client webhooks.",
1847
+ "inputSchema": {
1848
+ "type": "object",
1849
+ "properties": {
1850
+ "clientId": {
1851
+ "type": "string"
1852
+ }
1853
+ },
1854
+ "required": [
1855
+ "clientId"
1856
+ ],
1857
+ "additionalProperties": false
1858
+ },
1859
+ "hidden": false,
1860
+ "annotations": {
1861
+ "readOnlyHint": true
1862
+ }
1863
+ },
1864
+ {
1865
+ "name": "get_oauth_client_webhook",
1866
+ "description": "Get an OAuth client webhook.",
1867
+ "inputSchema": {
1868
+ "type": "object",
1869
+ "properties": {
1870
+ "clientId": {
1871
+ "type": "string"
1872
+ },
1873
+ "webhookId": {
1874
+ "type": "string"
1875
+ }
1876
+ },
1877
+ "required": [
1878
+ "clientId",
1879
+ "webhookId"
1880
+ ],
1881
+ "additionalProperties": false
1882
+ },
1883
+ "hidden": false,
1884
+ "annotations": {
1885
+ "readOnlyHint": true
1886
+ }
1887
+ },
1888
+ {
1889
+ "name": "update_oauth_client",
1890
+ "description": "Update an OAuth client.",
1891
+ "inputSchema": {
1892
+ "type": "object",
1893
+ "properties": {
1894
+ "clientId": {
1895
+ "type": "string"
1896
+ }
1897
+ },
1898
+ "required": [
1899
+ "clientId"
1900
+ ],
1901
+ "additionalProperties": false
1902
+ },
1903
+ "hidden": true
1904
+ },
1905
+ {
1906
+ "name": "delete_oauth_client",
1907
+ "description": "Delete an OAuth client.",
1908
+ "inputSchema": {
1909
+ "type": "object",
1910
+ "properties": {
1911
+ "clientId": {
1912
+ "type": "string"
1913
+ }
1914
+ },
1915
+ "required": [
1916
+ "clientId"
1917
+ ],
1918
+ "additionalProperties": false
1919
+ },
1920
+ "hidden": true
1921
+ },
1922
+ {
1923
+ "name": "update_managed_user",
1924
+ "description": "Update a managed user.",
1925
+ "inputSchema": {
1926
+ "type": "object",
1927
+ "properties": {
1928
+ "clientId": {
1929
+ "type": "string"
1930
+ },
1931
+ "userId": {
1932
+ "type": "string"
1933
+ }
1934
+ },
1935
+ "required": [
1936
+ "clientId",
1937
+ "userId"
1938
+ ],
1939
+ "additionalProperties": false
1940
+ },
1941
+ "hidden": true
1942
+ },
1943
+ {
1944
+ "name": "delete_managed_user",
1945
+ "description": "Delete a managed user.",
1946
+ "inputSchema": {
1947
+ "type": "object",
1948
+ "properties": {
1949
+ "clientId": {
1950
+ "type": "string"
1951
+ },
1952
+ "userId": {
1953
+ "type": "string"
1954
+ }
1955
+ },
1956
+ "required": [
1957
+ "clientId",
1958
+ "userId"
1959
+ ],
1960
+ "additionalProperties": false
1961
+ },
1962
+ "hidden": true
1963
+ },
1964
+ {
1965
+ "name": "force_refresh_managed_user",
1966
+ "description": "Force-refresh a managed user.",
1967
+ "inputSchema": {
1968
+ "type": "object",
1969
+ "properties": {
1970
+ "clientId": {
1971
+ "type": "string"
1972
+ },
1973
+ "userId": {
1974
+ "type": "string"
1975
+ }
1976
+ },
1977
+ "required": [
1978
+ "clientId",
1979
+ "userId"
1980
+ ],
1981
+ "additionalProperties": false
1982
+ },
1983
+ "hidden": true
1984
+ },
1985
+ {
1986
+ "name": "create_oauth_client_webhook",
1987
+ "description": "Create an OAuth client webhook.",
1988
+ "inputSchema": {
1989
+ "type": "object",
1990
+ "properties": {
1991
+ "clientId": {
1992
+ "type": "string"
1993
+ }
1994
+ },
1995
+ "required": [
1996
+ "clientId"
1997
+ ],
1998
+ "additionalProperties": false
1999
+ },
2000
+ "hidden": true
2001
+ },
2002
+ {
2003
+ "name": "delete_all_oauth_client_webhooks",
2004
+ "description": "Delete all OAuth client webhooks.",
2005
+ "inputSchema": {
2006
+ "type": "object",
2007
+ "properties": {
2008
+ "clientId": {
2009
+ "type": "string"
2010
+ }
2011
+ },
2012
+ "required": [
2013
+ "clientId"
2014
+ ],
2015
+ "additionalProperties": false
2016
+ },
2017
+ "hidden": true
2018
+ },
2019
+ {
2020
+ "name": "update_oauth_client_webhook",
2021
+ "description": "Update an OAuth client webhook.",
2022
+ "inputSchema": {
2023
+ "type": "object",
2024
+ "properties": {
2025
+ "clientId": {
2026
+ "type": "string"
2027
+ },
2028
+ "webhookId": {
2029
+ "type": "string"
2030
+ }
2031
+ },
2032
+ "required": [
2033
+ "clientId",
2034
+ "webhookId"
2035
+ ],
2036
+ "additionalProperties": false
2037
+ },
2038
+ "hidden": true
2039
+ },
2040
+ {
2041
+ "name": "delete_oauth_client_webhook",
2042
+ "description": "Delete an OAuth client webhook.",
2043
+ "inputSchema": {
2044
+ "type": "object",
2045
+ "properties": {
2046
+ "clientId": {
2047
+ "type": "string"
2048
+ },
2049
+ "webhookId": {
2050
+ "type": "string"
2051
+ }
2052
+ },
2053
+ "required": [
2054
+ "clientId",
2055
+ "webhookId"
2056
+ ],
2057
+ "additionalProperties": false
2058
+ },
2059
+ "hidden": true
508
2060
  }
509
2061
  ]
510
2062
  }