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
@@ -37,9 +37,7 @@
37
37
  "type": "string"
38
38
  },
39
39
  "page": {
40
- "type": "integer",
41
- "minimum": 0,
42
- "maximum": 9007199254740991
40
+ "type": "number"
43
41
  },
44
42
  "statuses": {
45
43
  "type": "array",
@@ -122,8 +120,8 @@
122
120
  }
123
121
  },
124
122
  {
125
- "name": "get_spaces",
126
- "description": "List spaces in a team.",
123
+ "name": "get_task_templates",
124
+ "description": "List workspace task templates.",
127
125
  "inputSchema": {
128
126
  "type": "object",
129
127
  "properties": {
@@ -142,17 +140,21 @@
142
140
  }
143
141
  },
144
142
  {
145
- "name": "get_space",
146
- "description": "Get a single space by id.",
143
+ "name": "get_team_user",
144
+ "description": "Get a workspace user.",
147
145
  "inputSchema": {
148
146
  "type": "object",
149
147
  "properties": {
150
- "space_id": {
148
+ "team_id": {
149
+ "type": "string"
150
+ },
151
+ "user_id": {
151
152
  "type": "string"
152
153
  }
153
154
  },
154
155
  "required": [
155
- "space_id"
156
+ "team_id",
157
+ "user_id"
156
158
  ],
157
159
  "additionalProperties": false
158
160
  },
@@ -162,177 +164,183 @@
162
164
  }
163
165
  },
164
166
  {
165
- "name": "create_space",
166
- "description": "Create a space in a team.",
167
+ "name": "get_team_guest",
168
+ "description": "Get a workspace guest.",
167
169
  "inputSchema": {
168
170
  "type": "object",
169
171
  "properties": {
170
172
  "team_id": {
171
173
  "type": "string"
172
174
  },
173
- "name": {
175
+ "guest_id": {
174
176
  "type": "string"
175
- },
176
- "multiple_assignees": {
177
- "type": "boolean"
178
- },
179
- "private": {
180
- "type": "boolean"
181
- },
182
- "features": {
183
- "type": "object",
184
- "propertyNames": {
185
- "type": "string"
186
- },
187
- "additionalProperties": {}
188
- },
189
- "statuses": {
190
- "type": "array",
191
- "items": {
192
- "type": "object",
193
- "properties": {
194
- "status": {
195
- "type": "string"
196
- },
197
- "type": {
198
- "type": "string"
199
- },
200
- "color": {
201
- "type": "string"
202
- },
203
- "orderindex": {
204
- "type": "number"
205
- }
206
- },
207
- "required": [
208
- "status"
209
- ],
210
- "additionalProperties": false
211
- }
212
177
  }
213
178
  },
214
179
  "required": [
215
180
  "team_id",
216
- "name"
181
+ "guest_id"
217
182
  ],
218
183
  "additionalProperties": false
219
184
  },
220
- "hidden": false
185
+ "hidden": false,
186
+ "annotations": {
187
+ "readOnlyHint": true
188
+ }
221
189
  },
222
190
  {
223
- "name": "update_space",
224
- "description": "Update an existing space.",
191
+ "name": "create_team_goal",
192
+ "description": "Create a workspace goal.",
225
193
  "inputSchema": {
226
194
  "type": "object",
227
195
  "properties": {
228
- "space_id": {
196
+ "team_id": {
229
197
  "type": "string"
230
198
  },
231
199
  "name": {
232
200
  "type": "string"
233
201
  },
234
- "multiple_assignees": {
235
- "type": "boolean"
236
- },
237
- "private": {
238
- "type": "boolean"
202
+ "due_date": {
203
+ "anyOf": [
204
+ {
205
+ "type": "string"
206
+ },
207
+ {
208
+ "type": "number"
209
+ }
210
+ ]
239
211
  },
240
- "admin_can_manage": {
241
- "type": "boolean"
212
+ "description": {
213
+ "type": "string"
242
214
  }
243
215
  },
244
216
  "required": [
245
- "space_id"
217
+ "team_id",
218
+ "name"
246
219
  ],
247
220
  "additionalProperties": false
248
221
  },
249
222
  "hidden": false
250
223
  },
251
224
  {
252
- "name": "delete_space",
253
- "description": "Delete a space.",
225
+ "name": "get_goal",
226
+ "description": "Get a goal by id.",
254
227
  "inputSchema": {
255
228
  "type": "object",
256
229
  "properties": {
257
- "space_id": {
230
+ "goal_id": {
258
231
  "type": "string"
259
232
  }
260
233
  },
261
234
  "required": [
262
- "space_id"
235
+ "goal_id"
263
236
  ],
264
237
  "additionalProperties": false
265
238
  },
266
- "hidden": false
239
+ "hidden": false,
240
+ "annotations": {
241
+ "readOnlyHint": true
242
+ }
267
243
  },
268
244
  {
269
- "name": "get_folders",
270
- "description": "List folders in a space.",
245
+ "name": "update_goal",
246
+ "description": "Update a goal.",
271
247
  "inputSchema": {
272
248
  "type": "object",
273
249
  "properties": {
274
- "space_id": {
250
+ "goal_id": {
251
+ "type": "string"
252
+ },
253
+ "name": {
254
+ "type": "string"
255
+ },
256
+ "description": {
275
257
  "type": "string"
276
258
  }
277
259
  },
278
260
  "required": [
279
- "space_id"
261
+ "goal_id"
280
262
  ],
281
263
  "additionalProperties": false
282
264
  },
283
- "hidden": false,
284
- "annotations": {
285
- "readOnlyHint": true
286
- }
265
+ "hidden": false
287
266
  },
288
267
  {
289
- "name": "get_folder",
290
- "description": "Get a single folder by id.",
268
+ "name": "delete_goal",
269
+ "description": "Delete a goal.",
291
270
  "inputSchema": {
292
271
  "type": "object",
293
272
  "properties": {
294
- "folder_id": {
273
+ "goal_id": {
295
274
  "type": "string"
296
275
  }
297
276
  },
298
277
  "required": [
299
- "folder_id"
278
+ "goal_id"
300
279
  ],
301
280
  "additionalProperties": false
302
281
  },
303
- "hidden": false,
304
- "annotations": {
305
- "readOnlyHint": true
306
- }
282
+ "hidden": false
307
283
  },
308
284
  {
309
- "name": "create_folder",
310
- "description": "Create a folder in a space.",
285
+ "name": "create_key_result",
286
+ "description": "Create a goal key result.",
311
287
  "inputSchema": {
312
288
  "type": "object",
313
289
  "properties": {
314
- "space_id": {
290
+ "goal_id": {
315
291
  "type": "string"
316
292
  },
317
293
  "name": {
318
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"
319
323
  }
320
324
  },
321
325
  "required": [
322
- "space_id",
323
- "name"
326
+ "goal_id",
327
+ "name",
328
+ "type",
329
+ "unit",
330
+ "steps_start",
331
+ "steps_end"
324
332
  ],
325
333
  "additionalProperties": false
326
334
  },
327
335
  "hidden": false
328
336
  },
329
337
  {
330
- "name": "update_folder",
331
- "description": "Update an existing folder.",
338
+ "name": "update_key_result",
339
+ "description": "Update a key result.",
332
340
  "inputSchema": {
333
341
  "type": "object",
334
342
  "properties": {
335
- "folder_id": {
343
+ "key_result_id": {
336
344
  "type": "string"
337
345
  },
338
346
  "name": {
@@ -340,53 +348,35 @@
340
348
  }
341
349
  },
342
350
  "required": [
343
- "folder_id",
344
- "name"
351
+ "key_result_id"
345
352
  ],
346
353
  "additionalProperties": false
347
354
  },
348
355
  "hidden": false
349
356
  },
350
357
  {
351
- "name": "delete_folder",
352
- "description": "Delete a folder.",
358
+ "name": "delete_key_result",
359
+ "description": "Delete a key result.",
353
360
  "inputSchema": {
354
361
  "type": "object",
355
362
  "properties": {
356
- "folder_id": {
363
+ "key_result_id": {
357
364
  "type": "string"
358
365
  }
359
366
  },
360
367
  "required": [
361
- "folder_id"
368
+ "key_result_id"
362
369
  ],
363
370
  "additionalProperties": false
364
371
  },
365
372
  "hidden": false
366
373
  },
367
374
  {
368
- "name": "get_lists",
369
- "description": "List lists in a space.",
375
+ "name": "list_groups",
376
+ "description": "List workspace user groups.",
370
377
  "inputSchema": {
371
378
  "type": "object",
372
- "properties": {
373
- "space_id": {
374
- "type": "string"
375
- },
376
- "archived": {
377
- "anyOf": [
378
- {
379
- "type": "boolean"
380
- },
381
- {
382
- "type": "string"
383
- }
384
- ]
385
- }
386
- },
387
- "required": [
388
- "space_id"
389
- ],
379
+ "properties": {},
390
380
  "additionalProperties": false
391
381
  },
392
382
  "hidden": false,
@@ -395,59 +385,70 @@
395
385
  }
396
386
  },
397
387
  {
398
- "name": "create_list",
399
- "description": "Create a folderless list in a space.",
388
+ "name": "update_group",
389
+ "description": "Update a workspace user group.",
400
390
  "inputSchema": {
401
391
  "type": "object",
402
392
  "properties": {
403
- "space_id": {
393
+ "group_id": {
404
394
  "type": "string"
405
395
  },
406
396
  "name": {
407
397
  "type": "string"
408
398
  },
409
- "content": {
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": {
410
444
  "type": "string"
411
445
  },
412
- "due_date": {
413
- "anyOf": [
414
- {
415
- "type": "number"
416
- },
417
- {
418
- "type": "null"
419
- }
420
- ]
421
- },
422
- "due_date_time": {
423
- "type": "boolean"
424
- },
425
- "priority": {
426
- "anyOf": [
427
- {
428
- "type": "number"
429
- },
430
- {
431
- "type": "null"
432
- }
433
- ]
434
- },
435
- "assignee": {
436
- "anyOf": [
437
- {
438
- "type": "number"
439
- },
440
- {
441
- "type": "null"
442
- }
443
- ]
444
- },
445
- "status": {
446
+ "name": {
446
447
  "type": "string"
447
448
  }
448
449
  },
449
450
  "required": [
450
- "space_id",
451
+ "team_id",
451
452
  "name"
452
453
  ],
453
454
  "additionalProperties": false
@@ -455,190 +456,109 @@
455
456
  "hidden": false
456
457
  },
457
458
  {
458
- "name": "create_folder_list",
459
- "description": "Create a list inside a folder.",
459
+ "name": "create_team_guest",
460
+ "description": "Invite a workspace guest.",
460
461
  "inputSchema": {
461
462
  "type": "object",
462
463
  "properties": {
463
- "folder_id": {
464
+ "team_id": {
464
465
  "type": "string"
465
466
  },
466
- "name": {
467
- "type": "string"
468
- },
469
- "content": {
470
- "type": "string"
471
- },
472
- "due_date": {
473
- "anyOf": [
474
- {
475
- "type": "number"
476
- },
477
- {
478
- "type": "null"
479
- }
480
- ]
481
- },
482
- "due_date_time": {
483
- "type": "boolean"
484
- },
485
- "priority": {
486
- "anyOf": [
487
- {
488
- "type": "number"
489
- },
490
- {
491
- "type": "null"
492
- }
493
- ]
494
- },
495
- "assignee": {
496
- "anyOf": [
497
- {
498
- "type": "number"
499
- },
500
- {
501
- "type": "null"
502
- }
503
- ]
504
- },
505
- "status": {
506
- "type": "string"
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,}$"
507
471
  }
508
472
  },
509
473
  "required": [
510
- "folder_id",
511
- "name"
474
+ "team_id",
475
+ "email"
512
476
  ],
513
477
  "additionalProperties": false
514
478
  },
515
479
  "hidden": false
516
480
  },
517
481
  {
518
- "name": "get_list",
519
- "description": "Get a single list by id.",
482
+ "name": "create_team_user",
483
+ "description": "Invite a workspace user.",
520
484
  "inputSchema": {
521
485
  "type": "object",
522
486
  "properties": {
523
- "list_id": {
487
+ "team_id": {
524
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,}$"
525
494
  }
526
495
  },
527
496
  "required": [
528
- "list_id"
497
+ "team_id",
498
+ "email"
529
499
  ],
530
500
  "additionalProperties": false
531
501
  },
532
- "hidden": false,
533
- "annotations": {
534
- "readOnlyHint": true
535
- }
502
+ "hidden": false
536
503
  },
537
504
  {
538
- "name": "update_list",
539
- "description": "Update an existing list.",
505
+ "name": "update_team_guest",
506
+ "description": "Update a workspace guest.",
540
507
  "inputSchema": {
541
508
  "type": "object",
542
509
  "properties": {
543
- "list_id": {
544
- "type": "string"
545
- },
546
- "name": {
510
+ "team_id": {
547
511
  "type": "string"
548
512
  },
549
- "content": {
513
+ "guest_id": {
550
514
  "type": "string"
551
- },
552
- "due_date": {
553
- "anyOf": [
554
- {
555
- "type": "number"
556
- },
557
- {
558
- "type": "null"
559
- }
560
- ]
561
- },
562
- "priority": {
563
- "anyOf": [
564
- {
565
- "type": "number"
566
- },
567
- {
568
- "type": "null"
569
- }
570
- ]
571
- },
572
- "assignee": {
573
- "anyOf": [
574
- {
575
- "type": "number"
576
- },
577
- {
578
- "type": "null"
579
- }
580
- ]
581
- },
582
- "unset_status": {
583
- "type": "boolean"
584
515
  }
585
516
  },
586
517
  "required": [
587
- "list_id"
518
+ "team_id",
519
+ "guest_id"
588
520
  ],
589
521
  "additionalProperties": false
590
522
  },
591
523
  "hidden": false
592
524
  },
593
525
  {
594
- "name": "delete_list",
595
- "description": "Delete a list.",
526
+ "name": "update_team_user",
527
+ "description": "Update a workspace user.",
596
528
  "inputSchema": {
597
529
  "type": "object",
598
530
  "properties": {
599
- "list_id": {
531
+ "team_id": {
532
+ "type": "string"
533
+ },
534
+ "user_id": {
600
535
  "type": "string"
601
536
  }
602
537
  },
603
538
  "required": [
604
- "list_id"
539
+ "team_id",
540
+ "user_id"
605
541
  ],
606
542
  "additionalProperties": false
607
543
  },
608
544
  "hidden": false
609
545
  },
610
546
  {
611
- "name": "get_list_members",
612
- "description": "List members who can access a list.",
547
+ "name": "remove_team_guest",
548
+ "description": "Remove a workspace guest.",
613
549
  "inputSchema": {
614
550
  "type": "object",
615
551
  "properties": {
616
- "list_id": {
552
+ "team_id": {
617
553
  "type": "string"
618
- }
619
- },
620
- "required": [
621
- "list_id"
622
- ],
623
- "additionalProperties": false
624
- },
625
- "hidden": false,
626
- "annotations": {
627
- "readOnlyHint": true
628
- }
629
- },
630
- {
631
- "name": "get_accessible_custom_fields",
632
- "description": "List custom fields accessible from a list.",
633
- "inputSchema": {
634
- "type": "object",
635
- "properties": {
636
- "list_id": {
554
+ },
555
+ "guest_id": {
637
556
  "type": "string"
638
557
  }
639
558
  },
640
559
  "required": [
641
- "list_id"
560
+ "team_id",
561
+ "guest_id"
642
562
  ],
643
563
  "additionalProperties": false
644
564
  },
@@ -648,44 +568,21 @@
648
568
  }
649
569
  },
650
570
  {
651
- "name": "get_tasks",
652
- "description": "List tasks in a list.",
571
+ "name": "remove_team_user",
572
+ "description": "Remove a workspace user.",
653
573
  "inputSchema": {
654
574
  "type": "object",
655
575
  "properties": {
656
- "list_id": {
576
+ "team_id": {
657
577
  "type": "string"
658
578
  },
659
- "archived": {
660
- "type": "boolean"
661
- },
662
- "include_closed": {
663
- "type": "boolean"
664
- },
665
- "order_by": {
579
+ "user_id": {
666
580
  "type": "string"
667
- },
668
- "reverse": {
669
- "type": "boolean"
670
- },
671
- "subtasks": {
672
- "type": "boolean"
673
- },
674
- "statuses": {
675
- "type": "array",
676
- "items": {
677
- "type": "string"
678
- }
679
- },
680
- "include_subtasks": {
681
- "type": "boolean"
682
- },
683
- "page": {
684
- "type": "number"
685
581
  }
686
582
  },
687
583
  "required": [
688
- "list_id"
584
+ "team_id",
585
+ "user_id"
689
586
  ],
690
587
  "additionalProperties": false
691
588
  },
@@ -695,257 +592,2248 @@
695
592
  }
696
593
  },
697
594
  {
698
- "name": "create_task",
699
- "description": "Create a task in a list.",
595
+ "name": "create_webhook",
596
+ "description": "Create a workspace webhook.",
700
597
  "inputSchema": {
701
598
  "type": "object",
702
599
  "properties": {
703
- "list_id": {
704
- "type": "string"
705
- },
706
- "name": {
600
+ "team_id": {
707
601
  "type": "string"
708
602
  },
709
- "description": {
603
+ "endpoint": {
710
604
  "type": "string"
711
605
  },
712
- "assignees": {
713
- "type": "array",
714
- "items": {
715
- "type": "number"
716
- }
717
- },
718
- "tags": {
606
+ "events": {
719
607
  "type": "array",
720
608
  "items": {
721
609
  "type": "string"
722
610
  }
723
611
  },
724
- "status": {
725
- "type": "string"
726
- },
727
- "priority": {
612
+ "space_id": {
728
613
  "anyOf": [
729
614
  {
730
- "anyOf": [
731
- {
732
- "type": "number"
733
- },
734
- {
735
- "type": "string"
736
- }
737
- ]
615
+ "type": "string"
738
616
  },
739
- {
740
- "type": "null"
741
- }
742
- ]
743
- },
744
- "due_date": {
745
- "anyOf": [
746
617
  {
747
618
  "type": "number"
748
- },
749
- {
750
- "type": "null"
751
619
  }
752
620
  ]
753
621
  },
754
- "due_date_time": {
755
- "type": "boolean"
756
- },
757
- "time_estimate": {
622
+ "task_id": {
758
623
  "anyOf": [
759
624
  {
760
- "type": "number"
625
+ "type": "string"
761
626
  },
762
- {
763
- "type": "null"
764
- }
765
- ]
766
- },
767
- "start_date": {
768
- "anyOf": [
769
627
  {
770
628
  "type": "number"
771
- },
772
- {
773
- "type": "null"
774
629
  }
775
630
  ]
776
631
  },
777
- "start_date_time": {
778
- "type": "boolean"
779
- },
780
- "notify_all": {
781
- "type": "boolean"
782
- },
783
- "parent": {
632
+ "list_id": {
784
633
  "anyOf": [
785
634
  {
786
635
  "type": "string"
787
636
  },
788
637
  {
789
- "type": "null"
638
+ "type": "number"
790
639
  }
791
640
  ]
792
641
  },
793
- "links_to": {
642
+ "folder_id": {
794
643
  "anyOf": [
795
644
  {
796
645
  "type": "string"
797
646
  },
798
647
  {
799
- "type": "null"
648
+ "type": "number"
800
649
  }
801
650
  ]
802
- },
803
- "check_required_custom_fields": {
804
- "type": "boolean"
805
- },
806
- "custom_fields": {
807
- "type": "array",
808
- "items": {}
809
651
  }
810
652
  },
811
653
  "required": [
812
- "list_id",
813
- "name"
654
+ "team_id",
655
+ "endpoint",
656
+ "events"
814
657
  ],
815
658
  "additionalProperties": false
816
659
  },
817
660
  "hidden": false
818
661
  },
819
662
  {
820
- "name": "get_task",
821
- "description": "Get a single task by id.",
663
+ "name": "create_team_view_strict",
664
+ "description": "Create a workspace view with strict validation parity.",
822
665
  "inputSchema": {
823
666
  "type": "object",
824
667
  "properties": {
825
- "task_id": {
668
+ "team_id": {
826
669
  "type": "string"
827
- }
828
- },
829
- "required": [
830
- "task_id"
831
- ],
832
- "additionalProperties": false
833
- },
834
- "hidden": false,
835
- "annotations": {
836
- "readOnlyHint": true
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
837
714
  }
838
715
  },
839
716
  {
840
- "name": "update_task",
841
- "description": "Update an existing task (including status transitions).",
717
+ "name": "update_webhook",
718
+ "description": "Update a workspace webhook.",
842
719
  "inputSchema": {
843
720
  "type": "object",
844
721
  "properties": {
845
- "task_id": {
722
+ "webhook_id": {
846
723
  "type": "string"
847
724
  },
848
- "name": {
725
+ "endpoint": {
849
726
  "type": "string"
850
727
  },
851
- "description": {
852
- "type": "string"
728
+ "events": {
729
+ "type": "array",
730
+ "items": {
731
+ "type": "string"
732
+ }
853
733
  },
854
734
  "status": {
855
735
  "type": "string"
856
736
  },
857
- "priority": {
858
- "anyOf": [
859
- {
860
- "anyOf": [
861
- {
862
- "type": "number"
863
- },
864
- {
865
- "type": "string"
866
- }
867
- ]
868
- },
869
- {
870
- "type": "null"
871
- }
872
- ]
873
- },
874
- "due_date": {
737
+ "space_id": {
875
738
  "anyOf": [
876
739
  {
877
- "type": "number"
740
+ "type": "string"
878
741
  },
879
- {
880
- "type": "null"
881
- }
882
- ]
883
- },
884
- "time_estimate": {
885
- "anyOf": [
886
742
  {
887
743
  "type": "number"
888
- },
889
- {
890
- "type": "null"
891
744
  }
892
745
  ]
893
- },
894
- "assignees": {
895
- "type": "object",
896
- "properties": {
897
- "add": {
898
- "type": "array",
899
- "items": {
900
- "type": "number"
901
- }
902
- },
903
- "rem": {
904
- "type": "array",
905
- "items": {
906
- "type": "number"
907
- }
908
- }
909
- },
910
- "additionalProperties": false
911
746
  }
912
747
  },
913
748
  "required": [
914
- "task_id"
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"
915
2782
  ],
916
2783
  "additionalProperties": false
917
2784
  },
918
2785
  "hidden": false
919
2786
  },
920
2787
  {
921
- "name": "delete_task",
922
- "description": "Delete a task.",
2788
+ "name": "delete_time_entry",
2789
+ "description": "Delete a team time entry.",
923
2790
  "inputSchema": {
924
2791
  "type": "object",
925
2792
  "properties": {
926
- "task_id": {
2793
+ "team_id": {
2794
+ "type": "string"
2795
+ },
2796
+ "timer_id": {
927
2797
  "type": "string"
928
2798
  }
929
2799
  },
930
2800
  "required": [
931
- "task_id"
2801
+ "team_id",
2802
+ "timer_id"
932
2803
  ],
933
2804
  "additionalProperties": false
934
2805
  },
935
2806
  "hidden": false
936
2807
  },
937
2808
  {
938
- "name": "get_task_members",
939
- "description": "List members who can access a task.",
2809
+ "name": "delete_time_entry_tags",
2810
+ "description": "Delete time entry tags for a team.",
940
2811
  "inputSchema": {
941
2812
  "type": "object",
942
2813
  "properties": {
943
- "task_id": {
2814
+ "team_id": {
944
2815
  "type": "string"
945
2816
  }
946
2817
  },
947
2818
  "required": [
948
- "task_id"
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"
949
2837
  ],
950
2838
  "additionalProperties": false
951
2839
  },
@@ -955,54 +2843,41 @@
955
2843
  }
956
2844
  },
957
2845
  {
958
- "name": "create_task_comment",
959
- "description": "Create a comment on a task.",
2846
+ "name": "get_current_time_entry",
2847
+ "description": "Get the currently running time entry for a team.",
960
2848
  "inputSchema": {
961
2849
  "type": "object",
962
2850
  "properties": {
963
- "task_id": {
964
- "type": "string"
965
- },
966
- "comment_text": {
2851
+ "team_id": {
967
2852
  "type": "string"
968
- },
969
- "assignee": {
970
- "anyOf": [
971
- {
972
- "type": "number"
973
- },
974
- {
975
- "type": "null"
976
- }
977
- ]
978
- },
979
- "notify_all": {
980
- "type": "boolean"
981
2853
  }
982
2854
  },
983
2855
  "required": [
984
- "task_id",
985
- "comment_text"
2856
+ "team_id"
986
2857
  ],
987
2858
  "additionalProperties": false
988
2859
  },
989
- "hidden": false
2860
+ "hidden": false,
2861
+ "annotations": {
2862
+ "readOnlyHint": true
2863
+ }
990
2864
  },
991
2865
  {
992
- "name": "get_task_comments",
993
- "description": "List comments on a task.",
2866
+ "name": "get_time_entry",
2867
+ "description": "Get a team time entry.",
994
2868
  "inputSchema": {
995
2869
  "type": "object",
996
2870
  "properties": {
997
- "task_id": {
2871
+ "team_id": {
998
2872
  "type": "string"
999
2873
  },
1000
- "start_id": {
2874
+ "timer_id": {
1001
2875
  "type": "string"
1002
2876
  }
1003
2877
  },
1004
2878
  "required": [
1005
- "task_id"
2879
+ "team_id",
2880
+ "timer_id"
1006
2881
  ],
1007
2882
  "additionalProperties": false
1008
2883
  },
@@ -1012,17 +2887,21 @@
1012
2887
  }
1013
2888
  },
1014
2889
  {
1015
- "name": "get_space_tags",
1016
- "description": "List tags defined in a space.",
2890
+ "name": "get_time_entry_history",
2891
+ "description": "Get time entry history.",
1017
2892
  "inputSchema": {
1018
2893
  "type": "object",
1019
2894
  "properties": {
1020
- "space_id": {
2895
+ "team_id": {
2896
+ "type": "string"
2897
+ },
2898
+ "timer_id": {
1021
2899
  "type": "string"
1022
2900
  }
1023
2901
  },
1024
2902
  "required": [
1025
- "space_id"
2903
+ "team_id",
2904
+ "timer_id"
1026
2905
  ],
1027
2906
  "additionalProperties": false
1028
2907
  },
@@ -1032,149 +2911,190 @@
1032
2911
  }
1033
2912
  },
1034
2913
  {
1035
- "name": "create_space_tag",
1036
- "description": "Create a tag in a space.",
2914
+ "name": "create_time_entry",
2915
+ "description": "Create a team time entry.",
1037
2916
  "inputSchema": {
1038
2917
  "type": "object",
1039
2918
  "properties": {
1040
- "space_id": {
2919
+ "team_id": {
1041
2920
  "type": "string"
1042
2921
  },
1043
- "tag": {
1044
- "type": "object",
1045
- "properties": {
1046
- "name": {
2922
+ "tid": {
2923
+ "type": "string"
2924
+ },
2925
+ "start": {
2926
+ "anyOf": [
2927
+ {
1047
2928
  "type": "string"
1048
2929
  },
1049
- "tag_fg": {
2930
+ {
2931
+ "type": "number"
2932
+ }
2933
+ ]
2934
+ },
2935
+ "duration": {
2936
+ "anyOf": [
2937
+ {
1050
2938
  "type": "string"
1051
2939
  },
1052
- "tag_bg": {
1053
- "type": "string"
2940
+ {
2941
+ "type": "number"
1054
2942
  }
1055
- },
1056
- "required": [
1057
- "name"
1058
- ],
1059
- "additionalProperties": false
2943
+ ]
2944
+ },
2945
+ "description": {
2946
+ "type": "string"
1060
2947
  }
1061
2948
  },
1062
2949
  "required": [
1063
- "space_id"
2950
+ "team_id",
2951
+ "tid",
2952
+ "start"
1064
2953
  ],
1065
2954
  "additionalProperties": false
1066
2955
  },
1067
2956
  "hidden": false
1068
2957
  },
1069
2958
  {
1070
- "name": "delete_space_tag",
1071
- "description": "Delete a tag from a space (idempotent; also removes it from tasks).",
2959
+ "name": "start_time_entry",
2960
+ "description": "Start a team time entry timer.",
1072
2961
  "inputSchema": {
1073
2962
  "type": "object",
1074
2963
  "properties": {
1075
- "space_id": {
2964
+ "team_id": {
1076
2965
  "type": "string"
1077
2966
  },
1078
- "tag_name": {
2967
+ "tid": {
2968
+ "type": "string"
2969
+ },
2970
+ "description": {
1079
2971
  "type": "string"
1080
2972
  }
1081
2973
  },
1082
2974
  "required": [
1083
- "space_id",
1084
- "tag_name"
2975
+ "team_id",
2976
+ "tid"
1085
2977
  ],
1086
2978
  "additionalProperties": false
1087
2979
  },
1088
2980
  "hidden": false
1089
2981
  },
1090
2982
  {
1091
- "name": "add_tag_to_task",
1092
- "description": "Add a tag to a task (auto-creates the tag in the space).",
2983
+ "name": "stop_time_entry",
2984
+ "description": "Stop the running team time entry timer.",
1093
2985
  "inputSchema": {
1094
2986
  "type": "object",
1095
2987
  "properties": {
1096
- "task_id": {
1097
- "type": "string"
1098
- },
1099
- "tag_name": {
2988
+ "team_id": {
1100
2989
  "type": "string"
1101
2990
  }
1102
2991
  },
1103
2992
  "required": [
1104
- "task_id",
1105
- "tag_name"
2993
+ "team_id"
1106
2994
  ],
1107
2995
  "additionalProperties": false
1108
2996
  },
1109
2997
  "hidden": false
1110
2998
  },
1111
2999
  {
1112
- "name": "remove_tag_from_task",
1113
- "description": "Remove a tag from a task.",
3000
+ "name": "create_time_entry_tag",
3001
+ "description": "Create a team time entry tag.",
1114
3002
  "inputSchema": {
1115
3003
  "type": "object",
1116
3004
  "properties": {
1117
- "task_id": {
3005
+ "team_id": {
1118
3006
  "type": "string"
1119
3007
  },
1120
- "tag_name": {
3008
+ "name": {
3009
+ "type": "string"
3010
+ },
3011
+ "tag_fg": {
3012
+ "type": "string"
3013
+ },
3014
+ "tag_bg": {
1121
3015
  "type": "string"
1122
3016
  }
1123
3017
  },
1124
3018
  "required": [
1125
- "task_id",
1126
- "tag_name"
3019
+ "team_id",
3020
+ "name",
3021
+ "tag_fg",
3022
+ "tag_bg"
1127
3023
  ],
1128
3024
  "additionalProperties": false
1129
3025
  },
1130
3026
  "hidden": false
1131
3027
  },
1132
3028
  {
1133
- "name": "get_tracked_time",
1134
- "description": "List tracked time entries on a task (legacy endpoint).",
3029
+ "name": "update_time_entry_tag",
3030
+ "description": "Update a team time entry tag.",
1135
3031
  "inputSchema": {
1136
3032
  "type": "object",
1137
3033
  "properties": {
1138
- "task_id": {
3034
+ "team_id": {
3035
+ "type": "string"
3036
+ },
3037
+ "name": {
3038
+ "type": "string"
3039
+ },
3040
+ "tag_fg": {
3041
+ "type": "string"
3042
+ },
3043
+ "tag_bg": {
1139
3044
  "type": "string"
1140
3045
  }
1141
3046
  },
1142
3047
  "required": [
1143
- "task_id"
3048
+ "team_id",
3049
+ "name",
3050
+ "tag_fg",
3051
+ "tag_bg"
1144
3052
  ],
1145
3053
  "additionalProperties": false
1146
3054
  },
1147
- "hidden": false,
1148
- "annotations": {
1149
- "readOnlyHint": true
1150
- }
3055
+ "hidden": false
1151
3056
  },
1152
3057
  {
1153
- "name": "track_time",
1154
- "description": "Create a tracked time entry on a task (legacy endpoint).",
3058
+ "name": "update_time_entry",
3059
+ "description": "Update a team time entry.",
1155
3060
  "inputSchema": {
1156
3061
  "type": "object",
1157
3062
  "properties": {
1158
- "task_id": {
3063
+ "team_id": {
1159
3064
  "type": "string"
1160
3065
  },
1161
- "start": {
1162
- "type": "number"
1163
- },
1164
- "time": {
1165
- "type": "number"
1166
- },
1167
- "end": {
1168
- "type": "number"
3066
+ "timer_id": {
3067
+ "type": "string"
1169
3068
  }
1170
3069
  },
1171
3070
  "required": [
1172
- "task_id"
3071
+ "team_id",
3072
+ "timer_id"
1173
3073
  ],
1174
3074
  "additionalProperties": false
1175
3075
  },
1176
3076
  "hidden": false
1177
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
+ },
1178
3098
  {
1179
3099
  "name": "create_checklist",
1180
3100
  "description": "Create a checklist on a task.",
@@ -1211,7 +3131,14 @@
1211
3131
  "assignee": {
1212
3132
  "anyOf": [
1213
3133
  {
1214
- "type": "number"
3134
+ "anyOf": [
3135
+ {
3136
+ "type": "string"
3137
+ },
3138
+ {
3139
+ "type": "number"
3140
+ }
3141
+ ]
1215
3142
  },
1216
3143
  {
1217
3144
  "type": "null"
@@ -1219,9 +3146,69 @@
1219
3146
  ]
1220
3147
  }
1221
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
+ },
1222
3209
  "required": [
1223
3210
  "checklist_id",
1224
- "name"
3211
+ "checklist_item_id"
1225
3212
  ],
1226
3213
  "additionalProperties": false
1227
3214
  },