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
@@ -22,6 +22,9 @@
22
22
  "properties": {
23
23
  "organization_id_or_slug": {
24
24
  "type": "string"
25
+ },
26
+ "authorization": {
27
+ "type": "string"
25
28
  }
26
29
  },
27
30
  "required": [
@@ -45,99 +48,2205 @@
45
48
  }
46
49
  },
47
50
  "required": [
48
- "organization_id_or_slug"
51
+ "organization_id_or_slug"
52
+ ],
53
+ "additionalProperties": false
54
+ },
55
+ "hidden": false,
56
+ "annotations": {
57
+ "readOnlyHint": true
58
+ }
59
+ },
60
+ {
61
+ "name": "get_organization_member",
62
+ "description": "Get a single organization member by member id.",
63
+ "inputSchema": {
64
+ "type": "object",
65
+ "properties": {
66
+ "organization_id_or_slug": {
67
+ "type": "string"
68
+ },
69
+ "member_id": {
70
+ "type": "string"
71
+ },
72
+ "authorization": {
73
+ "type": "string"
74
+ }
75
+ },
76
+ "required": [
77
+ "organization_id_or_slug",
78
+ "member_id"
79
+ ],
80
+ "additionalProperties": false
81
+ },
82
+ "hidden": true,
83
+ "annotations": {
84
+ "readOnlyHint": true
85
+ }
86
+ },
87
+ {
88
+ "name": "update_organization_member_roles",
89
+ "description": "Update an organization member's organization role.",
90
+ "inputSchema": {
91
+ "type": "object",
92
+ "properties": {
93
+ "organization_id_or_slug": {
94
+ "type": "string"
95
+ },
96
+ "member_id": {
97
+ "type": "string"
98
+ },
99
+ "orgRole": {
100
+ "type": "string"
101
+ }
102
+ },
103
+ "required": [
104
+ "organization_id_or_slug",
105
+ "member_id"
106
+ ],
107
+ "additionalProperties": false
108
+ },
109
+ "hidden": true
110
+ },
111
+ {
112
+ "name": "delete_organization_member",
113
+ "description": "Delete an organization member.",
114
+ "inputSchema": {
115
+ "type": "object",
116
+ "properties": {
117
+ "organization_id_or_slug": {
118
+ "type": "string"
119
+ },
120
+ "member_id": {
121
+ "type": "string"
122
+ }
123
+ },
124
+ "required": [
125
+ "organization_id_or_slug",
126
+ "member_id"
127
+ ],
128
+ "additionalProperties": false
129
+ },
130
+ "hidden": true
131
+ },
132
+ {
133
+ "name": "list_organization_repositories",
134
+ "description": "List organization version control repositories.",
135
+ "inputSchema": {
136
+ "type": "object",
137
+ "properties": {
138
+ "organization_id_or_slug": {
139
+ "type": "string"
140
+ }
141
+ },
142
+ "required": [
143
+ "organization_id_or_slug"
144
+ ],
145
+ "additionalProperties": false
146
+ },
147
+ "hidden": true,
148
+ "annotations": {
149
+ "readOnlyHint": true
150
+ }
151
+ },
152
+ {
153
+ "name": "list_repository_commits",
154
+ "description": "List commits for an organization repository.",
155
+ "inputSchema": {
156
+ "type": "object",
157
+ "properties": {
158
+ "organization_id_or_slug": {
159
+ "type": "string"
160
+ },
161
+ "repo_id": {
162
+ "type": "string"
163
+ }
164
+ },
165
+ "required": [
166
+ "organization_id_or_slug",
167
+ "repo_id"
168
+ ],
169
+ "additionalProperties": false
170
+ },
171
+ "hidden": true,
172
+ "annotations": {
173
+ "readOnlyHint": true
174
+ }
175
+ },
176
+ {
177
+ "name": "list_projects",
178
+ "description": "List the projects in an organization.",
179
+ "inputSchema": {
180
+ "type": "object",
181
+ "properties": {
182
+ "organization_id_or_slug": {
183
+ "type": "string"
184
+ }
185
+ },
186
+ "required": [
187
+ "organization_id_or_slug"
188
+ ],
189
+ "additionalProperties": false
190
+ },
191
+ "hidden": false,
192
+ "annotations": {
193
+ "readOnlyHint": true
194
+ }
195
+ },
196
+ {
197
+ "name": "get_project",
198
+ "description": "Get a single project by organization and project slug.",
199
+ "inputSchema": {
200
+ "type": "object",
201
+ "properties": {
202
+ "organization_id_or_slug": {
203
+ "type": "string"
204
+ },
205
+ "project_id_or_slug": {
206
+ "type": "string"
207
+ },
208
+ "authorization": {
209
+ "type": "string"
210
+ }
211
+ },
212
+ "required": [
213
+ "organization_id_or_slug",
214
+ "project_id_or_slug"
215
+ ],
216
+ "additionalProperties": false
217
+ },
218
+ "hidden": false,
219
+ "annotations": {
220
+ "readOnlyHint": true
221
+ }
222
+ },
223
+ {
224
+ "name": "list_project_members",
225
+ "description": "List the organization members associated with a project.",
226
+ "inputSchema": {
227
+ "type": "object",
228
+ "properties": {
229
+ "organization_id_or_slug": {
230
+ "type": "string"
231
+ },
232
+ "project_id_or_slug": {
233
+ "type": "string"
234
+ }
235
+ },
236
+ "required": [
237
+ "organization_id_or_slug",
238
+ "project_id_or_slug"
239
+ ],
240
+ "additionalProperties": false
241
+ },
242
+ "hidden": true,
243
+ "annotations": {
244
+ "readOnlyHint": true
245
+ }
246
+ },
247
+ {
248
+ "name": "create_project",
249
+ "description": "Create a project under a team.",
250
+ "inputSchema": {
251
+ "type": "object",
252
+ "properties": {
253
+ "organization_id_or_slug": {
254
+ "type": "string"
255
+ },
256
+ "team_id_or_slug": {
257
+ "type": "string"
258
+ },
259
+ "name": {},
260
+ "slug": {},
261
+ "platform": {},
262
+ "authorization": {
263
+ "type": "string"
264
+ }
265
+ },
266
+ "required": [
267
+ "organization_id_or_slug",
268
+ "team_id_or_slug"
269
+ ],
270
+ "additionalProperties": false
271
+ },
272
+ "hidden": false
273
+ },
274
+ {
275
+ "name": "update_project",
276
+ "description": "Update a project: rename, change slug, or change platform.",
277
+ "inputSchema": {
278
+ "type": "object",
279
+ "properties": {
280
+ "organization_id_or_slug": {
281
+ "type": "string"
282
+ },
283
+ "project_id_or_slug": {
284
+ "type": "string"
285
+ },
286
+ "name": {},
287
+ "slug": {},
288
+ "platform": {
289
+ "anyOf": [
290
+ {
291
+ "type": "string"
292
+ },
293
+ {
294
+ "type": "null"
295
+ }
296
+ ]
297
+ }
298
+ },
299
+ "required": [
300
+ "organization_id_or_slug",
301
+ "project_id_or_slug"
302
+ ],
303
+ "additionalProperties": false
304
+ },
305
+ "hidden": false
306
+ },
307
+ {
308
+ "name": "delete_project",
309
+ "description": "Delete a project (and its client keys).",
310
+ "inputSchema": {
311
+ "type": "object",
312
+ "properties": {
313
+ "organization_id_or_slug": {
314
+ "type": "string"
315
+ },
316
+ "project_id_or_slug": {
317
+ "type": "string"
318
+ }
319
+ },
320
+ "required": [
321
+ "organization_id_or_slug",
322
+ "project_id_or_slug"
323
+ ],
324
+ "additionalProperties": false
325
+ },
326
+ "hidden": false
327
+ },
328
+ {
329
+ "name": "bulk_mutate_project_issues",
330
+ "description": "Bulk update a project's issues.",
331
+ "inputSchema": {
332
+ "type": "object",
333
+ "properties": {
334
+ "organization_id_or_slug": {
335
+ "type": "string"
336
+ },
337
+ "project_id_or_slug": {
338
+ "type": "string"
339
+ },
340
+ "id": {
341
+ "type": "array",
342
+ "items": {
343
+ "type": "string"
344
+ }
345
+ },
346
+ "status": {
347
+ "type": "string"
348
+ },
349
+ "statusDetails": {
350
+ "type": "object",
351
+ "propertyNames": {
352
+ "type": "string"
353
+ },
354
+ "additionalProperties": {}
355
+ },
356
+ "assignedTo": {
357
+ "anyOf": [
358
+ {
359
+ "type": "string"
360
+ },
361
+ {
362
+ "type": "null"
363
+ }
364
+ ]
365
+ },
366
+ "hasSeen": {
367
+ "type": "boolean"
368
+ },
369
+ "isBookmarked": {
370
+ "type": "boolean"
371
+ },
372
+ "isSubscribed": {
373
+ "type": "boolean"
374
+ }
375
+ },
376
+ "required": [
377
+ "organization_id_or_slug",
378
+ "project_id_or_slug"
379
+ ],
380
+ "additionalProperties": false
381
+ },
382
+ "hidden": true
383
+ },
384
+ {
385
+ "name": "bulk_remove_project_issues",
386
+ "description": "Bulk remove a project's issues.",
387
+ "inputSchema": {
388
+ "type": "object",
389
+ "properties": {
390
+ "organization_id_or_slug": {
391
+ "type": "string"
392
+ },
393
+ "project_id_or_slug": {
394
+ "type": "string"
395
+ },
396
+ "id": {
397
+ "type": "array",
398
+ "items": {
399
+ "type": "string"
400
+ }
401
+ },
402
+ "status": {
403
+ "type": "string"
404
+ },
405
+ "statusDetails": {
406
+ "type": "object",
407
+ "propertyNames": {
408
+ "type": "string"
409
+ },
410
+ "additionalProperties": {}
411
+ },
412
+ "assignedTo": {
413
+ "anyOf": [
414
+ {
415
+ "type": "string"
416
+ },
417
+ {
418
+ "type": "null"
419
+ }
420
+ ]
421
+ },
422
+ "hasSeen": {
423
+ "type": "boolean"
424
+ },
425
+ "isBookmarked": {
426
+ "type": "boolean"
427
+ },
428
+ "isSubscribed": {
429
+ "type": "boolean"
430
+ }
431
+ },
432
+ "required": [
433
+ "organization_id_or_slug",
434
+ "project_id_or_slug"
435
+ ],
436
+ "additionalProperties": false
437
+ },
438
+ "hidden": true
439
+ },
440
+ {
441
+ "name": "list_project_issues",
442
+ "description": "List a project's issues.",
443
+ "inputSchema": {
444
+ "type": "object",
445
+ "properties": {
446
+ "organization_id_or_slug": {
447
+ "type": "string"
448
+ },
449
+ "project_id_or_slug": {
450
+ "type": "string"
451
+ },
452
+ "authorization": {
453
+ "type": "string"
454
+ }
455
+ },
456
+ "required": [
457
+ "organization_id_or_slug",
458
+ "project_id_or_slug"
459
+ ],
460
+ "additionalProperties": false
461
+ },
462
+ "hidden": true,
463
+ "annotations": {
464
+ "readOnlyHint": true
465
+ }
466
+ },
467
+ {
468
+ "name": "update_project_environments",
469
+ "description": "Bulk update a project's environments.",
470
+ "inputSchema": {
471
+ "type": "object",
472
+ "properties": {
473
+ "organization_id_or_slug": {
474
+ "type": "string"
475
+ },
476
+ "project_id_or_slug": {
477
+ "type": "string"
478
+ },
479
+ "environmentNames": {
480
+ "type": "array",
481
+ "items": {
482
+ "type": "string"
483
+ }
484
+ }
485
+ },
486
+ "required": [
487
+ "organization_id_or_slug",
488
+ "project_id_or_slug"
489
+ ],
490
+ "additionalProperties": false
491
+ },
492
+ "hidden": true
493
+ },
494
+ {
495
+ "name": "get_project_environment",
496
+ "description": "Get a single project environment.",
497
+ "inputSchema": {
498
+ "type": "object",
499
+ "properties": {
500
+ "organization_id_or_slug": {
501
+ "type": "string"
502
+ },
503
+ "project_id_or_slug": {
504
+ "type": "string"
505
+ },
506
+ "environment_id": {
507
+ "type": "string"
508
+ }
509
+ },
510
+ "required": [
511
+ "organization_id_or_slug",
512
+ "project_id_or_slug",
513
+ "environment_id"
514
+ ],
515
+ "additionalProperties": false
516
+ },
517
+ "hidden": true,
518
+ "annotations": {
519
+ "readOnlyHint": true
520
+ }
521
+ },
522
+ {
523
+ "name": "update_project_environment",
524
+ "description": "Update a single project environment.",
525
+ "inputSchema": {
526
+ "type": "object",
527
+ "properties": {
528
+ "organization_id_or_slug": {
529
+ "type": "string"
530
+ },
531
+ "project_id_or_slug": {
532
+ "type": "string"
533
+ },
534
+ "environment_id": {
535
+ "type": "string"
536
+ }
537
+ },
538
+ "required": [
539
+ "organization_id_or_slug",
540
+ "project_id_or_slug",
541
+ "environment_id"
542
+ ],
543
+ "additionalProperties": false
544
+ },
545
+ "hidden": true
546
+ },
547
+ {
548
+ "name": "update_inbound_data_filter",
549
+ "description": "Update a project inbound data filter.",
550
+ "inputSchema": {
551
+ "type": "object",
552
+ "properties": {
553
+ "organization_id_or_slug": {
554
+ "type": "string"
555
+ },
556
+ "project_id_or_slug": {
557
+ "type": "string"
558
+ },
559
+ "filter_id": {
560
+ "type": "string"
561
+ }
562
+ },
563
+ "required": [
564
+ "organization_id_or_slug",
565
+ "project_id_or_slug",
566
+ "filter_id"
567
+ ],
568
+ "additionalProperties": false
569
+ },
570
+ "hidden": true
571
+ },
572
+ {
573
+ "name": "update_project_ownership",
574
+ "description": "Update project ownership configuration.",
575
+ "inputSchema": {
576
+ "type": "object",
577
+ "properties": {
578
+ "organization_id_or_slug": {
579
+ "type": "string"
580
+ },
581
+ "project_id_or_slug": {
582
+ "type": "string"
583
+ },
584
+ "raw": {
585
+ "type": "string"
586
+ }
587
+ },
588
+ "required": [
589
+ "organization_id_or_slug",
590
+ "project_id_or_slug"
591
+ ],
592
+ "additionalProperties": false
593
+ },
594
+ "hidden": true
595
+ },
596
+ {
597
+ "name": "list_project_tag_values",
598
+ "description": "List a project's tag values for a key.",
599
+ "inputSchema": {
600
+ "type": "object",
601
+ "properties": {
602
+ "organization_id_or_slug": {
603
+ "type": "string"
604
+ },
605
+ "project_id_or_slug": {
606
+ "type": "string"
607
+ },
608
+ "key": {
609
+ "type": "string"
610
+ }
611
+ },
612
+ "required": [
613
+ "organization_id_or_slug",
614
+ "project_id_or_slug",
615
+ "key"
616
+ ],
617
+ "additionalProperties": false
618
+ },
619
+ "hidden": true,
620
+ "annotations": {
621
+ "readOnlyHint": true
622
+ }
623
+ },
624
+ {
625
+ "name": "list_project_user_feedback",
626
+ "description": "List a project's user feedback.",
627
+ "inputSchema": {
628
+ "type": "object",
629
+ "properties": {
630
+ "organization_id_or_slug": {
631
+ "type": "string"
632
+ },
633
+ "project_id_or_slug": {
634
+ "type": "string"
635
+ }
636
+ },
637
+ "required": [
638
+ "organization_id_or_slug",
639
+ "project_id_or_slug"
640
+ ],
641
+ "additionalProperties": false
642
+ },
643
+ "hidden": true,
644
+ "annotations": {
645
+ "readOnlyHint": true
646
+ }
647
+ },
648
+ {
649
+ "name": "list_project_hooks",
650
+ "description": "List a project's webhook integrations.",
651
+ "inputSchema": {
652
+ "type": "object",
653
+ "properties": {
654
+ "organization_id_or_slug": {
655
+ "type": "string"
656
+ },
657
+ "project_id_or_slug": {
658
+ "type": "string"
659
+ }
660
+ },
661
+ "required": [
662
+ "organization_id_or_slug",
663
+ "project_id_or_slug"
664
+ ],
665
+ "additionalProperties": false
666
+ },
667
+ "hidden": true,
668
+ "annotations": {
669
+ "readOnlyHint": true
670
+ }
671
+ },
672
+ {
673
+ "name": "create_project_hook",
674
+ "description": "Create a project webhook.",
675
+ "inputSchema": {
676
+ "type": "object",
677
+ "properties": {
678
+ "organization_id_or_slug": {
679
+ "type": "string"
680
+ },
681
+ "project_id_or_slug": {
682
+ "type": "string"
683
+ },
684
+ "url": {
685
+ "default": "https://example.com/sentry-webhook",
686
+ "type": "string"
687
+ },
688
+ "events": {
689
+ "default": [
690
+ "event.alert"
691
+ ],
692
+ "type": "array",
693
+ "items": {
694
+ "type": "string"
695
+ }
696
+ }
697
+ },
698
+ "required": [
699
+ "organization_id_or_slug",
700
+ "project_id_or_slug"
701
+ ],
702
+ "additionalProperties": false
703
+ },
704
+ "hidden": true
705
+ },
706
+ {
707
+ "name": "get_project_hook",
708
+ "description": "Get one project webhook.",
709
+ "inputSchema": {
710
+ "type": "object",
711
+ "properties": {
712
+ "organization_id_or_slug": {
713
+ "type": "string"
714
+ },
715
+ "project_id_or_slug": {
716
+ "type": "string"
717
+ },
718
+ "hook_id": {
719
+ "type": "string"
720
+ }
721
+ },
722
+ "required": [
723
+ "organization_id_or_slug",
724
+ "project_id_or_slug",
725
+ "hook_id"
726
+ ],
727
+ "additionalProperties": false
728
+ },
729
+ "hidden": true,
730
+ "annotations": {
731
+ "readOnlyHint": true
732
+ }
733
+ },
734
+ {
735
+ "name": "update_project_hook",
736
+ "description": "Update one project webhook.",
737
+ "inputSchema": {
738
+ "type": "object",
739
+ "properties": {
740
+ "organization_id_or_slug": {
741
+ "type": "string"
742
+ },
743
+ "project_id_or_slug": {
744
+ "type": "string"
745
+ },
746
+ "hook_id": {
747
+ "type": "string"
748
+ },
749
+ "status": {
750
+ "type": "string"
751
+ },
752
+ "url": {
753
+ "type": "string"
754
+ },
755
+ "events": {
756
+ "type": "array",
757
+ "items": {
758
+ "type": "string"
759
+ }
760
+ }
761
+ },
762
+ "required": [
763
+ "organization_id_or_slug",
764
+ "project_id_or_slug",
765
+ "hook_id"
766
+ ],
767
+ "additionalProperties": false
768
+ },
769
+ "hidden": true
770
+ },
771
+ {
772
+ "name": "delete_project_hook",
773
+ "description": "Delete one project webhook.",
774
+ "inputSchema": {
775
+ "type": "object",
776
+ "properties": {
777
+ "organization_id_or_slug": {
778
+ "type": "string"
779
+ },
780
+ "project_id_or_slug": {
781
+ "type": "string"
782
+ },
783
+ "hook_id": {
784
+ "type": "string"
785
+ }
786
+ },
787
+ "required": [
788
+ "organization_id_or_slug",
789
+ "project_id_or_slug",
790
+ "hook_id"
791
+ ],
792
+ "additionalProperties": false
793
+ },
794
+ "hidden": true
795
+ },
796
+ {
797
+ "name": "list_spike_protections",
798
+ "description": "List spike protections.",
799
+ "inputSchema": {
800
+ "type": "object",
801
+ "properties": {},
802
+ "additionalProperties": false
803
+ },
804
+ "hidden": true,
805
+ "annotations": {
806
+ "readOnlyHint": true
807
+ }
808
+ },
809
+ {
810
+ "name": "list_teams",
811
+ "description": "List an organization's teams.",
812
+ "inputSchema": {
813
+ "type": "object",
814
+ "properties": {
815
+ "organization_id_or_slug": {
816
+ "type": "string"
817
+ },
818
+ "authorization": {
819
+ "type": "string"
820
+ }
821
+ },
822
+ "required": [
823
+ "organization_id_or_slug"
824
+ ],
825
+ "additionalProperties": false
826
+ },
827
+ "hidden": false,
828
+ "annotations": {
829
+ "readOnlyHint": true
830
+ }
831
+ },
832
+ {
833
+ "name": "get_team",
834
+ "description": "Get a single team by slug.",
835
+ "inputSchema": {
836
+ "type": "object",
837
+ "properties": {
838
+ "organization_id_or_slug": {
839
+ "type": "string"
840
+ },
841
+ "team_id_or_slug": {
842
+ "type": "string"
843
+ },
844
+ "authorization": {
845
+ "type": "string"
846
+ }
847
+ },
848
+ "required": [
849
+ "organization_id_or_slug",
850
+ "team_id_or_slug"
851
+ ],
852
+ "additionalProperties": false
853
+ },
854
+ "hidden": false,
855
+ "annotations": {
856
+ "readOnlyHint": true
857
+ }
858
+ },
859
+ {
860
+ "name": "update_team",
861
+ "description": "Update a team's name or slug.",
862
+ "inputSchema": {
863
+ "type": "object",
864
+ "properties": {
865
+ "organization_id_or_slug": {
866
+ "type": "string"
867
+ },
868
+ "team_id_or_slug": {
869
+ "type": "string"
870
+ },
871
+ "name": {
872
+ "type": "string"
873
+ },
874
+ "slug": {
875
+ "type": "string"
876
+ }
877
+ },
878
+ "required": [
879
+ "organization_id_or_slug",
880
+ "team_id_or_slug"
881
+ ],
882
+ "additionalProperties": false
883
+ },
884
+ "hidden": true
885
+ },
886
+ {
887
+ "name": "list_team_members",
888
+ "description": "List the members of a team.",
889
+ "inputSchema": {
890
+ "type": "object",
891
+ "properties": {
892
+ "organization_id_or_slug": {
893
+ "type": "string"
894
+ },
895
+ "team_id_or_slug": {
896
+ "type": "string"
897
+ },
898
+ "authorization": {
899
+ "type": "string"
900
+ }
901
+ },
902
+ "required": [
903
+ "organization_id_or_slug",
904
+ "team_id_or_slug"
905
+ ],
906
+ "additionalProperties": false
907
+ },
908
+ "hidden": true,
909
+ "annotations": {
910
+ "readOnlyHint": true
911
+ }
912
+ },
913
+ {
914
+ "name": "list_user_teams",
915
+ "description": "List the current user's teams in an organization.",
916
+ "inputSchema": {
917
+ "type": "object",
918
+ "properties": {
919
+ "organization_id_or_slug": {
920
+ "type": "string"
921
+ }
922
+ },
923
+ "required": [
924
+ "organization_id_or_slug"
925
+ ],
926
+ "additionalProperties": false
927
+ },
928
+ "hidden": true,
929
+ "annotations": {
930
+ "readOnlyHint": true
931
+ }
932
+ },
933
+ {
934
+ "name": "list_project_teams",
935
+ "description": "List the teams associated with a project.",
936
+ "inputSchema": {
937
+ "type": "object",
938
+ "properties": {
939
+ "organization_id_or_slug": {
940
+ "type": "string"
941
+ },
942
+ "project_id_or_slug": {
943
+ "type": "string"
944
+ }
945
+ },
946
+ "required": [
947
+ "organization_id_or_slug",
948
+ "project_id_or_slug"
949
+ ],
950
+ "additionalProperties": false
951
+ },
952
+ "hidden": true,
953
+ "annotations": {
954
+ "readOnlyHint": true
955
+ }
956
+ },
957
+ {
958
+ "name": "remove_team_from_project",
959
+ "description": "Remove a team from a project.",
960
+ "inputSchema": {
961
+ "type": "object",
962
+ "properties": {
963
+ "organization_id_or_slug": {
964
+ "type": "string"
965
+ },
966
+ "project_id_or_slug": {
967
+ "type": "string"
968
+ },
969
+ "team_id_or_slug": {
970
+ "type": "string"
971
+ }
972
+ },
973
+ "required": [
974
+ "organization_id_or_slug",
975
+ "project_id_or_slug",
976
+ "team_id_or_slug"
977
+ ],
978
+ "additionalProperties": false
979
+ },
980
+ "hidden": true
981
+ },
982
+ {
983
+ "name": "add_organization_member_to_team",
984
+ "description": "Add an organization member to a team.",
985
+ "inputSchema": {
986
+ "type": "object",
987
+ "properties": {
988
+ "organization_id_or_slug": {
989
+ "type": "string"
990
+ },
991
+ "member_id": {
992
+ "type": "string"
993
+ },
994
+ "team_id_or_slug": {
995
+ "type": "string"
996
+ },
997
+ "authorization": {
998
+ "type": "string"
999
+ }
1000
+ },
1001
+ "required": [
1002
+ "organization_id_or_slug",
1003
+ "member_id",
1004
+ "team_id_or_slug"
1005
+ ],
1006
+ "additionalProperties": false
1007
+ },
1008
+ "hidden": true
1009
+ },
1010
+ {
1011
+ "name": "update_organization_member_team_role",
1012
+ "description": "Update an organization member's team role.",
1013
+ "inputSchema": {
1014
+ "type": "object",
1015
+ "properties": {
1016
+ "organization_id_or_slug": {
1017
+ "type": "string"
1018
+ },
1019
+ "member_id": {
1020
+ "type": "string"
1021
+ },
1022
+ "team_id_or_slug": {
1023
+ "type": "string"
1024
+ },
1025
+ "teamRole": {
1026
+ "anyOf": [
1027
+ {
1028
+ "type": "string"
1029
+ },
1030
+ {
1031
+ "type": "null"
1032
+ }
1033
+ ]
1034
+ }
1035
+ },
1036
+ "required": [
1037
+ "organization_id_or_slug",
1038
+ "member_id",
1039
+ "team_id_or_slug"
1040
+ ],
1041
+ "additionalProperties": false
1042
+ },
1043
+ "hidden": true
1044
+ },
1045
+ {
1046
+ "name": "remove_organization_member_from_team",
1047
+ "description": "Remove an organization member from a team.",
1048
+ "inputSchema": {
1049
+ "type": "object",
1050
+ "properties": {
1051
+ "organization_id_or_slug": {
1052
+ "type": "string"
1053
+ },
1054
+ "member_id": {
1055
+ "type": "string"
1056
+ },
1057
+ "team_id_or_slug": {
1058
+ "type": "string"
1059
+ }
1060
+ },
1061
+ "required": [
1062
+ "organization_id_or_slug",
1063
+ "member_id",
1064
+ "team_id_or_slug"
1065
+ ],
1066
+ "additionalProperties": false
1067
+ },
1068
+ "hidden": true
1069
+ },
1070
+ {
1071
+ "name": "list_team_projects",
1072
+ "description": "List the projects owned by a team.",
1073
+ "inputSchema": {
1074
+ "type": "object",
1075
+ "properties": {
1076
+ "organization_id_or_slug": {
1077
+ "type": "string"
1078
+ },
1079
+ "team_id_or_slug": {
1080
+ "type": "string"
1081
+ },
1082
+ "authorization": {
1083
+ "type": "string"
1084
+ }
1085
+ },
1086
+ "required": [
1087
+ "organization_id_or_slug",
1088
+ "team_id_or_slug"
1089
+ ],
1090
+ "additionalProperties": false
1091
+ },
1092
+ "hidden": false,
1093
+ "annotations": {
1094
+ "readOnlyHint": true
1095
+ }
1096
+ },
1097
+ {
1098
+ "name": "create_team",
1099
+ "description": "Create a team in an organization.",
1100
+ "inputSchema": {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "organization_id_or_slug": {
1104
+ "type": "string"
1105
+ },
1106
+ "name": {
1107
+ "type": "string"
1108
+ },
1109
+ "slug": {
1110
+ "type": "string"
1111
+ },
1112
+ "authorization": {
1113
+ "type": "string"
1114
+ }
1115
+ },
1116
+ "required": [
1117
+ "organization_id_or_slug"
1118
+ ],
1119
+ "additionalProperties": false
1120
+ },
1121
+ "hidden": false
1122
+ },
1123
+ {
1124
+ "name": "delete_team",
1125
+ "description": "Delete a team.",
1126
+ "inputSchema": {
1127
+ "type": "object",
1128
+ "properties": {
1129
+ "organization_id_or_slug": {
1130
+ "type": "string"
1131
+ },
1132
+ "team_id_or_slug": {
1133
+ "type": "string"
1134
+ }
1135
+ },
1136
+ "required": [
1137
+ "organization_id_or_slug",
1138
+ "team_id_or_slug"
1139
+ ],
1140
+ "additionalProperties": false
1141
+ },
1142
+ "hidden": false
1143
+ },
1144
+ {
1145
+ "name": "list_project_keys",
1146
+ "description": "List a project's client keys (DSNs).",
1147
+ "inputSchema": {
1148
+ "type": "object",
1149
+ "properties": {
1150
+ "organization_id_or_slug": {
1151
+ "type": "string"
1152
+ },
1153
+ "project_id_or_slug": {
1154
+ "type": "string"
1155
+ },
1156
+ "authorization": {
1157
+ "type": "string"
1158
+ }
1159
+ },
1160
+ "required": [
1161
+ "organization_id_or_slug",
1162
+ "project_id_or_slug"
1163
+ ],
1164
+ "additionalProperties": false
1165
+ },
1166
+ "hidden": false,
1167
+ "annotations": {
1168
+ "readOnlyHint": true
1169
+ }
1170
+ },
1171
+ {
1172
+ "name": "get_project_key",
1173
+ "description": "Get one client key (DSN) for a project.",
1174
+ "inputSchema": {
1175
+ "type": "object",
1176
+ "properties": {
1177
+ "organization_id_or_slug": {
1178
+ "type": "string"
1179
+ },
1180
+ "project_id_or_slug": {
1181
+ "type": "string"
1182
+ },
1183
+ "key_id": {
1184
+ "type": "string"
1185
+ }
1186
+ },
1187
+ "required": [
1188
+ "organization_id_or_slug",
1189
+ "project_id_or_slug",
1190
+ "key_id"
1191
+ ],
1192
+ "additionalProperties": false
1193
+ },
1194
+ "hidden": false,
1195
+ "annotations": {
1196
+ "readOnlyHint": true
1197
+ }
1198
+ },
1199
+ {
1200
+ "name": "create_project_key",
1201
+ "description": "Create a client key (DSN) on a project.",
1202
+ "inputSchema": {
1203
+ "type": "object",
1204
+ "properties": {
1205
+ "organization_id_or_slug": {
1206
+ "type": "string"
1207
+ },
1208
+ "project_id_or_slug": {
1209
+ "type": "string"
1210
+ },
1211
+ "name": {
1212
+ "type": "string"
1213
+ },
1214
+ "authorization": {
1215
+ "type": "string"
1216
+ }
1217
+ },
1218
+ "required": [
1219
+ "organization_id_or_slug",
1220
+ "project_id_or_slug"
1221
+ ],
1222
+ "additionalProperties": false
1223
+ },
1224
+ "hidden": false
1225
+ },
1226
+ {
1227
+ "name": "delete_project_key",
1228
+ "description": "Delete a client key (DSN) from a project.",
1229
+ "inputSchema": {
1230
+ "type": "object",
1231
+ "properties": {
1232
+ "organization_id_or_slug": {
1233
+ "type": "string"
1234
+ },
1235
+ "project_id_or_slug": {
1236
+ "type": "string"
1237
+ },
1238
+ "key_id": {
1239
+ "type": "string"
1240
+ }
1241
+ },
1242
+ "required": [
1243
+ "organization_id_or_slug",
1244
+ "project_id_or_slug",
1245
+ "key_id"
1246
+ ],
1247
+ "additionalProperties": false
1248
+ },
1249
+ "hidden": false
1250
+ },
1251
+ {
1252
+ "name": "update_project_key",
1253
+ "description": "Update a client key (DSN) on a project.",
1254
+ "inputSchema": {
1255
+ "type": "object",
1256
+ "properties": {
1257
+ "organization_id_or_slug": {
1258
+ "type": "string"
1259
+ },
1260
+ "project_id_or_slug": {
1261
+ "type": "string"
1262
+ },
1263
+ "key_id": {
1264
+ "type": "string"
1265
+ },
1266
+ "name": {
1267
+ "type": "string"
1268
+ },
1269
+ "isActive": {
1270
+ "type": "boolean"
1271
+ }
1272
+ },
1273
+ "required": [
1274
+ "organization_id_or_slug",
1275
+ "project_id_or_slug",
1276
+ "key_id"
1277
+ ],
1278
+ "additionalProperties": false
1279
+ },
1280
+ "hidden": false
1281
+ },
1282
+ {
1283
+ "name": "list_issues",
1284
+ "description": "Search an organization's issues. Supports the is:unresolved|resolved|ignored token.",
1285
+ "inputSchema": {
1286
+ "type": "object",
1287
+ "properties": {
1288
+ "organization_id_or_slug": {
1289
+ "type": "string"
1290
+ },
1291
+ "query": {
1292
+ "type": "string"
1293
+ },
1294
+ "statsPeriod": {
1295
+ "type": "string"
1296
+ },
1297
+ "authorization": {
1298
+ "type": "string"
1299
+ }
1300
+ },
1301
+ "required": [
1302
+ "organization_id_or_slug"
1303
+ ],
1304
+ "additionalProperties": false
1305
+ },
1306
+ "hidden": false,
1307
+ "annotations": {
1308
+ "readOnlyHint": true
1309
+ }
1310
+ },
1311
+ {
1312
+ "name": "get_issue",
1313
+ "description": "Get full detail for one issue (group), including tags and activity.",
1314
+ "inputSchema": {
1315
+ "type": "object",
1316
+ "properties": {
1317
+ "organization_id_or_slug": {
1318
+ "type": "string"
1319
+ },
1320
+ "issue_id": {
1321
+ "type": "string"
1322
+ }
1323
+ },
1324
+ "required": [
1325
+ "organization_id_or_slug",
1326
+ "issue_id"
1327
+ ],
1328
+ "additionalProperties": false
1329
+ },
1330
+ "hidden": false,
1331
+ "annotations": {
1332
+ "readOnlyHint": true
1333
+ }
1334
+ },
1335
+ {
1336
+ "name": "get_latest_event",
1337
+ "description": "Get the latest event for an issue, including the stack trace.",
1338
+ "inputSchema": {
1339
+ "type": "object",
1340
+ "properties": {
1341
+ "organization_id_or_slug": {
1342
+ "type": "string"
1343
+ },
1344
+ "issue_id": {
1345
+ "type": "string"
1346
+ }
1347
+ },
1348
+ "required": [
1349
+ "organization_id_or_slug",
1350
+ "issue_id"
1351
+ ],
1352
+ "additionalProperties": false
1353
+ },
1354
+ "hidden": false,
1355
+ "annotations": {
1356
+ "readOnlyHint": true
1357
+ }
1358
+ },
1359
+ {
1360
+ "name": "get_project_event",
1361
+ "description": "Get one project event by event id.",
1362
+ "inputSchema": {
1363
+ "type": "object",
1364
+ "properties": {
1365
+ "organization_id_or_slug": {
1366
+ "type": "string"
1367
+ },
1368
+ "project_id_or_slug": {
1369
+ "type": "string"
1370
+ },
1371
+ "event_id": {
1372
+ "type": "string"
1373
+ }
1374
+ },
1375
+ "required": [
1376
+ "organization_id_or_slug",
1377
+ "event_id"
1378
+ ],
1379
+ "additionalProperties": false
1380
+ },
1381
+ "hidden": true,
1382
+ "annotations": {
1383
+ "readOnlyHint": true
1384
+ }
1385
+ },
1386
+ {
1387
+ "name": "get_project_event_source_map_debug",
1388
+ "description": "Get source map debug information for a project event.",
1389
+ "inputSchema": {
1390
+ "type": "object",
1391
+ "properties": {
1392
+ "organization_id_or_slug": {
1393
+ "type": "string"
1394
+ },
1395
+ "project_id_or_slug": {
1396
+ "type": "string"
1397
+ },
1398
+ "event_id": {
1399
+ "type": "string"
1400
+ }
1401
+ },
1402
+ "required": [
1403
+ "organization_id_or_slug",
1404
+ "event_id"
1405
+ ],
1406
+ "additionalProperties": false
1407
+ },
1408
+ "hidden": true,
1409
+ "annotations": {
1410
+ "readOnlyHint": true
1411
+ }
1412
+ },
1413
+ {
1414
+ "name": "get_issue_event",
1415
+ "description": "Get a specific issue event.",
1416
+ "inputSchema": {
1417
+ "type": "object",
1418
+ "properties": {
1419
+ "organization_id_or_slug": {
1420
+ "type": "string"
1421
+ },
1422
+ "issue_id": {
1423
+ "type": "string"
1424
+ },
1425
+ "event_id": {
1426
+ "type": "string"
1427
+ }
1428
+ },
1429
+ "required": [
1430
+ "organization_id_or_slug",
1431
+ "issue_id",
1432
+ "event_id"
1433
+ ],
1434
+ "additionalProperties": false
1435
+ },
1436
+ "hidden": true,
1437
+ "annotations": {
1438
+ "readOnlyHint": true
1439
+ }
1440
+ },
1441
+ {
1442
+ "name": "get_issue_tags",
1443
+ "description": "Get an issue's aggregated tag distribution.",
1444
+ "inputSchema": {
1445
+ "type": "object",
1446
+ "properties": {
1447
+ "organization_id_or_slug": {
1448
+ "type": "string"
1449
+ },
1450
+ "issue_id": {
1451
+ "type": "string"
1452
+ }
1453
+ },
1454
+ "required": [
1455
+ "organization_id_or_slug",
1456
+ "issue_id"
1457
+ ],
1458
+ "additionalProperties": false
1459
+ },
1460
+ "hidden": false,
1461
+ "annotations": {
1462
+ "readOnlyHint": true
1463
+ }
1464
+ },
1465
+ {
1466
+ "name": "get_issue_tag",
1467
+ "description": "Get one issue tag summary.",
1468
+ "inputSchema": {
1469
+ "type": "object",
1470
+ "properties": {
1471
+ "organization_id_or_slug": {
1472
+ "type": "string"
1473
+ },
1474
+ "issue_id": {
1475
+ "type": "string"
1476
+ },
1477
+ "key": {
1478
+ "type": "string"
1479
+ }
1480
+ },
1481
+ "required": [
1482
+ "organization_id_or_slug",
1483
+ "issue_id",
1484
+ "key"
1485
+ ],
1486
+ "additionalProperties": false
1487
+ },
1488
+ "hidden": true,
1489
+ "annotations": {
1490
+ "readOnlyHint": true
1491
+ }
1492
+ },
1493
+ {
1494
+ "name": "get_issue_tag_values",
1495
+ "description": "Get an issue tag's values.",
1496
+ "inputSchema": {
1497
+ "type": "object",
1498
+ "properties": {
1499
+ "organization_id_or_slug": {
1500
+ "type": "string"
1501
+ },
1502
+ "issue_id": {
1503
+ "type": "string"
1504
+ },
1505
+ "key": {
1506
+ "type": "string"
1507
+ }
1508
+ },
1509
+ "required": [
1510
+ "organization_id_or_slug",
1511
+ "issue_id",
1512
+ "key"
1513
+ ],
1514
+ "additionalProperties": false
1515
+ },
1516
+ "hidden": true,
1517
+ "annotations": {
1518
+ "readOnlyHint": true
1519
+ }
1520
+ },
1521
+ {
1522
+ "name": "list_issue_hashes",
1523
+ "description": "List an issue's hashes.",
1524
+ "inputSchema": {
1525
+ "type": "object",
1526
+ "properties": {
1527
+ "organization_id_or_slug": {
1528
+ "type": "string"
1529
+ },
1530
+ "issue_id": {
1531
+ "type": "string"
1532
+ }
1533
+ },
1534
+ "required": [
1535
+ "organization_id_or_slug",
1536
+ "issue_id"
1537
+ ],
1538
+ "additionalProperties": false
1539
+ },
1540
+ "hidden": true,
1541
+ "annotations": {
1542
+ "readOnlyHint": true
1543
+ }
1544
+ },
1545
+ {
1546
+ "name": "list_issue_external_issues",
1547
+ "description": "List external issues linked to an issue.",
1548
+ "inputSchema": {
1549
+ "type": "object",
1550
+ "properties": {
1551
+ "organization_id_or_slug": {
1552
+ "type": "string"
1553
+ },
1554
+ "issue_id": {
1555
+ "type": "string"
1556
+ }
1557
+ },
1558
+ "required": [
1559
+ "organization_id_or_slug",
1560
+ "issue_id"
1561
+ ],
1562
+ "additionalProperties": false
1563
+ },
1564
+ "hidden": true,
1565
+ "annotations": {
1566
+ "readOnlyHint": true
1567
+ }
1568
+ },
1569
+ {
1570
+ "name": "update_issue",
1571
+ "description": "Update an issue: resolve, unresolve, ignore, or (re)assign it.",
1572
+ "inputSchema": {
1573
+ "type": "object",
1574
+ "properties": {
1575
+ "organization_id_or_slug": {
1576
+ "type": "string"
1577
+ },
1578
+ "issue_id": {
1579
+ "type": "string"
1580
+ },
1581
+ "status": {
1582
+ "type": "string",
1583
+ "enum": [
1584
+ "resolved",
1585
+ "unresolved",
1586
+ "ignored",
1587
+ "muted"
1588
+ ]
1589
+ },
1590
+ "assignedTo": {
1591
+ "anyOf": [
1592
+ {
1593
+ "type": "string"
1594
+ },
1595
+ {
1596
+ "type": "null"
1597
+ }
1598
+ ]
1599
+ }
1600
+ },
1601
+ "required": [
1602
+ "organization_id_or_slug",
1603
+ "issue_id"
1604
+ ],
1605
+ "additionalProperties": false
1606
+ },
1607
+ "hidden": false
1608
+ },
1609
+ {
1610
+ "name": "list_releases",
1611
+ "description": "List an organization's releases, newest first.",
1612
+ "inputSchema": {
1613
+ "type": "object",
1614
+ "properties": {
1615
+ "organization_id_or_slug": {
1616
+ "type": "string"
1617
+ },
1618
+ "project_id_or_slug": {
1619
+ "type": "string"
1620
+ }
1621
+ },
1622
+ "required": [
1623
+ "organization_id_or_slug"
1624
+ ],
1625
+ "additionalProperties": false
1626
+ },
1627
+ "hidden": false,
1628
+ "annotations": {
1629
+ "readOnlyHint": true
1630
+ }
1631
+ },
1632
+ {
1633
+ "name": "get_release",
1634
+ "description": "Get a single release by version.",
1635
+ "inputSchema": {
1636
+ "type": "object",
1637
+ "properties": {
1638
+ "organization_id_or_slug": {
1639
+ "type": "string"
1640
+ },
1641
+ "version": {
1642
+ "type": "string"
1643
+ }
1644
+ },
1645
+ "required": [
1646
+ "organization_id_or_slug",
1647
+ "version"
1648
+ ],
1649
+ "additionalProperties": false
1650
+ },
1651
+ "hidden": false,
1652
+ "annotations": {
1653
+ "readOnlyHint": true
1654
+ }
1655
+ },
1656
+ {
1657
+ "name": "create_release",
1658
+ "description": "Create a release for one or more projects.",
1659
+ "inputSchema": {
1660
+ "type": "object",
1661
+ "properties": {
1662
+ "organization_id_or_slug": {
1663
+ "type": "string"
1664
+ },
1665
+ "project_id_or_slug": {
1666
+ "type": "string"
1667
+ },
1668
+ "version": {
1669
+ "anyOf": [
1670
+ {
1671
+ "type": "string"
1672
+ },
1673
+ {
1674
+ "type": "null"
1675
+ }
1676
+ ]
1677
+ },
1678
+ "projects": {
1679
+ "type": "array",
1680
+ "items": {
1681
+ "type": "string"
1682
+ }
1683
+ },
1684
+ "allowImplicitProject": {
1685
+ "type": "boolean"
1686
+ },
1687
+ "expectProjectReleaseUnauthorized": {
1688
+ "type": "boolean"
1689
+ }
1690
+ },
1691
+ "required": [
1692
+ "organization_id_or_slug"
1693
+ ],
1694
+ "additionalProperties": false
1695
+ },
1696
+ "hidden": false
1697
+ },
1698
+ {
1699
+ "name": "delete_release",
1700
+ "description": "Delete a release by version.",
1701
+ "inputSchema": {
1702
+ "type": "object",
1703
+ "properties": {
1704
+ "organization_id_or_slug": {
1705
+ "type": "string"
1706
+ },
1707
+ "version": {
1708
+ "type": "string"
1709
+ }
1710
+ },
1711
+ "required": [
1712
+ "organization_id_or_slug",
1713
+ "version"
1714
+ ],
1715
+ "additionalProperties": false
1716
+ },
1717
+ "hidden": false
1718
+ },
1719
+ {
1720
+ "name": "update_release",
1721
+ "description": "Update a single release by version.",
1722
+ "inputSchema": {
1723
+ "type": "object",
1724
+ "properties": {
1725
+ "organization_id_or_slug": {
1726
+ "type": "string"
1727
+ },
1728
+ "version": {
1729
+ "type": "string"
1730
+ },
1731
+ "url": {
1732
+ "anyOf": [
1733
+ {
1734
+ "type": "string"
1735
+ },
1736
+ {
1737
+ "type": "null"
1738
+ }
1739
+ ]
1740
+ },
1741
+ "refs": {
1742
+ "type": "array",
1743
+ "items": {}
1744
+ },
1745
+ "dateReleased": {
1746
+ "anyOf": [
1747
+ {
1748
+ "type": "string"
1749
+ },
1750
+ {
1751
+ "type": "null"
1752
+ }
1753
+ ]
1754
+ }
1755
+ },
1756
+ "required": [
1757
+ "organization_id_or_slug",
1758
+ "version"
1759
+ ],
1760
+ "additionalProperties": false
1761
+ },
1762
+ "hidden": false
1763
+ },
1764
+ {
1765
+ "name": "list_release_commits",
1766
+ "description": "List an organization release's commits.",
1767
+ "inputSchema": {
1768
+ "type": "object",
1769
+ "properties": {
1770
+ "organization_id_or_slug": {
1771
+ "type": "string"
1772
+ },
1773
+ "version": {
1774
+ "type": "string"
1775
+ }
1776
+ },
1777
+ "required": [
1778
+ "organization_id_or_slug",
1779
+ "version"
1780
+ ],
1781
+ "additionalProperties": false
1782
+ },
1783
+ "hidden": false,
1784
+ "annotations": {
1785
+ "readOnlyHint": true
1786
+ }
1787
+ },
1788
+ {
1789
+ "name": "list_release_commitfiles",
1790
+ "description": "List files changed in an organization release's commits.",
1791
+ "inputSchema": {
1792
+ "type": "object",
1793
+ "properties": {
1794
+ "organization_id_or_slug": {
1795
+ "type": "string"
1796
+ },
1797
+ "version": {
1798
+ "type": "string"
1799
+ }
1800
+ },
1801
+ "required": [
1802
+ "organization_id_or_slug",
1803
+ "version"
1804
+ ],
1805
+ "additionalProperties": false
1806
+ },
1807
+ "hidden": false,
1808
+ "annotations": {
1809
+ "readOnlyHint": true
1810
+ }
1811
+ },
1812
+ {
1813
+ "name": "list_release_files",
1814
+ "description": "List an organization release's files.",
1815
+ "inputSchema": {
1816
+ "type": "object",
1817
+ "properties": {
1818
+ "organization_id_or_slug": {
1819
+ "type": "string"
1820
+ },
1821
+ "version": {
1822
+ "type": "string"
1823
+ }
1824
+ },
1825
+ "required": [
1826
+ "organization_id_or_slug",
1827
+ "version"
1828
+ ],
1829
+ "additionalProperties": false
1830
+ },
1831
+ "hidden": false,
1832
+ "annotations": {
1833
+ "readOnlyHint": true
1834
+ }
1835
+ },
1836
+ {
1837
+ "name": "get_release_file",
1838
+ "description": "Get an organization release file by id.",
1839
+ "inputSchema": {
1840
+ "type": "object",
1841
+ "properties": {
1842
+ "organization_id_or_slug": {
1843
+ "type": "string"
1844
+ },
1845
+ "version": {
1846
+ "type": "string"
1847
+ },
1848
+ "file_id": {
1849
+ "type": "string"
1850
+ }
1851
+ },
1852
+ "required": [
1853
+ "organization_id_or_slug",
1854
+ "version",
1855
+ "file_id"
1856
+ ],
1857
+ "additionalProperties": false
1858
+ },
1859
+ "hidden": true,
1860
+ "annotations": {
1861
+ "readOnlyHint": true
1862
+ }
1863
+ },
1864
+ {
1865
+ "name": "list_release_deploys",
1866
+ "description": "List an organization release's deploys.",
1867
+ "inputSchema": {
1868
+ "type": "object",
1869
+ "properties": {
1870
+ "organization_id_or_slug": {
1871
+ "type": "string"
1872
+ },
1873
+ "version": {
1874
+ "type": "string"
1875
+ }
1876
+ },
1877
+ "required": [
1878
+ "organization_id_or_slug",
1879
+ "version"
1880
+ ],
1881
+ "additionalProperties": false
1882
+ },
1883
+ "hidden": false,
1884
+ "annotations": {
1885
+ "readOnlyHint": true
1886
+ }
1887
+ },
1888
+ {
1889
+ "name": "create_deploy",
1890
+ "description": "Create a deploy for an organization release.",
1891
+ "inputSchema": {
1892
+ "type": "object",
1893
+ "properties": {
1894
+ "organization_id_or_slug": {
1895
+ "type": "string"
1896
+ },
1897
+ "version": {
1898
+ "type": "string"
1899
+ },
1900
+ "environment": {
1901
+ "type": "string"
1902
+ },
1903
+ "name": {
1904
+ "type": "string"
1905
+ },
1906
+ "url": {
1907
+ "type": "string"
1908
+ },
1909
+ "dateStarted": {
1910
+ "type": "string"
1911
+ },
1912
+ "dateFinished": {
1913
+ "type": "string"
1914
+ },
1915
+ "projects": {
1916
+ "type": "array",
1917
+ "items": {
1918
+ "type": "string"
1919
+ }
1920
+ },
1921
+ "authorization": {
1922
+ "type": "string"
1923
+ }
1924
+ },
1925
+ "required": [
1926
+ "organization_id_or_slug",
1927
+ "version",
1928
+ "environment"
1929
+ ],
1930
+ "additionalProperties": false
1931
+ },
1932
+ "hidden": true
1933
+ },
1934
+ {
1935
+ "name": "get_release_health_session_statistics",
1936
+ "description": "Retrieve release health session statistics for an organization.",
1937
+ "inputSchema": {
1938
+ "type": "object",
1939
+ "properties": {
1940
+ "organization_id_or_slug": {
1941
+ "type": "string"
1942
+ },
1943
+ "field": {
1944
+ "type": "string"
1945
+ },
1946
+ "groupBy": {
1947
+ "type": "string"
1948
+ },
1949
+ "interval": {
1950
+ "type": "string"
1951
+ },
1952
+ "project": {
1953
+ "anyOf": [
1954
+ {
1955
+ "type": "string"
1956
+ },
1957
+ {
1958
+ "type": "number"
1959
+ }
1960
+ ]
1961
+ },
1962
+ "statsPeriod": {
1963
+ "type": "string"
1964
+ },
1965
+ "start": {
1966
+ "type": "string"
1967
+ },
1968
+ "end": {
1969
+ "type": "string"
1970
+ },
1971
+ "query": {
1972
+ "type": "string"
1973
+ }
1974
+ },
1975
+ "required": [
1976
+ "organization_id_or_slug"
1977
+ ],
1978
+ "additionalProperties": false
1979
+ },
1980
+ "hidden": true,
1981
+ "annotations": {
1982
+ "readOnlyHint": true
1983
+ }
1984
+ },
1985
+ {
1986
+ "name": "get_release_threshold_statuses",
1987
+ "description": "Retrieve release threshold statuses for an organization.",
1988
+ "inputSchema": {
1989
+ "type": "object",
1990
+ "properties": {
1991
+ "organization_id_or_slug": {
1992
+ "type": "string"
1993
+ },
1994
+ "start": {
1995
+ "type": "string"
1996
+ },
1997
+ "end": {
1998
+ "type": "string"
1999
+ },
2000
+ "project": {
2001
+ "anyOf": [
2002
+ {
2003
+ "type": "string"
2004
+ },
2005
+ {
2006
+ "type": "number"
2007
+ }
2008
+ ]
2009
+ }
2010
+ },
2011
+ "required": [
2012
+ "organization_id_or_slug"
2013
+ ],
2014
+ "additionalProperties": false
2015
+ },
2016
+ "hidden": true,
2017
+ "annotations": {
2018
+ "readOnlyHint": true
2019
+ }
2020
+ },
2021
+ {
2022
+ "name": "update_release_file",
2023
+ "description": "Update an organization release file.",
2024
+ "inputSchema": {
2025
+ "type": "object",
2026
+ "properties": {
2027
+ "organization_id_or_slug": {
2028
+ "type": "string"
2029
+ },
2030
+ "version": {
2031
+ "type": "string"
2032
+ },
2033
+ "file_id": {
2034
+ "type": "string"
2035
+ },
2036
+ "name": {
2037
+ "type": "string"
2038
+ },
2039
+ "dist": {
2040
+ "type": "string"
2041
+ }
2042
+ },
2043
+ "required": [
2044
+ "organization_id_or_slug",
2045
+ "version",
2046
+ "file_id"
2047
+ ],
2048
+ "additionalProperties": false
2049
+ },
2050
+ "hidden": true
2051
+ },
2052
+ {
2053
+ "name": "list_project_release_commits",
2054
+ "description": "List a project release's commits.",
2055
+ "inputSchema": {
2056
+ "type": "object",
2057
+ "properties": {
2058
+ "organization_id_or_slug": {
2059
+ "type": "string"
2060
+ },
2061
+ "project_id_or_slug": {
2062
+ "type": "string"
2063
+ },
2064
+ "version": {
2065
+ "type": "string"
2066
+ }
2067
+ },
2068
+ "required": [
2069
+ "organization_id_or_slug",
2070
+ "project_id_or_slug",
2071
+ "version"
2072
+ ],
2073
+ "additionalProperties": false
2074
+ },
2075
+ "hidden": false,
2076
+ "annotations": {
2077
+ "readOnlyHint": true
2078
+ }
2079
+ },
2080
+ {
2081
+ "name": "list_project_release_files",
2082
+ "description": "List a project release's files.",
2083
+ "inputSchema": {
2084
+ "type": "object",
2085
+ "properties": {
2086
+ "organization_id_or_slug": {
2087
+ "type": "string"
2088
+ },
2089
+ "project_id_or_slug": {
2090
+ "type": "string"
2091
+ },
2092
+ "version": {
2093
+ "type": "string"
2094
+ }
2095
+ },
2096
+ "required": [
2097
+ "organization_id_or_slug",
2098
+ "project_id_or_slug",
2099
+ "version"
2100
+ ],
2101
+ "additionalProperties": false
2102
+ },
2103
+ "hidden": false,
2104
+ "annotations": {
2105
+ "readOnlyHint": true
2106
+ }
2107
+ },
2108
+ {
2109
+ "name": "get_project_release_file",
2110
+ "description": "Get a project release file by id.",
2111
+ "inputSchema": {
2112
+ "type": "object",
2113
+ "properties": {
2114
+ "organization_id_or_slug": {
2115
+ "type": "string"
2116
+ },
2117
+ "project_id_or_slug": {
2118
+ "type": "string"
2119
+ },
2120
+ "version": {
2121
+ "type": "string"
2122
+ },
2123
+ "file_id": {
2124
+ "type": "string"
2125
+ }
2126
+ },
2127
+ "required": [
2128
+ "organization_id_or_slug",
2129
+ "project_id_or_slug",
2130
+ "version",
2131
+ "file_id"
2132
+ ],
2133
+ "additionalProperties": false
2134
+ },
2135
+ "hidden": true,
2136
+ "annotations": {
2137
+ "readOnlyHint": true
2138
+ }
2139
+ },
2140
+ {
2141
+ "name": "update_project_release_file",
2142
+ "description": "Update a project release file.",
2143
+ "inputSchema": {
2144
+ "type": "object",
2145
+ "properties": {
2146
+ "organization_id_or_slug": {
2147
+ "type": "string"
2148
+ },
2149
+ "project_id_or_slug": {
2150
+ "type": "string"
2151
+ },
2152
+ "version": {
2153
+ "type": "string"
2154
+ },
2155
+ "file_id": {
2156
+ "type": "string"
2157
+ },
2158
+ "name": {
2159
+ "type": "string"
2160
+ },
2161
+ "dist": {
2162
+ "type": "string"
2163
+ }
2164
+ },
2165
+ "required": [
2166
+ "organization_id_or_slug",
2167
+ "project_id_or_slug",
2168
+ "version",
2169
+ "file_id"
49
2170
  ],
50
2171
  "additionalProperties": false
51
2172
  },
52
- "hidden": false,
53
- "annotations": {
54
- "readOnlyHint": true
55
- }
2173
+ "hidden": true
56
2174
  },
57
2175
  {
58
- "name": "list_projects",
59
- "description": "List the projects in an organization.",
2176
+ "name": "create_organization_monitor",
2177
+ "description": "Create a monitor for an organization.",
60
2178
  "inputSchema": {
61
2179
  "type": "object",
62
2180
  "properties": {
63
2181
  "organization_id_or_slug": {
64
2182
  "type": "string"
2183
+ },
2184
+ "project": {
2185
+ "type": "string"
2186
+ },
2187
+ "name": {
2188
+ "type": "string"
2189
+ },
2190
+ "slug": {
2191
+ "type": "string"
65
2192
  }
66
2193
  },
67
2194
  "required": [
68
- "organization_id_or_slug"
2195
+ "organization_id_or_slug",
2196
+ "project"
69
2197
  ],
70
2198
  "additionalProperties": false
71
2199
  },
72
- "hidden": false,
73
- "annotations": {
74
- "readOnlyHint": true
75
- }
2200
+ "hidden": true
76
2201
  },
77
2202
  {
78
- "name": "get_project",
79
- "description": "Get a single project by organization and project slug.",
2203
+ "name": "update_organization_monitor",
2204
+ "description": "Update an organization monitor.",
80
2205
  "inputSchema": {
81
2206
  "type": "object",
82
2207
  "properties": {
83
2208
  "organization_id_or_slug": {
84
2209
  "type": "string"
85
2210
  },
86
- "project_id_or_slug": {
2211
+ "monitor_id": {
2212
+ "type": "string"
2213
+ },
2214
+ "name": {
87
2215
  "type": "string"
88
2216
  }
89
2217
  },
90
2218
  "required": [
91
2219
  "organization_id_or_slug",
92
- "project_id_or_slug"
2220
+ "monitor_id"
93
2221
  ],
94
2222
  "additionalProperties": false
95
2223
  },
96
- "hidden": false,
97
- "annotations": {
98
- "readOnlyHint": true
99
- }
2224
+ "hidden": true
100
2225
  },
101
2226
  {
102
- "name": "create_project",
103
- "description": "Create a project under a team.",
2227
+ "name": "delete_organization_monitor",
2228
+ "description": "Delete an organization monitor.",
104
2229
  "inputSchema": {
105
2230
  "type": "object",
106
2231
  "properties": {
107
2232
  "organization_id_or_slug": {
108
2233
  "type": "string"
109
2234
  },
110
- "team_id_or_slug": {
111
- "type": "string"
112
- },
113
- "name": {
114
- "type": "string"
115
- },
116
- "slug": {
2235
+ "monitor_id": {
117
2236
  "type": "string"
118
- },
119
- "platform": {
120
- "anyOf": [
121
- {
122
- "type": "string"
123
- },
124
- {
125
- "type": "null"
126
- }
127
- ]
128
2237
  }
129
2238
  },
130
2239
  "required": [
131
2240
  "organization_id_or_slug",
132
- "team_id_or_slug"
2241
+ "monitor_id"
133
2242
  ],
134
2243
  "additionalProperties": false
135
2244
  },
136
- "hidden": false
2245
+ "hidden": true
137
2246
  },
138
2247
  {
139
- "name": "update_project",
140
- "description": "Update a project: rename, change slug, or change platform.",
2248
+ "name": "update_project_monitor",
2249
+ "description": "Update a project monitor.",
141
2250
  "inputSchema": {
142
2251
  "type": "object",
143
2252
  "properties": {
@@ -147,34 +2256,25 @@
147
2256
  "project_id_or_slug": {
148
2257
  "type": "string"
149
2258
  },
150
- "name": {
2259
+ "monitor_id": {
151
2260
  "type": "string"
152
2261
  },
153
- "slug": {
2262
+ "name": {
154
2263
  "type": "string"
155
- },
156
- "platform": {
157
- "anyOf": [
158
- {
159
- "type": "string"
160
- },
161
- {
162
- "type": "null"
163
- }
164
- ]
165
2264
  }
166
2265
  },
167
2266
  "required": [
168
2267
  "organization_id_or_slug",
169
- "project_id_or_slug"
2268
+ "project_id_or_slug",
2269
+ "monitor_id"
170
2270
  ],
171
2271
  "additionalProperties": false
172
2272
  },
173
- "hidden": false
2273
+ "hidden": true
174
2274
  },
175
2275
  {
176
- "name": "delete_project",
177
- "description": "Delete a project (and its client keys).",
2276
+ "name": "delete_project_monitor",
2277
+ "description": "Delete a project monitor.",
178
2278
  "inputSchema": {
179
2279
  "type": "object",
180
2280
  "properties": {
@@ -183,19 +2283,23 @@
183
2283
  },
184
2284
  "project_id_or_slug": {
185
2285
  "type": "string"
2286
+ },
2287
+ "monitor_id": {
2288
+ "type": "string"
186
2289
  }
187
2290
  },
188
2291
  "required": [
189
2292
  "organization_id_or_slug",
190
- "project_id_or_slug"
2293
+ "project_id_or_slug",
2294
+ "monitor_id"
191
2295
  ],
192
2296
  "additionalProperties": false
193
2297
  },
194
- "hidden": false
2298
+ "hidden": true
195
2299
  },
196
2300
  {
197
- "name": "list_teams",
198
- "description": "List an organization's teams.",
2301
+ "name": "list_organization_monitors",
2302
+ "description": "List monitors for an organization.",
199
2303
  "inputSchema": {
200
2304
  "type": "object",
201
2305
  "properties": {
@@ -208,137 +2312,141 @@
208
2312
  ],
209
2313
  "additionalProperties": false
210
2314
  },
211
- "hidden": false,
2315
+ "hidden": true,
212
2316
  "annotations": {
213
2317
  "readOnlyHint": true
214
2318
  }
215
2319
  },
216
2320
  {
217
- "name": "get_team",
218
- "description": "Get a single team by slug.",
2321
+ "name": "get_organization_monitor",
2322
+ "description": "Get a monitor by organization and monitor id.",
219
2323
  "inputSchema": {
220
2324
  "type": "object",
221
2325
  "properties": {
222
2326
  "organization_id_or_slug": {
223
2327
  "type": "string"
224
2328
  },
225
- "team_id_or_slug": {
2329
+ "monitor_id": {
226
2330
  "type": "string"
227
2331
  }
228
2332
  },
229
2333
  "required": [
230
2334
  "organization_id_or_slug",
231
- "team_id_or_slug"
2335
+ "monitor_id"
232
2336
  ],
233
2337
  "additionalProperties": false
234
2338
  },
235
- "hidden": false,
2339
+ "hidden": true,
236
2340
  "annotations": {
237
2341
  "readOnlyHint": true
238
2342
  }
239
2343
  },
240
2344
  {
241
- "name": "list_team_projects",
242
- "description": "List the projects owned by a team.",
2345
+ "name": "list_organization_monitor_checkins",
2346
+ "description": "List check-ins for an organization monitor.",
243
2347
  "inputSchema": {
244
2348
  "type": "object",
245
2349
  "properties": {
246
2350
  "organization_id_or_slug": {
247
2351
  "type": "string"
248
2352
  },
249
- "team_id_or_slug": {
2353
+ "monitor_id": {
250
2354
  "type": "string"
251
2355
  }
252
2356
  },
253
2357
  "required": [
254
2358
  "organization_id_or_slug",
255
- "team_id_or_slug"
2359
+ "monitor_id"
256
2360
  ],
257
2361
  "additionalProperties": false
258
2362
  },
259
- "hidden": false,
2363
+ "hidden": true,
260
2364
  "annotations": {
261
2365
  "readOnlyHint": true
262
2366
  }
263
2367
  },
264
2368
  {
265
- "name": "create_team",
266
- "description": "Create a team in an organization.",
2369
+ "name": "create_project_detector",
2370
+ "description": "Create a detector for a project.",
267
2371
  "inputSchema": {
268
2372
  "type": "object",
269
2373
  "properties": {
270
2374
  "organization_id_or_slug": {
271
2375
  "type": "string"
272
2376
  },
2377
+ "project_id_or_slug": {
2378
+ "type": "string"
2379
+ },
273
2380
  "name": {
274
2381
  "type": "string"
275
2382
  },
276
- "slug": {
2383
+ "type": {
277
2384
  "type": "string"
278
2385
  }
279
2386
  },
280
2387
  "required": [
281
- "organization_id_or_slug"
2388
+ "organization_id_or_slug",
2389
+ "project_id_or_slug"
282
2390
  ],
283
2391
  "additionalProperties": false
284
2392
  },
285
- "hidden": false
2393
+ "hidden": true
286
2394
  },
287
2395
  {
288
- "name": "delete_team",
289
- "description": "Delete a team.",
2396
+ "name": "update_organization_detector",
2397
+ "description": "Update a detector by id.",
290
2398
  "inputSchema": {
291
2399
  "type": "object",
292
2400
  "properties": {
293
2401
  "organization_id_or_slug": {
294
2402
  "type": "string"
295
2403
  },
296
- "team_id_or_slug": {
2404
+ "detector_id": {
2405
+ "type": "string"
2406
+ },
2407
+ "name": {
297
2408
  "type": "string"
298
2409
  }
299
2410
  },
300
2411
  "required": [
301
2412
  "organization_id_or_slug",
302
- "team_id_or_slug"
2413
+ "detector_id"
303
2414
  ],
304
2415
  "additionalProperties": false
305
2416
  },
306
- "hidden": false
2417
+ "hidden": true
307
2418
  },
308
2419
  {
309
- "name": "list_project_keys",
310
- "description": "List a project's client keys (DSNs).",
2420
+ "name": "delete_organization_detector",
2421
+ "description": "Delete a detector by id.",
311
2422
  "inputSchema": {
312
2423
  "type": "object",
313
2424
  "properties": {
314
2425
  "organization_id_or_slug": {
315
2426
  "type": "string"
316
2427
  },
317
- "project_id_or_slug": {
2428
+ "detector_id": {
318
2429
  "type": "string"
319
2430
  }
320
2431
  },
321
2432
  "required": [
322
2433
  "organization_id_or_slug",
323
- "project_id_or_slug"
2434
+ "detector_id"
324
2435
  ],
325
2436
  "additionalProperties": false
326
2437
  },
327
- "hidden": false,
328
- "annotations": {
329
- "readOnlyHint": true
330
- }
2438
+ "hidden": true
331
2439
  },
332
2440
  {
333
- "name": "create_project_key",
334
- "description": "Create a client key (DSN) on a project.",
2441
+ "name": "update_organization_workflow",
2442
+ "description": "Update a workflow by id.",
335
2443
  "inputSchema": {
336
2444
  "type": "object",
337
2445
  "properties": {
338
2446
  "organization_id_or_slug": {
339
2447
  "type": "string"
340
2448
  },
341
- "project_id_or_slug": {
2449
+ "workflow_id": {
342
2450
  "type": "string"
343
2451
  },
344
2452
  "name": {
@@ -347,51 +2455,41 @@
347
2455
  },
348
2456
  "required": [
349
2457
  "organization_id_or_slug",
350
- "project_id_or_slug"
2458
+ "workflow_id"
351
2459
  ],
352
2460
  "additionalProperties": false
353
2461
  },
354
- "hidden": false
2462
+ "hidden": true
355
2463
  },
356
2464
  {
357
- "name": "delete_project_key",
358
- "description": "Delete a client key (DSN) from a project.",
2465
+ "name": "delete_organization_workflow",
2466
+ "description": "Delete a workflow by id.",
359
2467
  "inputSchema": {
360
2468
  "type": "object",
361
2469
  "properties": {
362
2470
  "organization_id_or_slug": {
363
2471
  "type": "string"
364
2472
  },
365
- "project_id_or_slug": {
366
- "type": "string"
367
- },
368
- "key_id": {
2473
+ "workflow_id": {
369
2474
  "type": "string"
370
2475
  }
371
2476
  },
372
2477
  "required": [
373
2478
  "organization_id_or_slug",
374
- "project_id_or_slug",
375
- "key_id"
2479
+ "workflow_id"
376
2480
  ],
377
2481
  "additionalProperties": false
378
2482
  },
379
- "hidden": false
2483
+ "hidden": true
380
2484
  },
381
2485
  {
382
- "name": "list_issues",
383
- "description": "Search an organization's issues. Supports the is:unresolved|resolved|ignored token.",
2486
+ "name": "mutate_organization_detectors",
2487
+ "description": "Mutate detectors at the organization collection endpoint.",
384
2488
  "inputSchema": {
385
2489
  "type": "object",
386
2490
  "properties": {
387
2491
  "organization_id_or_slug": {
388
2492
  "type": "string"
389
- },
390
- "query": {
391
- "type": "string"
392
- },
393
- "statsPeriod": {
394
- "type": "string"
395
2493
  }
396
2494
  },
397
2495
  "required": [
@@ -399,126 +2497,95 @@
399
2497
  ],
400
2498
  "additionalProperties": false
401
2499
  },
402
- "hidden": false,
403
- "annotations": {
404
- "readOnlyHint": true
405
- }
2500
+ "hidden": true
406
2501
  },
407
2502
  {
408
- "name": "get_issue",
409
- "description": "Get full detail for one issue (group), including tags and activity.",
2503
+ "name": "list_organization_detectors",
2504
+ "description": "List detectors for an organization.",
410
2505
  "inputSchema": {
411
2506
  "type": "object",
412
2507
  "properties": {
413
2508
  "organization_id_or_slug": {
414
2509
  "type": "string"
415
- },
416
- "issue_id": {
417
- "type": "string"
418
2510
  }
419
2511
  },
420
2512
  "required": [
421
- "organization_id_or_slug",
422
- "issue_id"
2513
+ "organization_id_or_slug"
423
2514
  ],
424
2515
  "additionalProperties": false
425
2516
  },
426
- "hidden": false,
2517
+ "hidden": true,
427
2518
  "annotations": {
428
2519
  "readOnlyHint": true
429
2520
  }
430
2521
  },
431
2522
  {
432
- "name": "get_latest_event",
433
- "description": "Get the latest event for an issue, including the stack trace.",
2523
+ "name": "get_organization_detector",
2524
+ "description": "Get a detector by organization and detector id.",
434
2525
  "inputSchema": {
435
2526
  "type": "object",
436
2527
  "properties": {
437
2528
  "organization_id_or_slug": {
438
2529
  "type": "string"
439
2530
  },
440
- "issue_id": {
2531
+ "detector_id": {
441
2532
  "type": "string"
442
2533
  }
443
2534
  },
444
2535
  "required": [
445
2536
  "organization_id_or_slug",
446
- "issue_id"
2537
+ "detector_id"
447
2538
  ],
448
2539
  "additionalProperties": false
449
2540
  },
450
- "hidden": false,
2541
+ "hidden": true,
451
2542
  "annotations": {
452
2543
  "readOnlyHint": true
453
2544
  }
454
2545
  },
455
2546
  {
456
- "name": "get_issue_tags",
457
- "description": "Get an issue's aggregated tag distribution.",
2547
+ "name": "create_organization_workflow",
2548
+ "description": "Create a workflow at the organization collection endpoint.",
458
2549
  "inputSchema": {
459
2550
  "type": "object",
460
2551
  "properties": {
461
2552
  "organization_id_or_slug": {
462
2553
  "type": "string"
463
2554
  },
464
- "issue_id": {
2555
+ "name": {
465
2556
  "type": "string"
466
2557
  }
467
2558
  },
468
2559
  "required": [
469
- "organization_id_or_slug",
470
- "issue_id"
2560
+ "organization_id_or_slug"
471
2561
  ],
472
2562
  "additionalProperties": false
473
2563
  },
474
- "hidden": false,
475
- "annotations": {
476
- "readOnlyHint": true
477
- }
2564
+ "hidden": true
478
2565
  },
479
2566
  {
480
- "name": "update_issue",
481
- "description": "Update an issue: resolve, unresolve, ignore, or (re)assign it.",
2567
+ "name": "mutate_organization_workflows",
2568
+ "description": "Mutate workflows at the organization collection endpoint.",
482
2569
  "inputSchema": {
483
2570
  "type": "object",
484
2571
  "properties": {
485
2572
  "organization_id_or_slug": {
486
2573
  "type": "string"
487
2574
  },
488
- "issue_id": {
2575
+ "name": {
489
2576
  "type": "string"
490
- },
491
- "status": {
492
- "type": "string",
493
- "enum": [
494
- "resolved",
495
- "unresolved",
496
- "ignored",
497
- "muted"
498
- ]
499
- },
500
- "assignedTo": {
501
- "anyOf": [
502
- {
503
- "type": "string"
504
- },
505
- {
506
- "type": "null"
507
- }
508
- ]
509
2577
  }
510
2578
  },
511
2579
  "required": [
512
- "organization_id_or_slug",
513
- "issue_id"
2580
+ "organization_id_or_slug"
514
2581
  ],
515
2582
  "additionalProperties": false
516
2583
  },
517
- "hidden": false
2584
+ "hidden": true
518
2585
  },
519
2586
  {
520
- "name": "list_releases",
521
- "description": "List an organization's releases, newest first.",
2587
+ "name": "list_organization_workflows",
2588
+ "description": "List workflows for an organization.",
522
2589
  "inputSchema": {
523
2590
  "type": "object",
524
2591
  "properties": {
@@ -531,81 +2598,90 @@
531
2598
  ],
532
2599
  "additionalProperties": false
533
2600
  },
534
- "hidden": false,
2601
+ "hidden": true,
535
2602
  "annotations": {
536
2603
  "readOnlyHint": true
537
2604
  }
538
2605
  },
539
2606
  {
540
- "name": "get_release",
541
- "description": "Get a single release by version.",
2607
+ "name": "get_organization_workflow",
2608
+ "description": "Get a workflow by organization and workflow id.",
542
2609
  "inputSchema": {
543
2610
  "type": "object",
544
2611
  "properties": {
545
2612
  "organization_id_or_slug": {
546
2613
  "type": "string"
547
2614
  },
548
- "version": {
2615
+ "workflow_id": {
549
2616
  "type": "string"
550
2617
  }
551
2618
  },
552
2619
  "required": [
553
2620
  "organization_id_or_slug",
554
- "version"
2621
+ "workflow_id"
555
2622
  ],
556
2623
  "additionalProperties": false
557
2624
  },
558
- "hidden": false,
2625
+ "hidden": true,
559
2626
  "annotations": {
560
2627
  "readOnlyHint": true
561
2628
  }
562
2629
  },
563
2630
  {
564
- "name": "create_release",
565
- "description": "Create a release for one or more projects.",
2631
+ "name": "get_project_monitor",
2632
+ "description": "Get a monitor by project and monitor id.",
566
2633
  "inputSchema": {
567
2634
  "type": "object",
568
2635
  "properties": {
569
2636
  "organization_id_or_slug": {
570
2637
  "type": "string"
571
2638
  },
572
- "version": {
2639
+ "project_id_or_slug": {
573
2640
  "type": "string"
574
2641
  },
575
- "projects": {
576
- "type": "array",
577
- "items": {
578
- "type": "string"
579
- }
2642
+ "monitor_id": {
2643
+ "type": "string"
580
2644
  }
581
2645
  },
582
2646
  "required": [
583
- "organization_id_or_slug"
2647
+ "organization_id_or_slug",
2648
+ "project_id_or_slug",
2649
+ "monitor_id"
584
2650
  ],
585
2651
  "additionalProperties": false
586
2652
  },
587
- "hidden": false
2653
+ "hidden": true,
2654
+ "annotations": {
2655
+ "readOnlyHint": true
2656
+ }
588
2657
  },
589
2658
  {
590
- "name": "delete_release",
591
- "description": "Delete a release by version.",
2659
+ "name": "list_project_monitor_checkins",
2660
+ "description": "List check-ins for a project monitor.",
592
2661
  "inputSchema": {
593
2662
  "type": "object",
594
2663
  "properties": {
595
2664
  "organization_id_or_slug": {
596
2665
  "type": "string"
597
2666
  },
598
- "version": {
2667
+ "project_id_or_slug": {
2668
+ "type": "string"
2669
+ },
2670
+ "monitor_id": {
599
2671
  "type": "string"
600
2672
  }
601
2673
  },
602
2674
  "required": [
603
2675
  "organization_id_or_slug",
604
- "version"
2676
+ "project_id_or_slug",
2677
+ "monitor_id"
605
2678
  ],
606
2679
  "additionalProperties": false
607
2680
  },
608
- "hidden": false
2681
+ "hidden": true,
2682
+ "annotations": {
2683
+ "readOnlyHint": true
2684
+ }
609
2685
  },
610
2686
  {
611
2687
  "name": "store_event",