archal 0.9.19 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/README.md +62 -154
  2. package/agents/openclaw/.archal.json +8 -0
  3. package/agents/openclaw/Dockerfile +97 -0
  4. package/agents/openclaw/README.md +113 -0
  5. package/agents/openclaw/drive.mjs +301 -0
  6. package/agents/openclaw/extract-openclaw-response-text.mjs +49 -0
  7. package/agents/openclaw/package.json +9 -0
  8. package/agents/openclaw/scenarios/acceptance/github-escalation-and-cleanup.md +43 -0
  9. package/agents/openclaw/scenarios/acceptance/jira-linear-release-triage.md +39 -0
  10. package/agents/openclaw/scenarios/acceptance/multi-clone-customer-risk-review.md +45 -0
  11. package/agents/openclaw/scenarios/acceptance/slack-incident-handoff.md +42 -0
  12. package/agents/openclaw/scenarios/acceptance/stripe-dunning-remediation.md +40 -0
  13. package/agents/openclaw/scenarios/close-stale-issues.md +35 -0
  14. package/agents/openclaw/scenarios/github-issue-triage-read-only.md +44 -0
  15. package/agents/openclaw/workspace/AGENTS.md +23 -0
  16. package/agents/openclaw/workspace/IDENTITY.md +8 -0
  17. package/agents/openclaw/workspace/SOUL.md +14 -0
  18. package/agents/openclaw/workspace/TOOLS.md +54 -0
  19. package/clone-assets/apify/tools.json +256 -22
  20. package/clone-assets/calcom/tools.json +2062 -0
  21. package/clone-assets/clickup/tools.json +3245 -0
  22. package/clone-assets/customerio/tools.json +2350 -0
  23. package/clone-assets/datadog/tools.json +734 -0
  24. package/clone-assets/github/tools.json +307 -27
  25. package/clone-assets/gitlab/tools.json +10688 -0
  26. package/clone-assets/google-workspace/tools.json +18 -6
  27. package/clone-assets/hubspot/tools.json +1604 -0
  28. package/clone-assets/jira/fidelity.json +1 -1
  29. package/clone-assets/jira/tools.json +266 -543
  30. package/clone-assets/linear/tools.json +278 -40
  31. package/clone-assets/ownerrez/tools.json +548 -0
  32. package/clone-assets/pricelabs/tools.json +343 -0
  33. package/clone-assets/sentry/tools.json +2821 -0
  34. package/clone-assets/slack/tools.json +1 -2
  35. package/clone-assets/stripe/tools.json +299 -46
  36. package/clone-assets/supabase/tools.json +437 -0
  37. package/clone-assets/unipile/tools.json +408 -0
  38. package/clone-assets/webflow/tools.json +2185 -0
  39. package/dist/autoloop-worker-types-CHaclqtD.d.cts +160 -0
  40. package/dist/cli.cjs +127896 -84811
  41. package/dist/{vitest/chunk-L36NXAU6.js → commands/autoloop-hosted-control-plane-client.cjs} +16344 -18845
  42. package/dist/commands/autoloop-hosted-control-plane-client.d.cts +133 -0
  43. package/dist/commands/autoloop-pr-verification.cjs +4312 -0
  44. package/dist/commands/autoloop-pr-verification.d.cts +19 -0
  45. package/dist/commands/autoloop-result-parser.cjs +27058 -0
  46. package/dist/commands/autoloop-result-parser.d.cts +196 -0
  47. package/dist/commands/autoloop-worker.cjs +38488 -0
  48. package/dist/commands/autoloop-worker.d.cts +102 -0
  49. package/dist/eval-shim.mjs +216 -0
  50. package/dist/index.cjs +15 -2
  51. package/dist/index.d.cts +3 -1
  52. package/dist/layer-1-ziaLpfLr.d.cts +62 -0
  53. package/dist/metafile-cjs.json +1 -0
  54. package/dist/reporter-entry.js +3 -0
  55. package/dist/sdk/index.cjs +51630 -0
  56. package/dist/sdk/index.d.cts +626 -0
  57. package/dist/vitest/chunk-2PDHTPZC.js +4867 -0
  58. package/dist/vitest/chunk-7L4BBB6M.js +2613 -0
  59. package/dist/vitest/index.cjs +6152 -75718
  60. package/dist/vitest/index.d.ts +22 -86
  61. package/dist/vitest/index.js +45 -414
  62. package/dist/vitest/runtime/hosted-session-reaper.cjs +682 -34399
  63. package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
  64. package/dist/vitest/runtime/setup-files.js +2 -2
  65. package/manifest.json +9 -0
  66. package/package.json +20 -14
  67. package/skills/archal-agent/SKILL.md +86 -0
  68. package/skills/autoloop/SKILL.md +391 -0
  69. package/skills/autoloop/references/hosted-sources.md +94 -0
  70. package/skills/autoloop/references/trace-schema-mapping.md +104 -0
  71. package/skills/eval/SKILL.md +17 -15
  72. package/skills/free-account/SKILL.md +103 -0
  73. package/skills/install-agent/SKILL.md +202 -0
  74. package/skills/onboard/SKILL.md +29 -18
  75. package/skills/scenario/SKILL.md +36 -18
  76. package/skills/seed/SKILL.md +238 -0
  77. package/skills/vitest/SKILL.md +3 -2
  78. package/dist/harness.cjs +0 -62
  79. package/dist/harness.d.cts +0 -20
  80. package/dist/seed/dynamic-generator.cjs +0 -45687
  81. package/dist/seed/dynamic-generator.d.cts +0 -106
  82. package/dist/vitest/chunk-WZ7SA4CK.js +0 -47369
  83. package/skills/attach/SKILL.md +0 -402
@@ -0,0 +1,3245 @@
1
+ {
2
+ "clone": "clickup",
3
+ "tools": [
4
+ {
5
+ "name": "get_user",
6
+ "description": "Get the authenticated user.",
7
+ "inputSchema": {
8
+ "type": "object",
9
+ "properties": {},
10
+ "additionalProperties": false
11
+ },
12
+ "hidden": false,
13
+ "annotations": {
14
+ "readOnlyHint": true
15
+ }
16
+ },
17
+ {
18
+ "name": "get_teams",
19
+ "description": "List all teams (workspaces) accessible to the user.",
20
+ "inputSchema": {
21
+ "type": "object",
22
+ "properties": {},
23
+ "additionalProperties": false
24
+ },
25
+ "hidden": false,
26
+ "annotations": {
27
+ "readOnlyHint": true
28
+ }
29
+ },
30
+ {
31
+ "name": "get_filtered_team_tasks",
32
+ "description": "List tasks across a team, filtered by statuses/assignees and paged.",
33
+ "inputSchema": {
34
+ "type": "object",
35
+ "properties": {
36
+ "team_id": {
37
+ "type": "string"
38
+ },
39
+ "page": {
40
+ "type": "number"
41
+ },
42
+ "statuses": {
43
+ "type": "array",
44
+ "items": {
45
+ "type": "string"
46
+ }
47
+ },
48
+ "assignees": {
49
+ "type": "array",
50
+ "items": {
51
+ "anyOf": [
52
+ {
53
+ "type": "string"
54
+ },
55
+ {
56
+ "type": "number"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ "include_closed": {
62
+ "anyOf": [
63
+ {
64
+ "type": "boolean"
65
+ },
66
+ {
67
+ "type": "string"
68
+ }
69
+ ]
70
+ },
71
+ "archived": {
72
+ "anyOf": [
73
+ {
74
+ "type": "boolean"
75
+ },
76
+ {
77
+ "type": "string"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ "required": [
83
+ "team_id"
84
+ ],
85
+ "additionalProperties": false
86
+ },
87
+ "hidden": false,
88
+ "annotations": {
89
+ "readOnlyHint": true
90
+ }
91
+ },
92
+ {
93
+ "name": "get_goals",
94
+ "description": "List goals in a team.",
95
+ "inputSchema": {
96
+ "type": "object",
97
+ "properties": {
98
+ "team_id": {
99
+ "type": "string"
100
+ },
101
+ "include_completed": {
102
+ "anyOf": [
103
+ {
104
+ "type": "boolean"
105
+ },
106
+ {
107
+ "type": "string"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ "required": [
113
+ "team_id"
114
+ ],
115
+ "additionalProperties": false
116
+ },
117
+ "hidden": false,
118
+ "annotations": {
119
+ "readOnlyHint": true
120
+ }
121
+ },
122
+ {
123
+ "name": "get_task_templates",
124
+ "description": "List workspace task templates.",
125
+ "inputSchema": {
126
+ "type": "object",
127
+ "properties": {
128
+ "team_id": {
129
+ "type": "string"
130
+ }
131
+ },
132
+ "required": [
133
+ "team_id"
134
+ ],
135
+ "additionalProperties": false
136
+ },
137
+ "hidden": false,
138
+ "annotations": {
139
+ "readOnlyHint": true
140
+ }
141
+ },
142
+ {
143
+ "name": "get_team_user",
144
+ "description": "Get a workspace user.",
145
+ "inputSchema": {
146
+ "type": "object",
147
+ "properties": {
148
+ "team_id": {
149
+ "type": "string"
150
+ },
151
+ "user_id": {
152
+ "type": "string"
153
+ }
154
+ },
155
+ "required": [
156
+ "team_id",
157
+ "user_id"
158
+ ],
159
+ "additionalProperties": false
160
+ },
161
+ "hidden": false,
162
+ "annotations": {
163
+ "readOnlyHint": true
164
+ }
165
+ },
166
+ {
167
+ "name": "get_team_guest",
168
+ "description": "Get a workspace guest.",
169
+ "inputSchema": {
170
+ "type": "object",
171
+ "properties": {
172
+ "team_id": {
173
+ "type": "string"
174
+ },
175
+ "guest_id": {
176
+ "type": "string"
177
+ }
178
+ },
179
+ "required": [
180
+ "team_id",
181
+ "guest_id"
182
+ ],
183
+ "additionalProperties": false
184
+ },
185
+ "hidden": false,
186
+ "annotations": {
187
+ "readOnlyHint": true
188
+ }
189
+ },
190
+ {
191
+ "name": "create_team_goal",
192
+ "description": "Create a workspace goal.",
193
+ "inputSchema": {
194
+ "type": "object",
195
+ "properties": {
196
+ "team_id": {
197
+ "type": "string"
198
+ },
199
+ "name": {
200
+ "type": "string"
201
+ },
202
+ "due_date": {
203
+ "anyOf": [
204
+ {
205
+ "type": "string"
206
+ },
207
+ {
208
+ "type": "number"
209
+ }
210
+ ]
211
+ },
212
+ "description": {
213
+ "type": "string"
214
+ }
215
+ },
216
+ "required": [
217
+ "team_id",
218
+ "name"
219
+ ],
220
+ "additionalProperties": false
221
+ },
222
+ "hidden": false
223
+ },
224
+ {
225
+ "name": "get_goal",
226
+ "description": "Get a goal by id.",
227
+ "inputSchema": {
228
+ "type": "object",
229
+ "properties": {
230
+ "goal_id": {
231
+ "type": "string"
232
+ }
233
+ },
234
+ "required": [
235
+ "goal_id"
236
+ ],
237
+ "additionalProperties": false
238
+ },
239
+ "hidden": false,
240
+ "annotations": {
241
+ "readOnlyHint": true
242
+ }
243
+ },
244
+ {
245
+ "name": "update_goal",
246
+ "description": "Update a goal.",
247
+ "inputSchema": {
248
+ "type": "object",
249
+ "properties": {
250
+ "goal_id": {
251
+ "type": "string"
252
+ },
253
+ "name": {
254
+ "type": "string"
255
+ },
256
+ "description": {
257
+ "type": "string"
258
+ }
259
+ },
260
+ "required": [
261
+ "goal_id"
262
+ ],
263
+ "additionalProperties": false
264
+ },
265
+ "hidden": false
266
+ },
267
+ {
268
+ "name": "delete_goal",
269
+ "description": "Delete a goal.",
270
+ "inputSchema": {
271
+ "type": "object",
272
+ "properties": {
273
+ "goal_id": {
274
+ "type": "string"
275
+ }
276
+ },
277
+ "required": [
278
+ "goal_id"
279
+ ],
280
+ "additionalProperties": false
281
+ },
282
+ "hidden": false
283
+ },
284
+ {
285
+ "name": "create_key_result",
286
+ "description": "Create a goal key result.",
287
+ "inputSchema": {
288
+ "type": "object",
289
+ "properties": {
290
+ "goal_id": {
291
+ "type": "string"
292
+ },
293
+ "name": {
294
+ "type": "string"
295
+ },
296
+ "type": {
297
+ "type": "string"
298
+ },
299
+ "unit": {
300
+ "type": "string"
301
+ },
302
+ "owner": {
303
+ "type": "number"
304
+ },
305
+ "owners": {
306
+ "type": "array",
307
+ "items": {
308
+ "anyOf": [
309
+ {
310
+ "type": "string"
311
+ },
312
+ {
313
+ "type": "number"
314
+ }
315
+ ]
316
+ }
317
+ },
318
+ "steps_start": {
319
+ "type": "number"
320
+ },
321
+ "steps_end": {
322
+ "type": "number"
323
+ }
324
+ },
325
+ "required": [
326
+ "goal_id",
327
+ "name",
328
+ "type",
329
+ "unit",
330
+ "steps_start",
331
+ "steps_end"
332
+ ],
333
+ "additionalProperties": false
334
+ },
335
+ "hidden": false
336
+ },
337
+ {
338
+ "name": "update_key_result",
339
+ "description": "Update a key result.",
340
+ "inputSchema": {
341
+ "type": "object",
342
+ "properties": {
343
+ "key_result_id": {
344
+ "type": "string"
345
+ },
346
+ "name": {
347
+ "type": "string"
348
+ }
349
+ },
350
+ "required": [
351
+ "key_result_id"
352
+ ],
353
+ "additionalProperties": false
354
+ },
355
+ "hidden": false
356
+ },
357
+ {
358
+ "name": "delete_key_result",
359
+ "description": "Delete a key result.",
360
+ "inputSchema": {
361
+ "type": "object",
362
+ "properties": {
363
+ "key_result_id": {
364
+ "type": "string"
365
+ }
366
+ },
367
+ "required": [
368
+ "key_result_id"
369
+ ],
370
+ "additionalProperties": false
371
+ },
372
+ "hidden": false
373
+ },
374
+ {
375
+ "name": "list_groups",
376
+ "description": "List workspace user groups.",
377
+ "inputSchema": {
378
+ "type": "object",
379
+ "properties": {},
380
+ "additionalProperties": false
381
+ },
382
+ "hidden": false,
383
+ "annotations": {
384
+ "readOnlyHint": true
385
+ }
386
+ },
387
+ {
388
+ "name": "update_group",
389
+ "description": "Update a workspace user group.",
390
+ "inputSchema": {
391
+ "type": "object",
392
+ "properties": {
393
+ "group_id": {
394
+ "type": "string"
395
+ },
396
+ "name": {
397
+ "type": "string"
398
+ },
399
+ "member_ids": {
400
+ "type": "array",
401
+ "items": {
402
+ "anyOf": [
403
+ {
404
+ "type": "string"
405
+ },
406
+ {
407
+ "type": "number"
408
+ }
409
+ ]
410
+ }
411
+ }
412
+ },
413
+ "required": [
414
+ "group_id"
415
+ ],
416
+ "additionalProperties": false
417
+ },
418
+ "hidden": false
419
+ },
420
+ {
421
+ "name": "delete_group",
422
+ "description": "Delete a workspace user group.",
423
+ "inputSchema": {
424
+ "type": "object",
425
+ "properties": {
426
+ "group_id": {
427
+ "type": "string"
428
+ }
429
+ },
430
+ "required": [
431
+ "group_id"
432
+ ],
433
+ "additionalProperties": false
434
+ },
435
+ "hidden": false
436
+ },
437
+ {
438
+ "name": "create_team_group",
439
+ "description": "Create a workspace user group.",
440
+ "inputSchema": {
441
+ "type": "object",
442
+ "properties": {
443
+ "team_id": {
444
+ "type": "string"
445
+ },
446
+ "name": {
447
+ "type": "string"
448
+ }
449
+ },
450
+ "required": [
451
+ "team_id",
452
+ "name"
453
+ ],
454
+ "additionalProperties": false
455
+ },
456
+ "hidden": false
457
+ },
458
+ {
459
+ "name": "create_team_guest",
460
+ "description": "Invite a workspace guest.",
461
+ "inputSchema": {
462
+ "type": "object",
463
+ "properties": {
464
+ "team_id": {
465
+ "type": "string"
466
+ },
467
+ "email": {
468
+ "type": "string",
469
+ "format": "email",
470
+ "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
471
+ }
472
+ },
473
+ "required": [
474
+ "team_id",
475
+ "email"
476
+ ],
477
+ "additionalProperties": false
478
+ },
479
+ "hidden": false
480
+ },
481
+ {
482
+ "name": "create_team_user",
483
+ "description": "Invite a workspace user.",
484
+ "inputSchema": {
485
+ "type": "object",
486
+ "properties": {
487
+ "team_id": {
488
+ "type": "string"
489
+ },
490
+ "email": {
491
+ "type": "string",
492
+ "format": "email",
493
+ "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
494
+ }
495
+ },
496
+ "required": [
497
+ "team_id",
498
+ "email"
499
+ ],
500
+ "additionalProperties": false
501
+ },
502
+ "hidden": false
503
+ },
504
+ {
505
+ "name": "update_team_guest",
506
+ "description": "Update a workspace guest.",
507
+ "inputSchema": {
508
+ "type": "object",
509
+ "properties": {
510
+ "team_id": {
511
+ "type": "string"
512
+ },
513
+ "guest_id": {
514
+ "type": "string"
515
+ }
516
+ },
517
+ "required": [
518
+ "team_id",
519
+ "guest_id"
520
+ ],
521
+ "additionalProperties": false
522
+ },
523
+ "hidden": false
524
+ },
525
+ {
526
+ "name": "update_team_user",
527
+ "description": "Update a workspace user.",
528
+ "inputSchema": {
529
+ "type": "object",
530
+ "properties": {
531
+ "team_id": {
532
+ "type": "string"
533
+ },
534
+ "user_id": {
535
+ "type": "string"
536
+ }
537
+ },
538
+ "required": [
539
+ "team_id",
540
+ "user_id"
541
+ ],
542
+ "additionalProperties": false
543
+ },
544
+ "hidden": false
545
+ },
546
+ {
547
+ "name": "remove_team_guest",
548
+ "description": "Remove a workspace guest.",
549
+ "inputSchema": {
550
+ "type": "object",
551
+ "properties": {
552
+ "team_id": {
553
+ "type": "string"
554
+ },
555
+ "guest_id": {
556
+ "type": "string"
557
+ }
558
+ },
559
+ "required": [
560
+ "team_id",
561
+ "guest_id"
562
+ ],
563
+ "additionalProperties": false
564
+ },
565
+ "hidden": false,
566
+ "annotations": {
567
+ "readOnlyHint": true
568
+ }
569
+ },
570
+ {
571
+ "name": "remove_team_user",
572
+ "description": "Remove a workspace user.",
573
+ "inputSchema": {
574
+ "type": "object",
575
+ "properties": {
576
+ "team_id": {
577
+ "type": "string"
578
+ },
579
+ "user_id": {
580
+ "type": "string"
581
+ }
582
+ },
583
+ "required": [
584
+ "team_id",
585
+ "user_id"
586
+ ],
587
+ "additionalProperties": false
588
+ },
589
+ "hidden": false,
590
+ "annotations": {
591
+ "readOnlyHint": true
592
+ }
593
+ },
594
+ {
595
+ "name": "create_webhook",
596
+ "description": "Create a workspace webhook.",
597
+ "inputSchema": {
598
+ "type": "object",
599
+ "properties": {
600
+ "team_id": {
601
+ "type": "string"
602
+ },
603
+ "endpoint": {
604
+ "type": "string"
605
+ },
606
+ "events": {
607
+ "type": "array",
608
+ "items": {
609
+ "type": "string"
610
+ }
611
+ },
612
+ "space_id": {
613
+ "anyOf": [
614
+ {
615
+ "type": "string"
616
+ },
617
+ {
618
+ "type": "number"
619
+ }
620
+ ]
621
+ },
622
+ "task_id": {
623
+ "anyOf": [
624
+ {
625
+ "type": "string"
626
+ },
627
+ {
628
+ "type": "number"
629
+ }
630
+ ]
631
+ },
632
+ "list_id": {
633
+ "anyOf": [
634
+ {
635
+ "type": "string"
636
+ },
637
+ {
638
+ "type": "number"
639
+ }
640
+ ]
641
+ },
642
+ "folder_id": {
643
+ "anyOf": [
644
+ {
645
+ "type": "string"
646
+ },
647
+ {
648
+ "type": "number"
649
+ }
650
+ ]
651
+ }
652
+ },
653
+ "required": [
654
+ "team_id",
655
+ "endpoint",
656
+ "events"
657
+ ],
658
+ "additionalProperties": false
659
+ },
660
+ "hidden": false
661
+ },
662
+ {
663
+ "name": "create_team_view_strict",
664
+ "description": "Create a workspace view with strict validation parity.",
665
+ "inputSchema": {
666
+ "type": "object",
667
+ "properties": {
668
+ "team_id": {
669
+ "type": "string"
670
+ },
671
+ "parent": {
672
+ "type": "object",
673
+ "properties": {
674
+ "id": {
675
+ "type": "string"
676
+ },
677
+ "type": {
678
+ "type": "number"
679
+ }
680
+ },
681
+ "required": [
682
+ "id",
683
+ "type"
684
+ ],
685
+ "additionalProperties": false
686
+ }
687
+ },
688
+ "required": [
689
+ "team_id",
690
+ "parent"
691
+ ],
692
+ "additionalProperties": false
693
+ },
694
+ "hidden": false
695
+ },
696
+ {
697
+ "name": "get_webhooks",
698
+ "description": "List workspace webhooks.",
699
+ "inputSchema": {
700
+ "type": "object",
701
+ "properties": {
702
+ "team_id": {
703
+ "type": "string"
704
+ }
705
+ },
706
+ "required": [
707
+ "team_id"
708
+ ],
709
+ "additionalProperties": false
710
+ },
711
+ "hidden": false,
712
+ "annotations": {
713
+ "readOnlyHint": true
714
+ }
715
+ },
716
+ {
717
+ "name": "update_webhook",
718
+ "description": "Update a workspace webhook.",
719
+ "inputSchema": {
720
+ "type": "object",
721
+ "properties": {
722
+ "webhook_id": {
723
+ "type": "string"
724
+ },
725
+ "endpoint": {
726
+ "type": "string"
727
+ },
728
+ "events": {
729
+ "type": "array",
730
+ "items": {
731
+ "type": "string"
732
+ }
733
+ },
734
+ "status": {
735
+ "type": "string"
736
+ },
737
+ "space_id": {
738
+ "anyOf": [
739
+ {
740
+ "type": "string"
741
+ },
742
+ {
743
+ "type": "number"
744
+ }
745
+ ]
746
+ }
747
+ },
748
+ "required": [
749
+ "webhook_id",
750
+ "endpoint",
751
+ "events"
752
+ ],
753
+ "additionalProperties": false
754
+ },
755
+ "hidden": false
756
+ },
757
+ {
758
+ "name": "delete_webhook",
759
+ "description": "Delete a workspace webhook.",
760
+ "inputSchema": {
761
+ "type": "object",
762
+ "properties": {
763
+ "webhook_id": {
764
+ "type": "string"
765
+ }
766
+ },
767
+ "required": [
768
+ "webhook_id"
769
+ ],
770
+ "additionalProperties": false
771
+ },
772
+ "hidden": false
773
+ },
774
+ {
775
+ "name": "get_team_custom_roles",
776
+ "description": "Get workspace custom roles.",
777
+ "inputSchema": {
778
+ "type": "object",
779
+ "properties": {
780
+ "team_id": {
781
+ "type": "string"
782
+ }
783
+ },
784
+ "required": [
785
+ "team_id"
786
+ ],
787
+ "additionalProperties": false
788
+ },
789
+ "hidden": false,
790
+ "annotations": {
791
+ "readOnlyHint": true
792
+ }
793
+ },
794
+ {
795
+ "name": "get_team_fields",
796
+ "description": "List workspace custom fields.",
797
+ "inputSchema": {
798
+ "type": "object",
799
+ "properties": {
800
+ "team_id": {
801
+ "type": "string"
802
+ }
803
+ },
804
+ "required": [
805
+ "team_id"
806
+ ],
807
+ "additionalProperties": false
808
+ },
809
+ "hidden": false,
810
+ "annotations": {
811
+ "readOnlyHint": true
812
+ }
813
+ },
814
+ {
815
+ "name": "get_team_custom_item",
816
+ "description": "List workspace custom item types.",
817
+ "inputSchema": {
818
+ "type": "object",
819
+ "properties": {
820
+ "team_id": {
821
+ "type": "string"
822
+ }
823
+ },
824
+ "required": [
825
+ "team_id"
826
+ ],
827
+ "additionalProperties": false
828
+ },
829
+ "hidden": false,
830
+ "annotations": {
831
+ "readOnlyHint": true
832
+ }
833
+ },
834
+ {
835
+ "name": "get_folder_templates",
836
+ "description": "List workspace folder templates.",
837
+ "inputSchema": {
838
+ "type": "object",
839
+ "properties": {
840
+ "team_id": {
841
+ "type": "string"
842
+ }
843
+ },
844
+ "required": [
845
+ "team_id"
846
+ ],
847
+ "additionalProperties": false
848
+ },
849
+ "hidden": false,
850
+ "annotations": {
851
+ "readOnlyHint": true
852
+ }
853
+ },
854
+ {
855
+ "name": "get_list_templates",
856
+ "description": "List workspace list templates.",
857
+ "inputSchema": {
858
+ "type": "object",
859
+ "properties": {
860
+ "team_id": {
861
+ "type": "string"
862
+ }
863
+ },
864
+ "required": [
865
+ "team_id"
866
+ ],
867
+ "additionalProperties": false
868
+ },
869
+ "hidden": false,
870
+ "annotations": {
871
+ "readOnlyHint": true
872
+ }
873
+ },
874
+ {
875
+ "name": "get_team_plan",
876
+ "description": "Get workspace plan details.",
877
+ "inputSchema": {
878
+ "type": "object",
879
+ "properties": {
880
+ "team_id": {
881
+ "type": "string"
882
+ }
883
+ },
884
+ "required": [
885
+ "team_id"
886
+ ],
887
+ "additionalProperties": false
888
+ },
889
+ "hidden": false,
890
+ "annotations": {
891
+ "readOnlyHint": true
892
+ }
893
+ },
894
+ {
895
+ "name": "get_team_seats",
896
+ "description": "Get workspace seat usage details.",
897
+ "inputSchema": {
898
+ "type": "object",
899
+ "properties": {
900
+ "team_id": {
901
+ "type": "string"
902
+ }
903
+ },
904
+ "required": [
905
+ "team_id"
906
+ ],
907
+ "additionalProperties": false
908
+ },
909
+ "hidden": false,
910
+ "annotations": {
911
+ "readOnlyHint": true
912
+ }
913
+ },
914
+ {
915
+ "name": "get_team_shared",
916
+ "description": "Get workspace shared hierarchy.",
917
+ "inputSchema": {
918
+ "type": "object",
919
+ "properties": {
920
+ "team_id": {
921
+ "type": "string"
922
+ }
923
+ },
924
+ "required": [
925
+ "team_id"
926
+ ],
927
+ "additionalProperties": false
928
+ },
929
+ "hidden": false,
930
+ "annotations": {
931
+ "readOnlyHint": true
932
+ }
933
+ },
934
+ {
935
+ "name": "get_spaces",
936
+ "description": "List spaces in a team.",
937
+ "inputSchema": {
938
+ "type": "object",
939
+ "properties": {
940
+ "team_id": {
941
+ "type": "string"
942
+ }
943
+ },
944
+ "required": [
945
+ "team_id"
946
+ ],
947
+ "additionalProperties": false
948
+ },
949
+ "hidden": false,
950
+ "annotations": {
951
+ "readOnlyHint": true
952
+ }
953
+ },
954
+ {
955
+ "name": "get_space",
956
+ "description": "Get a single space by id.",
957
+ "inputSchema": {
958
+ "type": "object",
959
+ "properties": {
960
+ "space_id": {
961
+ "type": "string"
962
+ }
963
+ },
964
+ "required": [
965
+ "space_id"
966
+ ],
967
+ "additionalProperties": false
968
+ },
969
+ "hidden": false,
970
+ "annotations": {
971
+ "readOnlyHint": true
972
+ }
973
+ },
974
+ {
975
+ "name": "create_space",
976
+ "description": "Create a space in a team.",
977
+ "inputSchema": {
978
+ "type": "object",
979
+ "properties": {
980
+ "team_id": {
981
+ "type": "string"
982
+ },
983
+ "name": {
984
+ "type": "string"
985
+ },
986
+ "multiple_assignees": {
987
+ "type": "boolean"
988
+ },
989
+ "private": {
990
+ "type": "boolean"
991
+ },
992
+ "features": {
993
+ "type": "object",
994
+ "propertyNames": {
995
+ "type": "string"
996
+ },
997
+ "additionalProperties": {}
998
+ },
999
+ "statuses": {
1000
+ "type": "array",
1001
+ "items": {
1002
+ "type": "object",
1003
+ "properties": {
1004
+ "status": {
1005
+ "type": "string"
1006
+ },
1007
+ "type": {
1008
+ "type": "string"
1009
+ },
1010
+ "color": {
1011
+ "type": "string"
1012
+ },
1013
+ "orderindex": {
1014
+ "type": "number"
1015
+ }
1016
+ },
1017
+ "required": [
1018
+ "status"
1019
+ ],
1020
+ "additionalProperties": false
1021
+ }
1022
+ }
1023
+ },
1024
+ "required": [
1025
+ "team_id",
1026
+ "name"
1027
+ ],
1028
+ "additionalProperties": false
1029
+ },
1030
+ "hidden": false
1031
+ },
1032
+ {
1033
+ "name": "update_space",
1034
+ "description": "Update an existing space.",
1035
+ "inputSchema": {
1036
+ "type": "object",
1037
+ "properties": {
1038
+ "space_id": {
1039
+ "type": "string"
1040
+ },
1041
+ "name": {
1042
+ "type": "string"
1043
+ },
1044
+ "multiple_assignees": {
1045
+ "type": "boolean"
1046
+ },
1047
+ "private": {
1048
+ "type": "boolean"
1049
+ },
1050
+ "admin_can_manage": {
1051
+ "type": "boolean"
1052
+ }
1053
+ },
1054
+ "required": [
1055
+ "space_id"
1056
+ ],
1057
+ "additionalProperties": false
1058
+ },
1059
+ "hidden": false
1060
+ },
1061
+ {
1062
+ "name": "delete_space",
1063
+ "description": "Delete a space.",
1064
+ "inputSchema": {
1065
+ "type": "object",
1066
+ "properties": {
1067
+ "space_id": {
1068
+ "type": "string"
1069
+ }
1070
+ },
1071
+ "required": [
1072
+ "space_id"
1073
+ ],
1074
+ "additionalProperties": false
1075
+ },
1076
+ "hidden": false
1077
+ },
1078
+ {
1079
+ "name": "get_folders",
1080
+ "description": "List folders in a space.",
1081
+ "inputSchema": {
1082
+ "type": "object",
1083
+ "properties": {
1084
+ "space_id": {
1085
+ "type": "string"
1086
+ }
1087
+ },
1088
+ "required": [
1089
+ "space_id"
1090
+ ],
1091
+ "additionalProperties": false
1092
+ },
1093
+ "hidden": false,
1094
+ "annotations": {
1095
+ "readOnlyHint": true
1096
+ }
1097
+ },
1098
+ {
1099
+ "name": "get_folder",
1100
+ "description": "Get a single folder by id.",
1101
+ "inputSchema": {
1102
+ "type": "object",
1103
+ "properties": {
1104
+ "folder_id": {
1105
+ "type": "string"
1106
+ }
1107
+ },
1108
+ "required": [
1109
+ "folder_id"
1110
+ ],
1111
+ "additionalProperties": false
1112
+ },
1113
+ "hidden": false,
1114
+ "annotations": {
1115
+ "readOnlyHint": true
1116
+ }
1117
+ },
1118
+ {
1119
+ "name": "create_folder",
1120
+ "description": "Create a folder in a space.",
1121
+ "inputSchema": {
1122
+ "type": "object",
1123
+ "properties": {
1124
+ "space_id": {
1125
+ "type": "string"
1126
+ },
1127
+ "name": {
1128
+ "type": "string"
1129
+ }
1130
+ },
1131
+ "required": [
1132
+ "space_id",
1133
+ "name"
1134
+ ],
1135
+ "additionalProperties": false
1136
+ },
1137
+ "hidden": false
1138
+ },
1139
+ {
1140
+ "name": "update_folder",
1141
+ "description": "Update an existing folder.",
1142
+ "inputSchema": {
1143
+ "type": "object",
1144
+ "properties": {
1145
+ "folder_id": {
1146
+ "type": "string"
1147
+ },
1148
+ "name": {
1149
+ "type": "string"
1150
+ }
1151
+ },
1152
+ "required": [
1153
+ "folder_id",
1154
+ "name"
1155
+ ],
1156
+ "additionalProperties": false
1157
+ },
1158
+ "hidden": false
1159
+ },
1160
+ {
1161
+ "name": "delete_folder",
1162
+ "description": "Delete a folder.",
1163
+ "inputSchema": {
1164
+ "type": "object",
1165
+ "properties": {
1166
+ "folder_id": {
1167
+ "type": "string"
1168
+ }
1169
+ },
1170
+ "required": [
1171
+ "folder_id"
1172
+ ],
1173
+ "additionalProperties": false
1174
+ },
1175
+ "hidden": false
1176
+ },
1177
+ {
1178
+ "name": "get_team_views",
1179
+ "description": "List views in a team.",
1180
+ "inputSchema": {
1181
+ "type": "object",
1182
+ "properties": {
1183
+ "team_id": {
1184
+ "type": "string"
1185
+ }
1186
+ },
1187
+ "required": [
1188
+ "team_id"
1189
+ ],
1190
+ "additionalProperties": false
1191
+ },
1192
+ "hidden": false,
1193
+ "annotations": {
1194
+ "readOnlyHint": true
1195
+ }
1196
+ },
1197
+ {
1198
+ "name": "get_space_views",
1199
+ "description": "List views in a space.",
1200
+ "inputSchema": {
1201
+ "type": "object",
1202
+ "properties": {
1203
+ "space_id": {
1204
+ "type": "string"
1205
+ }
1206
+ },
1207
+ "required": [
1208
+ "space_id"
1209
+ ],
1210
+ "additionalProperties": false
1211
+ },
1212
+ "hidden": false,
1213
+ "annotations": {
1214
+ "readOnlyHint": true
1215
+ }
1216
+ },
1217
+ {
1218
+ "name": "get_folder_views",
1219
+ "description": "List views in a folder.",
1220
+ "inputSchema": {
1221
+ "type": "object",
1222
+ "properties": {
1223
+ "folder_id": {
1224
+ "type": "string"
1225
+ }
1226
+ },
1227
+ "required": [
1228
+ "folder_id"
1229
+ ],
1230
+ "additionalProperties": false
1231
+ },
1232
+ "hidden": false,
1233
+ "annotations": {
1234
+ "readOnlyHint": true
1235
+ }
1236
+ },
1237
+ {
1238
+ "name": "get_list_views",
1239
+ "description": "List views in a list.",
1240
+ "inputSchema": {
1241
+ "type": "object",
1242
+ "properties": {
1243
+ "list_id": {
1244
+ "type": "string"
1245
+ }
1246
+ },
1247
+ "required": [
1248
+ "list_id"
1249
+ ],
1250
+ "additionalProperties": false
1251
+ },
1252
+ "hidden": false,
1253
+ "annotations": {
1254
+ "readOnlyHint": true
1255
+ }
1256
+ },
1257
+ {
1258
+ "name": "create_team_view",
1259
+ "description": "Create a view in a team.",
1260
+ "inputSchema": {
1261
+ "type": "object",
1262
+ "properties": {
1263
+ "team_id": {
1264
+ "type": "string"
1265
+ },
1266
+ "name": {
1267
+ "type": "string"
1268
+ },
1269
+ "type": {
1270
+ "type": "string"
1271
+ }
1272
+ },
1273
+ "required": [
1274
+ "team_id",
1275
+ "name",
1276
+ "type"
1277
+ ],
1278
+ "additionalProperties": false
1279
+ },
1280
+ "hidden": false
1281
+ },
1282
+ {
1283
+ "name": "create_space_view",
1284
+ "description": "Create a view in a space.",
1285
+ "inputSchema": {
1286
+ "type": "object",
1287
+ "properties": {
1288
+ "space_id": {
1289
+ "type": "string"
1290
+ },
1291
+ "name": {
1292
+ "type": "string"
1293
+ },
1294
+ "type": {
1295
+ "type": "string"
1296
+ }
1297
+ },
1298
+ "required": [
1299
+ "space_id",
1300
+ "name",
1301
+ "type"
1302
+ ],
1303
+ "additionalProperties": false
1304
+ },
1305
+ "hidden": false
1306
+ },
1307
+ {
1308
+ "name": "create_folder_view",
1309
+ "description": "Create a view in a folder.",
1310
+ "inputSchema": {
1311
+ "type": "object",
1312
+ "properties": {
1313
+ "folder_id": {
1314
+ "type": "string"
1315
+ },
1316
+ "name": {
1317
+ "type": "string"
1318
+ },
1319
+ "type": {
1320
+ "type": "string"
1321
+ }
1322
+ },
1323
+ "required": [
1324
+ "folder_id",
1325
+ "name",
1326
+ "type"
1327
+ ],
1328
+ "additionalProperties": false
1329
+ },
1330
+ "hidden": false
1331
+ },
1332
+ {
1333
+ "name": "create_list_view",
1334
+ "description": "Create a view in a list.",
1335
+ "inputSchema": {
1336
+ "type": "object",
1337
+ "properties": {
1338
+ "list_id": {
1339
+ "type": "string"
1340
+ },
1341
+ "name": {
1342
+ "type": "string"
1343
+ },
1344
+ "type": {
1345
+ "type": "string"
1346
+ }
1347
+ },
1348
+ "required": [
1349
+ "list_id",
1350
+ "name",
1351
+ "type"
1352
+ ],
1353
+ "additionalProperties": false
1354
+ },
1355
+ "hidden": false
1356
+ },
1357
+ {
1358
+ "name": "get_view",
1359
+ "description": "Get a single view by id.",
1360
+ "inputSchema": {
1361
+ "type": "object",
1362
+ "properties": {
1363
+ "view_id": {
1364
+ "type": "string"
1365
+ }
1366
+ },
1367
+ "required": [
1368
+ "view_id"
1369
+ ],
1370
+ "additionalProperties": false
1371
+ },
1372
+ "hidden": false,
1373
+ "annotations": {
1374
+ "readOnlyHint": true
1375
+ }
1376
+ },
1377
+ {
1378
+ "name": "update_view",
1379
+ "description": "Update an existing view.",
1380
+ "inputSchema": {
1381
+ "type": "object",
1382
+ "properties": {
1383
+ "view_id": {
1384
+ "type": "string"
1385
+ },
1386
+ "name": {
1387
+ "type": "string"
1388
+ }
1389
+ },
1390
+ "required": [
1391
+ "view_id"
1392
+ ],
1393
+ "additionalProperties": false
1394
+ },
1395
+ "hidden": false
1396
+ },
1397
+ {
1398
+ "name": "delete_view",
1399
+ "description": "Delete a view.",
1400
+ "inputSchema": {
1401
+ "type": "object",
1402
+ "properties": {
1403
+ "view_id": {
1404
+ "type": "string"
1405
+ }
1406
+ },
1407
+ "required": [
1408
+ "view_id"
1409
+ ],
1410
+ "additionalProperties": false
1411
+ },
1412
+ "hidden": false
1413
+ },
1414
+ {
1415
+ "name": "get_view_tasks",
1416
+ "description": "List tasks shown in a view.",
1417
+ "inputSchema": {
1418
+ "type": "object",
1419
+ "properties": {
1420
+ "view_id": {
1421
+ "type": "string"
1422
+ }
1423
+ },
1424
+ "required": [
1425
+ "view_id"
1426
+ ],
1427
+ "additionalProperties": false
1428
+ },
1429
+ "hidden": false,
1430
+ "annotations": {
1431
+ "readOnlyHint": true
1432
+ }
1433
+ },
1434
+ {
1435
+ "name": "get_view_comments",
1436
+ "description": "List comments in a chat view.",
1437
+ "inputSchema": {
1438
+ "type": "object",
1439
+ "properties": {
1440
+ "view_id": {
1441
+ "type": "string"
1442
+ }
1443
+ },
1444
+ "required": [
1445
+ "view_id"
1446
+ ],
1447
+ "additionalProperties": false
1448
+ },
1449
+ "hidden": false,
1450
+ "annotations": {
1451
+ "readOnlyHint": true
1452
+ }
1453
+ },
1454
+ {
1455
+ "name": "create_chat_view_comment",
1456
+ "description": "Add a comment to a chat view.",
1457
+ "inputSchema": {
1458
+ "type": "object",
1459
+ "properties": {
1460
+ "view_id": {
1461
+ "type": "string"
1462
+ },
1463
+ "comment_text": {
1464
+ "type": "string"
1465
+ }
1466
+ },
1467
+ "required": [
1468
+ "view_id"
1469
+ ],
1470
+ "additionalProperties": false
1471
+ },
1472
+ "hidden": false
1473
+ },
1474
+ {
1475
+ "name": "get_task_s_timein_status",
1476
+ "description": "Get a task's time-in-status metrics.",
1477
+ "inputSchema": {
1478
+ "type": "object",
1479
+ "properties": {
1480
+ "task_id": {
1481
+ "type": "string"
1482
+ }
1483
+ },
1484
+ "required": [
1485
+ "task_id"
1486
+ ],
1487
+ "additionalProperties": false
1488
+ },
1489
+ "hidden": false,
1490
+ "annotations": {
1491
+ "readOnlyHint": true
1492
+ }
1493
+ },
1494
+ {
1495
+ "name": "get_bulk_tasks_timein_status",
1496
+ "description": "Get time-in-status metrics for a batch of tasks.",
1497
+ "inputSchema": {
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "task_ids": {
1501
+ "type": "string"
1502
+ }
1503
+ },
1504
+ "additionalProperties": false
1505
+ },
1506
+ "hidden": false,
1507
+ "annotations": {
1508
+ "readOnlyHint": true
1509
+ }
1510
+ },
1511
+ {
1512
+ "name": "get_lists",
1513
+ "description": "List lists in a space.",
1514
+ "inputSchema": {
1515
+ "type": "object",
1516
+ "properties": {
1517
+ "space_id": {
1518
+ "type": "string"
1519
+ },
1520
+ "archived": {
1521
+ "anyOf": [
1522
+ {
1523
+ "type": "boolean"
1524
+ },
1525
+ {
1526
+ "type": "string"
1527
+ }
1528
+ ]
1529
+ }
1530
+ },
1531
+ "required": [
1532
+ "space_id"
1533
+ ],
1534
+ "additionalProperties": false
1535
+ },
1536
+ "hidden": false,
1537
+ "annotations": {
1538
+ "readOnlyHint": true
1539
+ }
1540
+ },
1541
+ {
1542
+ "name": "create_list",
1543
+ "description": "Create a folderless list in a space.",
1544
+ "inputSchema": {
1545
+ "type": "object",
1546
+ "properties": {
1547
+ "space_id": {
1548
+ "type": "string"
1549
+ },
1550
+ "name": {
1551
+ "type": "string"
1552
+ },
1553
+ "content": {
1554
+ "type": "string"
1555
+ },
1556
+ "due_date": {
1557
+ "anyOf": [
1558
+ {
1559
+ "type": "number"
1560
+ },
1561
+ {
1562
+ "type": "null"
1563
+ }
1564
+ ]
1565
+ },
1566
+ "due_date_time": {
1567
+ "type": "boolean"
1568
+ },
1569
+ "priority": {
1570
+ "anyOf": [
1571
+ {
1572
+ "type": "number"
1573
+ },
1574
+ {
1575
+ "type": "null"
1576
+ }
1577
+ ]
1578
+ },
1579
+ "assignee": {
1580
+ "anyOf": [
1581
+ {
1582
+ "type": "number"
1583
+ },
1584
+ {
1585
+ "type": "null"
1586
+ }
1587
+ ]
1588
+ },
1589
+ "status": {
1590
+ "type": "string"
1591
+ }
1592
+ },
1593
+ "required": [
1594
+ "space_id",
1595
+ "name"
1596
+ ],
1597
+ "additionalProperties": false
1598
+ },
1599
+ "hidden": false
1600
+ },
1601
+ {
1602
+ "name": "create_folder_list",
1603
+ "description": "Create a list inside a folder.",
1604
+ "inputSchema": {
1605
+ "type": "object",
1606
+ "properties": {
1607
+ "folder_id": {
1608
+ "type": "string"
1609
+ },
1610
+ "name": {
1611
+ "type": "string"
1612
+ },
1613
+ "content": {
1614
+ "type": "string"
1615
+ },
1616
+ "due_date": {
1617
+ "anyOf": [
1618
+ {
1619
+ "type": "number"
1620
+ },
1621
+ {
1622
+ "type": "null"
1623
+ }
1624
+ ]
1625
+ },
1626
+ "due_date_time": {
1627
+ "type": "boolean"
1628
+ },
1629
+ "priority": {
1630
+ "anyOf": [
1631
+ {
1632
+ "type": "number"
1633
+ },
1634
+ {
1635
+ "type": "null"
1636
+ }
1637
+ ]
1638
+ },
1639
+ "assignee": {
1640
+ "anyOf": [
1641
+ {
1642
+ "type": "number"
1643
+ },
1644
+ {
1645
+ "type": "null"
1646
+ }
1647
+ ]
1648
+ },
1649
+ "status": {
1650
+ "type": "string"
1651
+ }
1652
+ },
1653
+ "required": [
1654
+ "folder_id",
1655
+ "name"
1656
+ ],
1657
+ "additionalProperties": false
1658
+ },
1659
+ "hidden": false
1660
+ },
1661
+ {
1662
+ "name": "get_list",
1663
+ "description": "Get a single list by id.",
1664
+ "inputSchema": {
1665
+ "type": "object",
1666
+ "properties": {
1667
+ "list_id": {
1668
+ "type": "string"
1669
+ }
1670
+ },
1671
+ "required": [
1672
+ "list_id"
1673
+ ],
1674
+ "additionalProperties": false
1675
+ },
1676
+ "hidden": false,
1677
+ "annotations": {
1678
+ "readOnlyHint": true
1679
+ }
1680
+ },
1681
+ {
1682
+ "name": "update_list",
1683
+ "description": "Update an existing list.",
1684
+ "inputSchema": {
1685
+ "type": "object",
1686
+ "properties": {
1687
+ "list_id": {
1688
+ "type": "string"
1689
+ },
1690
+ "name": {
1691
+ "type": "string"
1692
+ },
1693
+ "content": {
1694
+ "type": "string"
1695
+ },
1696
+ "due_date": {
1697
+ "anyOf": [
1698
+ {
1699
+ "type": "number"
1700
+ },
1701
+ {
1702
+ "type": "null"
1703
+ }
1704
+ ]
1705
+ },
1706
+ "priority": {
1707
+ "anyOf": [
1708
+ {
1709
+ "type": "number"
1710
+ },
1711
+ {
1712
+ "type": "null"
1713
+ }
1714
+ ]
1715
+ },
1716
+ "assignee": {
1717
+ "anyOf": [
1718
+ {
1719
+ "type": "number"
1720
+ },
1721
+ {
1722
+ "type": "null"
1723
+ }
1724
+ ]
1725
+ },
1726
+ "unset_status": {
1727
+ "type": "boolean"
1728
+ }
1729
+ },
1730
+ "required": [
1731
+ "list_id"
1732
+ ],
1733
+ "additionalProperties": false
1734
+ },
1735
+ "hidden": false
1736
+ },
1737
+ {
1738
+ "name": "delete_list",
1739
+ "description": "Delete a list.",
1740
+ "inputSchema": {
1741
+ "type": "object",
1742
+ "properties": {
1743
+ "list_id": {
1744
+ "type": "string"
1745
+ }
1746
+ },
1747
+ "required": [
1748
+ "list_id"
1749
+ ],
1750
+ "additionalProperties": false
1751
+ },
1752
+ "hidden": false
1753
+ },
1754
+ {
1755
+ "name": "get_list_members",
1756
+ "description": "List members who can access a list.",
1757
+ "inputSchema": {
1758
+ "type": "object",
1759
+ "properties": {
1760
+ "list_id": {
1761
+ "type": "string"
1762
+ }
1763
+ },
1764
+ "required": [
1765
+ "list_id"
1766
+ ],
1767
+ "additionalProperties": false
1768
+ },
1769
+ "hidden": false,
1770
+ "annotations": {
1771
+ "readOnlyHint": true
1772
+ }
1773
+ },
1774
+ {
1775
+ "name": "get_accessible_custom_fields",
1776
+ "description": "List custom fields accessible from a list.",
1777
+ "inputSchema": {
1778
+ "type": "object",
1779
+ "properties": {
1780
+ "list_id": {
1781
+ "type": "string"
1782
+ }
1783
+ },
1784
+ "required": [
1785
+ "list_id"
1786
+ ],
1787
+ "additionalProperties": false
1788
+ },
1789
+ "hidden": false,
1790
+ "annotations": {
1791
+ "readOnlyHint": true
1792
+ }
1793
+ },
1794
+ {
1795
+ "name": "get_tasks",
1796
+ "description": "List tasks in a list.",
1797
+ "inputSchema": {
1798
+ "type": "object",
1799
+ "properties": {
1800
+ "list_id": {
1801
+ "type": "string"
1802
+ },
1803
+ "archived": {
1804
+ "type": "boolean"
1805
+ },
1806
+ "include_closed": {
1807
+ "type": "boolean"
1808
+ },
1809
+ "order_by": {
1810
+ "type": "string"
1811
+ },
1812
+ "reverse": {
1813
+ "type": "boolean"
1814
+ },
1815
+ "subtasks": {
1816
+ "type": "boolean"
1817
+ },
1818
+ "statuses": {
1819
+ "type": "array",
1820
+ "items": {
1821
+ "type": "string"
1822
+ }
1823
+ },
1824
+ "include_subtasks": {
1825
+ "type": "boolean"
1826
+ },
1827
+ "page": {
1828
+ "type": "number"
1829
+ }
1830
+ },
1831
+ "required": [
1832
+ "list_id"
1833
+ ],
1834
+ "additionalProperties": false
1835
+ },
1836
+ "hidden": false,
1837
+ "annotations": {
1838
+ "readOnlyHint": true
1839
+ }
1840
+ },
1841
+ {
1842
+ "name": "create_task",
1843
+ "description": "Create a task in a list.",
1844
+ "inputSchema": {
1845
+ "type": "object",
1846
+ "properties": {
1847
+ "list_id": {
1848
+ "type": "string"
1849
+ },
1850
+ "name": {
1851
+ "type": "string"
1852
+ },
1853
+ "description": {
1854
+ "type": "string"
1855
+ },
1856
+ "assignees": {
1857
+ "type": "array",
1858
+ "items": {
1859
+ "type": "number"
1860
+ }
1861
+ },
1862
+ "tags": {
1863
+ "type": "array",
1864
+ "items": {
1865
+ "type": "string"
1866
+ }
1867
+ },
1868
+ "status": {
1869
+ "type": "string"
1870
+ },
1871
+ "priority": {
1872
+ "anyOf": [
1873
+ {
1874
+ "anyOf": [
1875
+ {
1876
+ "type": "number"
1877
+ },
1878
+ {
1879
+ "type": "string"
1880
+ }
1881
+ ]
1882
+ },
1883
+ {
1884
+ "type": "null"
1885
+ }
1886
+ ]
1887
+ },
1888
+ "due_date": {
1889
+ "anyOf": [
1890
+ {
1891
+ "type": "number"
1892
+ },
1893
+ {
1894
+ "type": "null"
1895
+ }
1896
+ ]
1897
+ },
1898
+ "due_date_time": {
1899
+ "type": "boolean"
1900
+ },
1901
+ "time_estimate": {
1902
+ "anyOf": [
1903
+ {
1904
+ "type": "number"
1905
+ },
1906
+ {
1907
+ "type": "null"
1908
+ }
1909
+ ]
1910
+ },
1911
+ "start_date": {
1912
+ "anyOf": [
1913
+ {
1914
+ "type": "number"
1915
+ },
1916
+ {
1917
+ "type": "null"
1918
+ }
1919
+ ]
1920
+ },
1921
+ "start_date_time": {
1922
+ "type": "boolean"
1923
+ },
1924
+ "notify_all": {
1925
+ "type": "boolean"
1926
+ },
1927
+ "parent": {
1928
+ "anyOf": [
1929
+ {
1930
+ "type": "string"
1931
+ },
1932
+ {
1933
+ "type": "null"
1934
+ }
1935
+ ]
1936
+ },
1937
+ "links_to": {
1938
+ "anyOf": [
1939
+ {
1940
+ "type": "string"
1941
+ },
1942
+ {
1943
+ "type": "null"
1944
+ }
1945
+ ]
1946
+ },
1947
+ "check_required_custom_fields": {
1948
+ "type": "boolean"
1949
+ },
1950
+ "custom_fields": {
1951
+ "type": "array",
1952
+ "items": {}
1953
+ }
1954
+ },
1955
+ "required": [
1956
+ "list_id",
1957
+ "name"
1958
+ ],
1959
+ "additionalProperties": false
1960
+ },
1961
+ "hidden": false
1962
+ },
1963
+ {
1964
+ "name": "get_task",
1965
+ "description": "Get a single task by id.",
1966
+ "inputSchema": {
1967
+ "type": "object",
1968
+ "properties": {
1969
+ "task_id": {
1970
+ "type": "string"
1971
+ },
1972
+ "_restAuthHeader": {
1973
+ "type": "string"
1974
+ }
1975
+ },
1976
+ "required": [
1977
+ "task_id"
1978
+ ],
1979
+ "additionalProperties": false
1980
+ },
1981
+ "hidden": false,
1982
+ "annotations": {
1983
+ "readOnlyHint": true
1984
+ }
1985
+ },
1986
+ {
1987
+ "name": "update_task",
1988
+ "description": "Update an existing task (including status transitions).",
1989
+ "inputSchema": {
1990
+ "type": "object",
1991
+ "properties": {
1992
+ "task_id": {
1993
+ "type": "string"
1994
+ },
1995
+ "_restAuthHeader": {
1996
+ "type": "string"
1997
+ },
1998
+ "name": {
1999
+ "type": "string"
2000
+ },
2001
+ "description": {
2002
+ "type": "string"
2003
+ },
2004
+ "status": {
2005
+ "type": "string"
2006
+ },
2007
+ "priority": {
2008
+ "anyOf": [
2009
+ {
2010
+ "anyOf": [
2011
+ {
2012
+ "type": "number"
2013
+ },
2014
+ {
2015
+ "type": "string"
2016
+ }
2017
+ ]
2018
+ },
2019
+ {
2020
+ "type": "null"
2021
+ }
2022
+ ]
2023
+ },
2024
+ "due_date": {
2025
+ "anyOf": [
2026
+ {
2027
+ "type": "number"
2028
+ },
2029
+ {
2030
+ "type": "null"
2031
+ }
2032
+ ]
2033
+ },
2034
+ "time_estimate": {
2035
+ "anyOf": [
2036
+ {
2037
+ "type": "number"
2038
+ },
2039
+ {
2040
+ "type": "null"
2041
+ }
2042
+ ]
2043
+ },
2044
+ "assignees": {
2045
+ "type": "object",
2046
+ "properties": {
2047
+ "add": {
2048
+ "type": "array",
2049
+ "items": {
2050
+ "type": "number"
2051
+ }
2052
+ },
2053
+ "rem": {
2054
+ "type": "array",
2055
+ "items": {
2056
+ "type": "number"
2057
+ }
2058
+ }
2059
+ },
2060
+ "additionalProperties": false
2061
+ }
2062
+ },
2063
+ "required": [
2064
+ "task_id"
2065
+ ],
2066
+ "additionalProperties": false
2067
+ },
2068
+ "hidden": false
2069
+ },
2070
+ {
2071
+ "name": "delete_task",
2072
+ "description": "Delete a task.",
2073
+ "inputSchema": {
2074
+ "type": "object",
2075
+ "properties": {
2076
+ "task_id": {
2077
+ "type": "string"
2078
+ }
2079
+ },
2080
+ "required": [
2081
+ "task_id"
2082
+ ],
2083
+ "additionalProperties": false
2084
+ },
2085
+ "hidden": false
2086
+ },
2087
+ {
2088
+ "name": "get_task_members",
2089
+ "description": "List members who can access a task.",
2090
+ "inputSchema": {
2091
+ "type": "object",
2092
+ "properties": {
2093
+ "task_id": {
2094
+ "type": "string"
2095
+ },
2096
+ "_restAuthHeader": {
2097
+ "type": "string"
2098
+ }
2099
+ },
2100
+ "required": [
2101
+ "task_id"
2102
+ ],
2103
+ "additionalProperties": false
2104
+ },
2105
+ "hidden": false,
2106
+ "annotations": {
2107
+ "readOnlyHint": true
2108
+ }
2109
+ },
2110
+ {
2111
+ "name": "add_dependency",
2112
+ "description": "Add a dependency relationship to a task.",
2113
+ "inputSchema": {
2114
+ "type": "object",
2115
+ "properties": {
2116
+ "task_id": {
2117
+ "type": "string"
2118
+ },
2119
+ "depends_on": {
2120
+ "type": "string"
2121
+ },
2122
+ "dependency_of": {
2123
+ "type": "string"
2124
+ },
2125
+ "chain_id": {
2126
+ "type": "string"
2127
+ }
2128
+ },
2129
+ "required": [
2130
+ "task_id"
2131
+ ],
2132
+ "additionalProperties": false
2133
+ },
2134
+ "hidden": false
2135
+ },
2136
+ {
2137
+ "name": "delete_dependency",
2138
+ "description": "Delete a dependency relationship from a task.",
2139
+ "inputSchema": {
2140
+ "type": "object",
2141
+ "properties": {
2142
+ "task_id": {
2143
+ "type": "string"
2144
+ },
2145
+ "depends_on": {
2146
+ "type": "string"
2147
+ },
2148
+ "dependency_of": {
2149
+ "type": "string"
2150
+ },
2151
+ "chain_id": {
2152
+ "type": "string"
2153
+ }
2154
+ },
2155
+ "required": [
2156
+ "task_id"
2157
+ ],
2158
+ "additionalProperties": false
2159
+ },
2160
+ "hidden": false
2161
+ },
2162
+ {
2163
+ "name": "add_task_link",
2164
+ "description": "Link one task to another task.",
2165
+ "inputSchema": {
2166
+ "type": "object",
2167
+ "properties": {
2168
+ "task_id": {
2169
+ "type": "string"
2170
+ },
2171
+ "links_to": {
2172
+ "type": "string"
2173
+ }
2174
+ },
2175
+ "required": [
2176
+ "task_id",
2177
+ "links_to"
2178
+ ],
2179
+ "additionalProperties": false
2180
+ },
2181
+ "hidden": false
2182
+ },
2183
+ {
2184
+ "name": "delete_task_link",
2185
+ "description": "Remove a link between two tasks.",
2186
+ "inputSchema": {
2187
+ "type": "object",
2188
+ "properties": {
2189
+ "task_id": {
2190
+ "type": "string"
2191
+ },
2192
+ "links_to": {
2193
+ "type": "string"
2194
+ }
2195
+ },
2196
+ "required": [
2197
+ "task_id",
2198
+ "links_to"
2199
+ ],
2200
+ "additionalProperties": false
2201
+ },
2202
+ "hidden": false
2203
+ },
2204
+ {
2205
+ "name": "create_task_comment",
2206
+ "description": "Create a comment on a task.",
2207
+ "inputSchema": {
2208
+ "type": "object",
2209
+ "properties": {
2210
+ "task_id": {
2211
+ "type": "string"
2212
+ },
2213
+ "_restAuthHeader": {
2214
+ "type": "string"
2215
+ },
2216
+ "comment_text": {
2217
+ "type": "string"
2218
+ },
2219
+ "assignee": {
2220
+ "anyOf": [
2221
+ {
2222
+ "type": "number"
2223
+ },
2224
+ {
2225
+ "type": "null"
2226
+ }
2227
+ ]
2228
+ },
2229
+ "notify_all": {
2230
+ "type": "boolean"
2231
+ }
2232
+ },
2233
+ "required": [
2234
+ "task_id",
2235
+ "comment_text"
2236
+ ],
2237
+ "additionalProperties": false
2238
+ },
2239
+ "hidden": false
2240
+ },
2241
+ {
2242
+ "name": "get_task_comments",
2243
+ "description": "List comments on a task.",
2244
+ "inputSchema": {
2245
+ "type": "object",
2246
+ "properties": {
2247
+ "task_id": {
2248
+ "type": "string"
2249
+ },
2250
+ "_restAuthHeader": {
2251
+ "type": "string"
2252
+ },
2253
+ "start_id": {
2254
+ "type": "string"
2255
+ }
2256
+ },
2257
+ "required": [
2258
+ "task_id"
2259
+ ],
2260
+ "additionalProperties": false
2261
+ },
2262
+ "hidden": false,
2263
+ "annotations": {
2264
+ "readOnlyHint": true
2265
+ }
2266
+ },
2267
+ {
2268
+ "name": "create_list_comment",
2269
+ "description": "Create a comment on a list.",
2270
+ "inputSchema": {
2271
+ "type": "object",
2272
+ "properties": {
2273
+ "list_id": {
2274
+ "type": "string"
2275
+ },
2276
+ "comment_text": {
2277
+ "type": "string"
2278
+ },
2279
+ "assignee": {
2280
+ "anyOf": [
2281
+ {
2282
+ "type": "number"
2283
+ },
2284
+ {
2285
+ "type": "null"
2286
+ }
2287
+ ]
2288
+ },
2289
+ "notify_all": {
2290
+ "type": "boolean"
2291
+ }
2292
+ },
2293
+ "required": [
2294
+ "list_id",
2295
+ "comment_text"
2296
+ ],
2297
+ "additionalProperties": false
2298
+ },
2299
+ "hidden": false
2300
+ },
2301
+ {
2302
+ "name": "get_list_comments",
2303
+ "description": "List comments on a list.",
2304
+ "inputSchema": {
2305
+ "type": "object",
2306
+ "properties": {
2307
+ "list_id": {
2308
+ "type": "string"
2309
+ },
2310
+ "start_id": {
2311
+ "type": "string"
2312
+ }
2313
+ },
2314
+ "required": [
2315
+ "list_id"
2316
+ ],
2317
+ "additionalProperties": false
2318
+ },
2319
+ "hidden": false,
2320
+ "annotations": {
2321
+ "readOnlyHint": true
2322
+ }
2323
+ },
2324
+ {
2325
+ "name": "create_threaded_comment",
2326
+ "description": "Create a threaded reply on a comment.",
2327
+ "inputSchema": {
2328
+ "type": "object",
2329
+ "properties": {
2330
+ "comment_id": {
2331
+ "type": "string"
2332
+ },
2333
+ "comment_text": {
2334
+ "type": "string"
2335
+ },
2336
+ "assignee": {
2337
+ "anyOf": [
2338
+ {
2339
+ "type": "number"
2340
+ },
2341
+ {
2342
+ "type": "null"
2343
+ }
2344
+ ]
2345
+ },
2346
+ "notify_all": {
2347
+ "type": "boolean"
2348
+ }
2349
+ },
2350
+ "required": [
2351
+ "comment_id"
2352
+ ],
2353
+ "additionalProperties": false
2354
+ },
2355
+ "hidden": false
2356
+ },
2357
+ {
2358
+ "name": "get_threaded_comments",
2359
+ "description": "List threaded replies on a comment.",
2360
+ "inputSchema": {
2361
+ "type": "object",
2362
+ "properties": {
2363
+ "comment_id": {
2364
+ "type": "string"
2365
+ },
2366
+ "comment_text": {
2367
+ "type": "string"
2368
+ },
2369
+ "assignee": {
2370
+ "anyOf": [
2371
+ {
2372
+ "type": "number"
2373
+ },
2374
+ {
2375
+ "type": "null"
2376
+ }
2377
+ ]
2378
+ },
2379
+ "notify_all": {
2380
+ "type": "boolean"
2381
+ }
2382
+ },
2383
+ "required": [
2384
+ "comment_id"
2385
+ ],
2386
+ "additionalProperties": false
2387
+ },
2388
+ "hidden": false,
2389
+ "annotations": {
2390
+ "readOnlyHint": true
2391
+ }
2392
+ },
2393
+ {
2394
+ "name": "delete_comment",
2395
+ "description": "Delete a comment.",
2396
+ "inputSchema": {
2397
+ "type": "object",
2398
+ "properties": {
2399
+ "comment_id": {
2400
+ "type": "string"
2401
+ }
2402
+ },
2403
+ "required": [
2404
+ "comment_id"
2405
+ ],
2406
+ "additionalProperties": false
2407
+ },
2408
+ "hidden": false
2409
+ },
2410
+ {
2411
+ "name": "update_comment",
2412
+ "description": "Update a comment.",
2413
+ "inputSchema": {
2414
+ "type": "object",
2415
+ "properties": {
2416
+ "comment_id": {
2417
+ "type": "string"
2418
+ },
2419
+ "comment_text": {
2420
+ "type": "string"
2421
+ },
2422
+ "assignee": {
2423
+ "anyOf": [
2424
+ {
2425
+ "type": "number"
2426
+ },
2427
+ {
2428
+ "type": "null"
2429
+ }
2430
+ ]
2431
+ },
2432
+ "resolved": {
2433
+ "type": "boolean"
2434
+ }
2435
+ },
2436
+ "required": [
2437
+ "comment_id",
2438
+ "comment_text"
2439
+ ],
2440
+ "additionalProperties": false
2441
+ },
2442
+ "hidden": false
2443
+ },
2444
+ {
2445
+ "name": "get_space_tags",
2446
+ "description": "List tags defined in a space.",
2447
+ "inputSchema": {
2448
+ "type": "object",
2449
+ "properties": {
2450
+ "space_id": {
2451
+ "type": "string"
2452
+ }
2453
+ },
2454
+ "required": [
2455
+ "space_id"
2456
+ ],
2457
+ "additionalProperties": false
2458
+ },
2459
+ "hidden": false,
2460
+ "annotations": {
2461
+ "readOnlyHint": true
2462
+ }
2463
+ },
2464
+ {
2465
+ "name": "create_space_tag",
2466
+ "description": "Create a tag in a space.",
2467
+ "inputSchema": {
2468
+ "type": "object",
2469
+ "properties": {
2470
+ "space_id": {
2471
+ "type": "string"
2472
+ },
2473
+ "tag": {
2474
+ "type": "object",
2475
+ "properties": {
2476
+ "name": {
2477
+ "type": "string"
2478
+ },
2479
+ "tag_fg": {
2480
+ "type": "string"
2481
+ },
2482
+ "tag_bg": {
2483
+ "type": "string"
2484
+ }
2485
+ },
2486
+ "required": [
2487
+ "name"
2488
+ ],
2489
+ "additionalProperties": false
2490
+ }
2491
+ },
2492
+ "required": [
2493
+ "space_id"
2494
+ ],
2495
+ "additionalProperties": false
2496
+ },
2497
+ "hidden": false
2498
+ },
2499
+ {
2500
+ "name": "delete_space_tag",
2501
+ "description": "Delete a tag from a space (idempotent; also removes it from tasks).",
2502
+ "inputSchema": {
2503
+ "type": "object",
2504
+ "properties": {
2505
+ "space_id": {
2506
+ "type": "string"
2507
+ },
2508
+ "tag_name": {
2509
+ "type": "string"
2510
+ }
2511
+ },
2512
+ "required": [
2513
+ "space_id",
2514
+ "tag_name"
2515
+ ],
2516
+ "additionalProperties": false
2517
+ },
2518
+ "hidden": false
2519
+ },
2520
+ {
2521
+ "name": "add_tag_to_task",
2522
+ "description": "Add a tag to a task (auto-creates the tag in the space).",
2523
+ "inputSchema": {
2524
+ "type": "object",
2525
+ "properties": {
2526
+ "task_id": {
2527
+ "type": "string"
2528
+ },
2529
+ "tag_name": {
2530
+ "type": "string"
2531
+ }
2532
+ },
2533
+ "required": [
2534
+ "task_id",
2535
+ "tag_name"
2536
+ ],
2537
+ "additionalProperties": false
2538
+ },
2539
+ "hidden": false
2540
+ },
2541
+ {
2542
+ "name": "remove_tag_from_task",
2543
+ "description": "Remove a tag from a task.",
2544
+ "inputSchema": {
2545
+ "type": "object",
2546
+ "properties": {
2547
+ "task_id": {
2548
+ "type": "string"
2549
+ },
2550
+ "tag_name": {}
2551
+ },
2552
+ "required": [
2553
+ "task_id",
2554
+ "tag_name"
2555
+ ],
2556
+ "additionalProperties": false
2557
+ },
2558
+ "hidden": false
2559
+ },
2560
+ {
2561
+ "name": "get_tracked_time",
2562
+ "description": "List tracked time entries on a task (legacy endpoint).",
2563
+ "inputSchema": {
2564
+ "type": "object",
2565
+ "properties": {
2566
+ "task_id": {
2567
+ "type": "string"
2568
+ },
2569
+ "_restAuthHeader": {
2570
+ "type": "string"
2571
+ },
2572
+ "_restConcreteOperationId": {
2573
+ "type": "string"
2574
+ }
2575
+ },
2576
+ "required": [
2577
+ "task_id"
2578
+ ],
2579
+ "additionalProperties": false
2580
+ },
2581
+ "hidden": false,
2582
+ "annotations": {
2583
+ "readOnlyHint": true
2584
+ }
2585
+ },
2586
+ {
2587
+ "name": "track_time",
2588
+ "description": "Create a tracked time entry on a task (legacy endpoint).",
2589
+ "inputSchema": {
2590
+ "type": "object",
2591
+ "properties": {
2592
+ "task_id": {
2593
+ "type": "string"
2594
+ },
2595
+ "_restAuthHeader": {
2596
+ "type": "string"
2597
+ },
2598
+ "_restConcreteOperationId": {
2599
+ "type": "string"
2600
+ },
2601
+ "start": {
2602
+ "type": "number"
2603
+ },
2604
+ "time": {
2605
+ "type": "number"
2606
+ },
2607
+ "end": {
2608
+ "type": "number"
2609
+ }
2610
+ },
2611
+ "required": [
2612
+ "task_id"
2613
+ ],
2614
+ "additionalProperties": false
2615
+ },
2616
+ "hidden": false
2617
+ },
2618
+ {
2619
+ "name": "add_guest_to_task",
2620
+ "description": "Attempt to add a guest to a task.",
2621
+ "inputSchema": {
2622
+ "type": "object",
2623
+ "properties": {
2624
+ "task_id": {
2625
+ "type": "string"
2626
+ },
2627
+ "guest_id": {
2628
+ "type": "string"
2629
+ }
2630
+ },
2631
+ "required": [
2632
+ "task_id",
2633
+ "guest_id"
2634
+ ],
2635
+ "additionalProperties": false
2636
+ },
2637
+ "hidden": false
2638
+ },
2639
+ {
2640
+ "name": "remove_guest_from_task",
2641
+ "description": "Attempt to remove a guest from a task.",
2642
+ "inputSchema": {
2643
+ "type": "object",
2644
+ "properties": {
2645
+ "task_id": {
2646
+ "type": "string"
2647
+ },
2648
+ "guest_id": {
2649
+ "type": "string"
2650
+ }
2651
+ },
2652
+ "required": [
2653
+ "task_id",
2654
+ "guest_id"
2655
+ ],
2656
+ "additionalProperties": false
2657
+ },
2658
+ "hidden": false
2659
+ },
2660
+ {
2661
+ "name": "deletetimetracked",
2662
+ "description": "Attempt to delete tracked time from a task.",
2663
+ "inputSchema": {
2664
+ "type": "object",
2665
+ "properties": {
2666
+ "task_id": {
2667
+ "type": "string"
2668
+ },
2669
+ "interval_id": {
2670
+ "type": "string"
2671
+ }
2672
+ },
2673
+ "required": [
2674
+ "task_id",
2675
+ "interval_id"
2676
+ ],
2677
+ "additionalProperties": false
2678
+ },
2679
+ "hidden": false
2680
+ },
2681
+ {
2682
+ "name": "edittimetracked",
2683
+ "description": "Attempt to edit tracked time on a task.",
2684
+ "inputSchema": {
2685
+ "type": "object",
2686
+ "properties": {
2687
+ "task_id": {
2688
+ "type": "string"
2689
+ },
2690
+ "interval_id": {
2691
+ "type": "string"
2692
+ },
2693
+ "start": {
2694
+ "type": "number"
2695
+ },
2696
+ "time": {
2697
+ "type": "number"
2698
+ },
2699
+ "end": {
2700
+ "type": "number"
2701
+ }
2702
+ },
2703
+ "required": [
2704
+ "task_id",
2705
+ "interval_id"
2706
+ ],
2707
+ "additionalProperties": false
2708
+ },
2709
+ "hidden": false
2710
+ },
2711
+ {
2712
+ "name": "create_task_attachment",
2713
+ "description": "Attempt to create a task attachment.",
2714
+ "inputSchema": {
2715
+ "type": "object",
2716
+ "properties": {
2717
+ "task_id": {
2718
+ "type": "string"
2719
+ }
2720
+ },
2721
+ "required": [
2722
+ "task_id"
2723
+ ],
2724
+ "additionalProperties": false
2725
+ },
2726
+ "hidden": false
2727
+ },
2728
+ {
2729
+ "name": "merge_tasks",
2730
+ "description": "Attempt to merge tasks.",
2731
+ "inputSchema": {
2732
+ "type": "object",
2733
+ "properties": {
2734
+ "task_id": {
2735
+ "type": "string"
2736
+ }
2737
+ },
2738
+ "required": [
2739
+ "task_id"
2740
+ ],
2741
+ "additionalProperties": false
2742
+ },
2743
+ "hidden": false
2744
+ },
2745
+ {
2746
+ "name": "remove_custom_field_value",
2747
+ "description": "Attempt to remove a task custom field value.",
2748
+ "inputSchema": {
2749
+ "type": "object",
2750
+ "properties": {
2751
+ "task_id": {
2752
+ "type": "string"
2753
+ },
2754
+ "field_id": {
2755
+ "type": "string"
2756
+ }
2757
+ },
2758
+ "required": [
2759
+ "task_id",
2760
+ "field_id"
2761
+ ],
2762
+ "additionalProperties": false
2763
+ },
2764
+ "hidden": false
2765
+ },
2766
+ {
2767
+ "name": "set_custom_field_value",
2768
+ "description": "Attempt to set a task custom field value.",
2769
+ "inputSchema": {
2770
+ "type": "object",
2771
+ "properties": {
2772
+ "task_id": {
2773
+ "type": "string"
2774
+ },
2775
+ "field_id": {
2776
+ "type": "string"
2777
+ }
2778
+ },
2779
+ "required": [
2780
+ "task_id",
2781
+ "field_id"
2782
+ ],
2783
+ "additionalProperties": false
2784
+ },
2785
+ "hidden": false
2786
+ },
2787
+ {
2788
+ "name": "delete_time_entry",
2789
+ "description": "Delete a team time entry.",
2790
+ "inputSchema": {
2791
+ "type": "object",
2792
+ "properties": {
2793
+ "team_id": {
2794
+ "type": "string"
2795
+ },
2796
+ "timer_id": {
2797
+ "type": "string"
2798
+ }
2799
+ },
2800
+ "required": [
2801
+ "team_id",
2802
+ "timer_id"
2803
+ ],
2804
+ "additionalProperties": false
2805
+ },
2806
+ "hidden": false
2807
+ },
2808
+ {
2809
+ "name": "delete_time_entry_tags",
2810
+ "description": "Delete time entry tags for a team.",
2811
+ "inputSchema": {
2812
+ "type": "object",
2813
+ "properties": {
2814
+ "team_id": {
2815
+ "type": "string"
2816
+ }
2817
+ },
2818
+ "required": [
2819
+ "team_id"
2820
+ ],
2821
+ "additionalProperties": false
2822
+ },
2823
+ "hidden": false
2824
+ },
2825
+ {
2826
+ "name": "get_time_entries",
2827
+ "description": "List time entries for a team.",
2828
+ "inputSchema": {
2829
+ "type": "object",
2830
+ "properties": {
2831
+ "team_id": {
2832
+ "type": "string"
2833
+ }
2834
+ },
2835
+ "required": [
2836
+ "team_id"
2837
+ ],
2838
+ "additionalProperties": false
2839
+ },
2840
+ "hidden": false,
2841
+ "annotations": {
2842
+ "readOnlyHint": true
2843
+ }
2844
+ },
2845
+ {
2846
+ "name": "get_current_time_entry",
2847
+ "description": "Get the currently running time entry for a team.",
2848
+ "inputSchema": {
2849
+ "type": "object",
2850
+ "properties": {
2851
+ "team_id": {
2852
+ "type": "string"
2853
+ }
2854
+ },
2855
+ "required": [
2856
+ "team_id"
2857
+ ],
2858
+ "additionalProperties": false
2859
+ },
2860
+ "hidden": false,
2861
+ "annotations": {
2862
+ "readOnlyHint": true
2863
+ }
2864
+ },
2865
+ {
2866
+ "name": "get_time_entry",
2867
+ "description": "Get a team time entry.",
2868
+ "inputSchema": {
2869
+ "type": "object",
2870
+ "properties": {
2871
+ "team_id": {
2872
+ "type": "string"
2873
+ },
2874
+ "timer_id": {
2875
+ "type": "string"
2876
+ }
2877
+ },
2878
+ "required": [
2879
+ "team_id",
2880
+ "timer_id"
2881
+ ],
2882
+ "additionalProperties": false
2883
+ },
2884
+ "hidden": false,
2885
+ "annotations": {
2886
+ "readOnlyHint": true
2887
+ }
2888
+ },
2889
+ {
2890
+ "name": "get_time_entry_history",
2891
+ "description": "Get time entry history.",
2892
+ "inputSchema": {
2893
+ "type": "object",
2894
+ "properties": {
2895
+ "team_id": {
2896
+ "type": "string"
2897
+ },
2898
+ "timer_id": {
2899
+ "type": "string"
2900
+ }
2901
+ },
2902
+ "required": [
2903
+ "team_id",
2904
+ "timer_id"
2905
+ ],
2906
+ "additionalProperties": false
2907
+ },
2908
+ "hidden": false,
2909
+ "annotations": {
2910
+ "readOnlyHint": true
2911
+ }
2912
+ },
2913
+ {
2914
+ "name": "create_time_entry",
2915
+ "description": "Create a team time entry.",
2916
+ "inputSchema": {
2917
+ "type": "object",
2918
+ "properties": {
2919
+ "team_id": {
2920
+ "type": "string"
2921
+ },
2922
+ "tid": {
2923
+ "type": "string"
2924
+ },
2925
+ "start": {
2926
+ "anyOf": [
2927
+ {
2928
+ "type": "string"
2929
+ },
2930
+ {
2931
+ "type": "number"
2932
+ }
2933
+ ]
2934
+ },
2935
+ "duration": {
2936
+ "anyOf": [
2937
+ {
2938
+ "type": "string"
2939
+ },
2940
+ {
2941
+ "type": "number"
2942
+ }
2943
+ ]
2944
+ },
2945
+ "description": {
2946
+ "type": "string"
2947
+ }
2948
+ },
2949
+ "required": [
2950
+ "team_id",
2951
+ "tid",
2952
+ "start"
2953
+ ],
2954
+ "additionalProperties": false
2955
+ },
2956
+ "hidden": false
2957
+ },
2958
+ {
2959
+ "name": "start_time_entry",
2960
+ "description": "Start a team time entry timer.",
2961
+ "inputSchema": {
2962
+ "type": "object",
2963
+ "properties": {
2964
+ "team_id": {
2965
+ "type": "string"
2966
+ },
2967
+ "tid": {
2968
+ "type": "string"
2969
+ },
2970
+ "description": {
2971
+ "type": "string"
2972
+ }
2973
+ },
2974
+ "required": [
2975
+ "team_id",
2976
+ "tid"
2977
+ ],
2978
+ "additionalProperties": false
2979
+ },
2980
+ "hidden": false
2981
+ },
2982
+ {
2983
+ "name": "stop_time_entry",
2984
+ "description": "Stop the running team time entry timer.",
2985
+ "inputSchema": {
2986
+ "type": "object",
2987
+ "properties": {
2988
+ "team_id": {
2989
+ "type": "string"
2990
+ }
2991
+ },
2992
+ "required": [
2993
+ "team_id"
2994
+ ],
2995
+ "additionalProperties": false
2996
+ },
2997
+ "hidden": false
2998
+ },
2999
+ {
3000
+ "name": "create_time_entry_tag",
3001
+ "description": "Create a team time entry tag.",
3002
+ "inputSchema": {
3003
+ "type": "object",
3004
+ "properties": {
3005
+ "team_id": {
3006
+ "type": "string"
3007
+ },
3008
+ "name": {
3009
+ "type": "string"
3010
+ },
3011
+ "tag_fg": {
3012
+ "type": "string"
3013
+ },
3014
+ "tag_bg": {
3015
+ "type": "string"
3016
+ }
3017
+ },
3018
+ "required": [
3019
+ "team_id",
3020
+ "name",
3021
+ "tag_fg",
3022
+ "tag_bg"
3023
+ ],
3024
+ "additionalProperties": false
3025
+ },
3026
+ "hidden": false
3027
+ },
3028
+ {
3029
+ "name": "update_time_entry_tag",
3030
+ "description": "Update a team time entry tag.",
3031
+ "inputSchema": {
3032
+ "type": "object",
3033
+ "properties": {
3034
+ "team_id": {
3035
+ "type": "string"
3036
+ },
3037
+ "name": {
3038
+ "type": "string"
3039
+ },
3040
+ "tag_fg": {
3041
+ "type": "string"
3042
+ },
3043
+ "tag_bg": {
3044
+ "type": "string"
3045
+ }
3046
+ },
3047
+ "required": [
3048
+ "team_id",
3049
+ "name",
3050
+ "tag_fg",
3051
+ "tag_bg"
3052
+ ],
3053
+ "additionalProperties": false
3054
+ },
3055
+ "hidden": false
3056
+ },
3057
+ {
3058
+ "name": "update_time_entry",
3059
+ "description": "Update a team time entry.",
3060
+ "inputSchema": {
3061
+ "type": "object",
3062
+ "properties": {
3063
+ "team_id": {
3064
+ "type": "string"
3065
+ },
3066
+ "timer_id": {
3067
+ "type": "string"
3068
+ }
3069
+ },
3070
+ "required": [
3071
+ "team_id",
3072
+ "timer_id"
3073
+ ],
3074
+ "additionalProperties": false
3075
+ },
3076
+ "hidden": false
3077
+ },
3078
+ {
3079
+ "name": "get_time_entry_tags",
3080
+ "description": "List available time entry tags for a team.",
3081
+ "inputSchema": {
3082
+ "type": "object",
3083
+ "properties": {
3084
+ "team_id": {
3085
+ "type": "string"
3086
+ }
3087
+ },
3088
+ "required": [
3089
+ "team_id"
3090
+ ],
3091
+ "additionalProperties": false
3092
+ },
3093
+ "hidden": false,
3094
+ "annotations": {
3095
+ "readOnlyHint": true
3096
+ }
3097
+ },
3098
+ {
3099
+ "name": "create_checklist",
3100
+ "description": "Create a checklist on a task.",
3101
+ "inputSchema": {
3102
+ "type": "object",
3103
+ "properties": {
3104
+ "task_id": {
3105
+ "type": "string"
3106
+ },
3107
+ "name": {
3108
+ "type": "string"
3109
+ }
3110
+ },
3111
+ "required": [
3112
+ "task_id",
3113
+ "name"
3114
+ ],
3115
+ "additionalProperties": false
3116
+ },
3117
+ "hidden": false
3118
+ },
3119
+ {
3120
+ "name": "create_checklist_item",
3121
+ "description": "Add an item to a checklist.",
3122
+ "inputSchema": {
3123
+ "type": "object",
3124
+ "properties": {
3125
+ "checklist_id": {
3126
+ "type": "string"
3127
+ },
3128
+ "name": {
3129
+ "type": "string"
3130
+ },
3131
+ "assignee": {
3132
+ "anyOf": [
3133
+ {
3134
+ "anyOf": [
3135
+ {
3136
+ "type": "string"
3137
+ },
3138
+ {
3139
+ "type": "number"
3140
+ }
3141
+ ]
3142
+ },
3143
+ {
3144
+ "type": "null"
3145
+ }
3146
+ ]
3147
+ }
3148
+ },
3149
+ "required": [
3150
+ "checklist_id"
3151
+ ],
3152
+ "additionalProperties": false
3153
+ },
3154
+ "hidden": false
3155
+ },
3156
+ {
3157
+ "name": "edit_checklist",
3158
+ "description": "Rename a checklist.",
3159
+ "inputSchema": {
3160
+ "type": "object",
3161
+ "properties": {
3162
+ "checklist_id": {
3163
+ "type": "string"
3164
+ },
3165
+ "name": {
3166
+ "type": "string"
3167
+ },
3168
+ "position": {
3169
+ "type": "number"
3170
+ }
3171
+ },
3172
+ "required": [
3173
+ "checklist_id"
3174
+ ],
3175
+ "additionalProperties": false
3176
+ },
3177
+ "hidden": false
3178
+ },
3179
+ {
3180
+ "name": "delete_checklist",
3181
+ "description": "Delete a checklist.",
3182
+ "inputSchema": {
3183
+ "type": "object",
3184
+ "properties": {
3185
+ "checklist_id": {
3186
+ "type": "string"
3187
+ }
3188
+ },
3189
+ "required": [
3190
+ "checklist_id"
3191
+ ],
3192
+ "additionalProperties": false
3193
+ },
3194
+ "hidden": false
3195
+ },
3196
+ {
3197
+ "name": "delete_checklist_item",
3198
+ "description": "Delete an item from a checklist.",
3199
+ "inputSchema": {
3200
+ "type": "object",
3201
+ "properties": {
3202
+ "checklist_id": {
3203
+ "type": "string"
3204
+ },
3205
+ "checklist_item_id": {
3206
+ "type": "string"
3207
+ }
3208
+ },
3209
+ "required": [
3210
+ "checklist_id",
3211
+ "checklist_item_id"
3212
+ ],
3213
+ "additionalProperties": false
3214
+ },
3215
+ "hidden": false
3216
+ },
3217
+ {
3218
+ "name": "edit_checklist_item",
3219
+ "description": "Edit a checklist item (rename or resolve).",
3220
+ "inputSchema": {
3221
+ "type": "object",
3222
+ "properties": {
3223
+ "checklist_id": {
3224
+ "type": "string"
3225
+ },
3226
+ "checklist_item_id": {
3227
+ "type": "string"
3228
+ },
3229
+ "name": {
3230
+ "type": "string"
3231
+ },
3232
+ "resolved": {
3233
+ "type": "boolean"
3234
+ }
3235
+ },
3236
+ "required": [
3237
+ "checklist_id",
3238
+ "checklist_item_id"
3239
+ ],
3240
+ "additionalProperties": false
3241
+ },
3242
+ "hidden": false
3243
+ }
3244
+ ]
3245
+ }