@chatbotkit/sdk 1.29.0 → 1.30.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.
@@ -0,0 +1,2324 @@
1
+ /**
2
+ * This file is auto-generated. Do not edit manually.
3
+ * Generated from the CBK ability catalogue.
4
+ */
5
+
6
+ // --- Ability Names ---
7
+
8
+ export type CbkAbilityName = 'abort'
9
+ | 'abort[failure]'
10
+ | 'abort[success]'
11
+ | 'agent/execute'
12
+ | 'agent/task/evaluate'
13
+ | 'agent/task/plan'
14
+ | 'attachment/read'
15
+ | 'blueprint/note/list'
16
+ | 'blueprint/resource/list'
17
+ | 'bot/ask'
18
+ | 'bot/ask[by-id]'
19
+ | 'bot/ask[multi]'
20
+ | 'bot/backstory/read'
21
+ | 'bot/backstory/read[by-id]'
22
+ | 'bot/backstory/write'
23
+ | 'bot/backstory/write[by-id]'
24
+ | 'bot/call'
25
+ | 'bot/call[by-id]'
26
+ | 'bot/call[multi]'
27
+ | 'bot/list'
28
+ | 'browser/dispatch'
29
+ | 'conversation/fetch[bot][by-id]'
30
+ | 'conversation/fetch[by-id]'
31
+ | 'conversation/fetch[contact][by-id]'
32
+ | 'conversation/list'
33
+ | 'conversation/list[bot]'
34
+ | 'conversation/list[contact]'
35
+ | 'conversation/mcp/install[url]'
36
+ | 'conversation/mcp/uninstall[url]'
37
+ | 'conversation/search'
38
+ | 'conversation/search[bot]'
39
+ | 'conversation/search[contact]'
40
+ | 'conversation/skillset/install[by-id]'
41
+ | 'conversation/skillset/uninstall[by-id]'
42
+ | 'dataset/create'
43
+ | 'dataset/file/create[url]'
44
+ | 'dataset/list'
45
+ | 'dataset/record/create'
46
+ | 'dataset/search'
47
+ | 'discord/conversation/start[by-id]'
48
+ | 'email/conversation/start[by-id]'
49
+ | 'email/send'
50
+ | 'example/fetch/api/get'
51
+ | 'example/fetch/api/post'
52
+ | 'example/fetch/api/post[params]'
53
+ | 'fetch/metadata'
54
+ | 'fetch/request'
55
+ | 'fetch/request[with-auth]'
56
+ | 'fetch/text/get'
57
+ | 'file/append'
58
+ | 'file/append[by-id]'
59
+ | 'file/prepend'
60
+ | 'file/prepend[by-id]'
61
+ | 'file/read'
62
+ | 'file/read[by-id]'
63
+ | 'file/replace'
64
+ | 'file/replace[by-id]'
65
+ | 'file/rw'
66
+ | 'file/rw[by-id]'
67
+ | 'file/sql'
68
+ | 'file/sql[by-id]'
69
+ | 'file/write'
70
+ | 'file/write[by-id]'
71
+ | 'git/file/fetch'
72
+ | 'git/tree/fetch'
73
+ | 'graphql[cbk]'
74
+ | 'image/generate'
75
+ | 'image/generate[gemini-2.5-flash-image]'
76
+ | 'image/generate[gemini-3.1-flash-image]'
77
+ | 'image/generate[gpt-image-1.5]'
78
+ | 'image/generate[gpt-image-1]'
79
+ | 'image/modify'
80
+ | 'image/modify[gemini-2.5-flash-image]'
81
+ | 'image/modify[gemini-3.1-flash-image]'
82
+ | 'image/modify[gpt-image-1.5]'
83
+ | 'image/modify[gpt-image-1]'
84
+ | 'listen/transcribe'
85
+ | 'math/evaluate'
86
+ | 'memory/create'
87
+ | 'memory/create[bot]'
88
+ | 'memory/create[contact]'
89
+ | 'memory/delete[bot][by-id]'
90
+ | 'memory/delete[by-id]'
91
+ | 'memory/delete[contact][by-id]'
92
+ | 'memory/list'
93
+ | 'memory/list[bot]'
94
+ | 'memory/list[contact]'
95
+ | 'memory/search'
96
+ | 'memory/search[bot]'
97
+ | 'memory/search[contact]'
98
+ | 'memory/update[bot][by-id]'
99
+ | 'memory/update[by-id]'
100
+ | 'memory/update[contact][by-id]'
101
+ | 'mock/api[create]'
102
+ | 'mock/api[delete]'
103
+ | 'mock/api[list]'
104
+ | 'mock/api[update]'
105
+ | 'mock/api/[search]'
106
+ | 'mock/dataset'
107
+ | 'mock/sql'
108
+ | 'pack/bot/reprogramming'
109
+ | 'pack/cbk/space/skills'
110
+ | 'pack/cbk/space/storage'
111
+ | 'pack/cbk/space/storage[read-only]'
112
+ | 'pack/file'
113
+ | 'pack/file[by-id]'
114
+ | 'pack/shell'
115
+ | 'search/images'
116
+ | 'search/news'
117
+ | 'search/videos'
118
+ | 'search/web'
119
+ | 'shell/eval/node'
120
+ | 'shell/eval/python'
121
+ | 'shell/exec'
122
+ | 'shell/exec/node'
123
+ | 'shell/exec/python'
124
+ | 'shell/import'
125
+ | 'shell/read'
126
+ | 'shell/rw'
127
+ | 'shell/skillset/install[by-id]'
128
+ | 'shell/write'
129
+ | 'slack/conversation/start[by-id]'
130
+ | 'space/create'
131
+ | 'space/create[contact]'
132
+ | 'space/delete[by-id]'
133
+ | 'space/delete[contact][by-id]'
134
+ | 'space/fetch[by-id]'
135
+ | 'space/fetch[contact][by-id]'
136
+ | 'space/list'
137
+ | 'space/list[contact]'
138
+ | 'space/skill/create'
139
+ | 'space/skill/create[by-id]'
140
+ | 'space/skill/list'
141
+ | 'space/skill/list[by-id]'
142
+ | 'space/skill/read'
143
+ | 'space/skill/read[by-id]'
144
+ | 'space/storage/copy'
145
+ | 'space/storage/copy[by-id]'
146
+ | 'space/storage/delete'
147
+ | 'space/storage/delete[by-id]'
148
+ | 'space/storage/import'
149
+ | 'space/storage/import[by-id]'
150
+ | 'space/storage/link'
151
+ | 'space/storage/link[by-id]'
152
+ | 'space/storage/list'
153
+ | 'space/storage/list[by-id]'
154
+ | 'space/storage/move'
155
+ | 'space/storage/move[by-id]'
156
+ | 'space/storage/read'
157
+ | 'space/storage/read[by-id]'
158
+ | 'space/storage/rw'
159
+ | 'space/storage/rw[by-id]'
160
+ | 'space/storage/search'
161
+ | 'space/storage/search[by-id]'
162
+ | 'space/storage/write'
163
+ | 'space/storage/write[by-id]'
164
+ | 'space/update[by-id]'
165
+ | 'space/update[contact][by-id]'
166
+ | 'task/create'
167
+ | 'task/create[contact]'
168
+ | 'task/delete[by-id]'
169
+ | 'task/delete[contact][by-id]'
170
+ | 'task/fetch[by-id]'
171
+ | 'task/fetch[contact][by-id]'
172
+ | 'task/list'
173
+ | 'task/list[contact]'
174
+ | 'task/run[by-id]'
175
+ | 'task/run[contact][by-id]'
176
+ | 'task/update[by-id]'
177
+ | 'task/update[contact][by-id]'
178
+ | 'telegram/conversation/start[by-id]'
179
+ | 'text/article/generate'
180
+ | 'text/email/generate'
181
+ | 'text/generate'
182
+ | 'text/summarize'
183
+ | 'text/translate'
184
+ | 'todo/manage'
185
+ | 'todo/read'
186
+ | 'todo/write'
187
+ | 'url/graphql'
188
+ | 'url/sql'
189
+ | 'view/describe'
190
+ | 'whatsapp/conversation/start[by-id]'
191
+
192
+ // --- Ability Metadata ---
193
+
194
+ export interface CbkAbilityMetadata {
195
+ name: string
196
+ description: string
197
+ tags: string[]
198
+ }
199
+
200
+ // --- Ability Parameters ---
201
+
202
+ export type AbortParameters = {
203
+ /** a very short reason for the abort, e.g. "task succeeded", "task failed", etc */
204
+ reason: string
205
+ }
206
+
207
+ export type AbortFailureParameters = {
208
+ /** a very short reason for the abort, e.g. "task failed", "task aborted", etc */
209
+ reason: string
210
+ }
211
+
212
+ export type AbortSuccessParameters = {
213
+ /** a very short reason for the abort, e.g. "task succeeded", "task completed", etc */
214
+ reason: string
215
+ }
216
+
217
+ export type AgentExecuteParameters = {
218
+ /** the role and personality of the executor */
219
+ backstory: string
220
+ /** the model to use */
221
+ '@model'?: string
222
+ /** instructions for the task execution */
223
+ '@instructions'?: string
224
+ }
225
+
226
+ export type AgentTaskEvaluateParameters = {
227
+ /** the role and personality of the evaluator */
228
+ '@backstory': string
229
+ /** the model to use */
230
+ '@model'?: string
231
+ /** instructions for the evaluation */
232
+ '@instructions'?: string
233
+ }
234
+
235
+ export type AgentTaskPlanParameters = {
236
+ /** the role and personality of the planner */
237
+ '@backstory': string
238
+ /** the model to use */
239
+ '@model'?: string
240
+ /** instructions for the task plan */
241
+ '@instructions'?: string
242
+ }
243
+
244
+ export type AttachmentReadParameters = {
245
+ /** the attachment name to read */
246
+ name: string
247
+ }
248
+
249
+ export type BlueprintNoteListParameters = Record<string, never>
250
+
251
+ export type BlueprintResourceListParameters = {
252
+ /** optional resource type to filter by */
253
+ type?: string
254
+ }
255
+
256
+ export type BotAskParameters = {
257
+ /** the question to ask the bot */
258
+ question: string
259
+ }
260
+
261
+ export type BotAskByIdParameters = {
262
+ /** the bot ID */
263
+ botId: string
264
+ /** the question to ask the bot */
265
+ question: string
266
+ }
267
+
268
+ export type BotAskMultiParameters = {
269
+ /** comma-separated list of bot IDs to ask */
270
+ ids: string
271
+ /** the question to ask the bots */
272
+ question: string
273
+ }
274
+
275
+ export type BotBackstoryReadParameters = Record<string, never>
276
+
277
+ export type BotBackstoryReadByIdParameters = {
278
+ /** the bot ID */
279
+ botId: string
280
+ }
281
+
282
+ export type BotBackstoryWriteParameters = {
283
+ /** the new backstory content for the bot */
284
+ content: string
285
+ }
286
+
287
+ export type BotBackstoryWriteByIdParameters = {
288
+ /** the bot ID */
289
+ botId: string
290
+ /** the new backstory content for the bot */
291
+ content: string
292
+ }
293
+
294
+ export type BotCallParameters = {
295
+ /** detailed description of the action to be performed */
296
+ action: string
297
+ }
298
+
299
+ export type BotCallByIdParameters = {
300
+ /** the bot ID */
301
+ botId: string
302
+ /** detailed description of the action to be performed */
303
+ action: string
304
+ }
305
+
306
+ export type BotCallMultiParameters = {
307
+ /** comma-separated list of bot IDs to call */
308
+ ids: string
309
+ /** detailed description of the action to be performed */
310
+ action: string
311
+ }
312
+
313
+ export type BotListParameters = {
314
+ /** optional limit on the number of bots to return */
315
+ take?: number
316
+ }
317
+
318
+ export type BrowserDispatchParameters = {
319
+ /** the task to perform in the browser */
320
+ task: string
321
+ /** optional URL of the page to dispatch the action */
322
+ url?: string
323
+ /** timeout in milliseconds */
324
+ timeout?: number
325
+ }
326
+
327
+ export type ConversationFetchBotByIdParameters = {
328
+ /** the ID of the conversation to fetch */
329
+ conversationId: string
330
+ }
331
+
332
+ export type ConversationFetchByIdParameters = {
333
+ /** the ID of the conversation to fetch */
334
+ conversationId: string
335
+ }
336
+
337
+ export type ConversationFetchContactByIdParameters = {
338
+ /** the ID of the conversation to fetch */
339
+ conversationId: string
340
+ }
341
+
342
+ export type ConversationListParameters = Record<string, never>
343
+
344
+ export type ConversationListBotParameters = Record<string, never>
345
+
346
+ export type ConversationListContactParameters = Record<string, never>
347
+
348
+ export type ConversationMcpInstallUrlParameters = {
349
+ /** the remote MCP URL */
350
+ url: string
351
+ }
352
+
353
+ export type ConversationMcpUninstallUrlParameters = {
354
+ /** the remote MCP URL to uninstall */
355
+ url: string
356
+ }
357
+
358
+ export type ConversationSearchParameters = {
359
+ /** the search query to find conversations */
360
+ query: string
361
+ }
362
+
363
+ export type ConversationSearchBotParameters = {
364
+ /** the search query to find conversations */
365
+ query: string
366
+ }
367
+
368
+ export type ConversationSearchContactParameters = {
369
+ /** the search query to find conversations */
370
+ query: string
371
+ }
372
+
373
+ export type ConversationSkillsetInstallByIdParameters = {
374
+ /** the skillset ID to install */
375
+ skillsetId: string
376
+ }
377
+
378
+ export type ConversationSkillsetUninstallByIdParameters = {
379
+ /** the skillset ID to uninstall */
380
+ skillsetId: string
381
+ }
382
+
383
+ export type DatasetCreateParameters = {
384
+ /** the name of the dataset */
385
+ name: string
386
+ }
387
+
388
+ export type DatasetFileCreateUrlParameters = {
389
+ /** the dataset Id that you want to add the file to */
390
+ datasetId: string
391
+ /** the URL of the file to add */
392
+ url: string
393
+ }
394
+
395
+ export type DatasetListParameters = Record<string, never>
396
+
397
+ export type DatasetRecordCreateParameters = {
398
+ /** the dataset Id that you want to create a record in */
399
+ datasetId: string
400
+ /** the record to create */
401
+ record: string
402
+ }
403
+
404
+ export type DatasetSearchParameters = {
405
+ /** the dataset Id that you want to search */
406
+ datasetId: string
407
+ /** search query */
408
+ query: string
409
+ }
410
+
411
+ export type DiscordConversationStartByIdParameters = {
412
+ /** The ID of the Discord integration to use */
413
+ discordIntegrationId: string
414
+ /** The Discord channel ID to send the message to */
415
+ channelId: string
416
+ /** The initial message text to send to start the conversation */
417
+ text: string
418
+ /** Optional context about the recipient or conversation, typically generated by the agent */
419
+ context?: string
420
+ }
421
+
422
+ export type EmailConversationStartByIdParameters = {
423
+ /** The ID of the email integration to use */
424
+ emailIntegrationId: string
425
+ /** The recipient email address to send to */
426
+ email: string
427
+ /** The subject line of the email */
428
+ subject: string
429
+ /** The initial message text to send to start the conversation */
430
+ text: string
431
+ /** Optional context about the recipient or conversation, which will be used to inform how to proceed with the conversation */
432
+ context?: string
433
+ }
434
+
435
+ export type EmailSendParameters = {
436
+ /** recipient's email address */
437
+ to: string
438
+ /** the email subject */
439
+ subject?: string
440
+ /** the content of the email in markdown format */
441
+ content: string
442
+ }
443
+
444
+ export type ExampleFetchApiGetParameters = Record<string, never>
445
+
446
+ export type ExampleFetchApiPostParameters = Record<string, never>
447
+
448
+ export type ExampleFetchApiPostParamsParameters = {
449
+ /** The description of param1 */
450
+ param1: string
451
+ /** The description of param2 */
452
+ param2: string
453
+ }
454
+
455
+ export type FetchMetadataParameters = {
456
+ /** the url of the page to fetch, including https:// prefix */
457
+ url: string
458
+ }
459
+
460
+ export type FetchRequestParameters = {
461
+ /** the HTTP method to use (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS) */
462
+ method: string
463
+ /** the full URL to make the request to */
464
+ url: string
465
+ /** the content type header (e.g., application/json, text/plain) */
466
+ contentType?: string
467
+ /** the request body as text - for POST, PUT, PATCH requests */
468
+ body?: string
469
+ }
470
+
471
+ export type FetchRequestWithAuthParameters = {
472
+ /** the HTTP method to use (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS) */
473
+ method: string
474
+ /** the full URL to make the request to */
475
+ url: string
476
+ /** the content type header (e.g., application/json, text/plain) */
477
+ contentType?: string
478
+ /** the request body as text - for POST, PUT, PATCH requests */
479
+ body?: string
480
+ }
481
+
482
+ export type FetchTextGetParameters = {
483
+ /** the url of the page to fetch, including https:// prefix */
484
+ url: string
485
+ }
486
+
487
+ export type FileAppendParameters = {
488
+ /** content to append to the file */
489
+ content: string
490
+ }
491
+
492
+ export type FileAppendByIdParameters = {
493
+ /** the file Id that you want to append to */
494
+ fileId: string
495
+ /** content to append to the file */
496
+ content: string
497
+ }
498
+
499
+ export type FilePrependParameters = {
500
+ /** content to prepend to the file */
501
+ content: string
502
+ }
503
+
504
+ export type FilePrependByIdParameters = {
505
+ /** the file Id that you want to prepend to */
506
+ fileId: string
507
+ /** content to prepend to the file */
508
+ content: string
509
+ }
510
+
511
+ export type FileReadParameters = {
512
+ /** the line number to start reading from (1-indexed, line 1 is the first line) */
513
+ startLine: number
514
+ /** the line number to end reading at, inclusive (1-indexed). Prefer reading at least 100 lines or more per request to minimize round trips */
515
+ endLine: number
516
+ }
517
+
518
+ export type FileReadByIdParameters = {
519
+ /** the file Id that you want to read */
520
+ fileId: string
521
+ /** the line number to start reading from (1-indexed, line 1 is the first line) */
522
+ startLine?: number
523
+ /** the line number to end reading at, inclusive (1-indexed). Prefer reading at least 100 lines or more per request to minimize round trips */
524
+ endLine?: number
525
+ }
526
+
527
+ export type FileReplaceParameters = {
528
+ /** text to search for */
529
+ search: string
530
+ /** text to replace with */
531
+ replace: string
532
+ /** number of occurrences to replace (optional, replaces all if not specified) */
533
+ count: number
534
+ }
535
+
536
+ export type FileReplaceByIdParameters = {
537
+ /** the file Id that you want to replace in */
538
+ fileId: string
539
+ /** text to search for */
540
+ search: string
541
+ /** text to replace with */
542
+ replace: string
543
+ /** number of occurrences to replace (optional, replaces all if not specified) */
544
+ count: number
545
+ }
546
+
547
+ export type FileRwParameters = {
548
+ /** 'operation mode: "read" to read content, "write" to write content' */
549
+ mode: string
550
+ /** content to write (required for write mode) */
551
+ content?: string
552
+ /** 'the line number to start from (1-indexed). For read: where to start reading. For write: where to start writing.' */
553
+ startLine?: number
554
+ /** 'the line number to end at, inclusive (1-indexed). For read: where to stop reading. For write: range to replace.' */
555
+ endLine?: number
556
+ }
557
+
558
+ export type FileRwByIdParameters = {
559
+ /** the file Id that you want to read from or write to */
560
+ fileId: string
561
+ /** 'operation mode: "read" to read content, "write" to write content' */
562
+ mode: string
563
+ /** content to write (required for write mode) */
564
+ content?: string
565
+ /** 'the line number to start from (1-indexed). For read: where to start reading. For write: where to start writing.' */
566
+ startLine?: number
567
+ /** 'the line number to end at, inclusive (1-indexed). For read: where to stop reading. For write: range to replace.' */
568
+ endLine?: number
569
+ }
570
+
571
+ export type FileSqlParameters = {
572
+ /** the SQL query to execute for table "table1" */
573
+ sql: string
574
+ }
575
+
576
+ export type FileSqlByIdParameters = {
577
+ /** the SQL query to execute */
578
+ sql: string
579
+ /** the file ID for the "table1" table where to load the data from */
580
+ table1_fileId: string
581
+ }
582
+
583
+ export type FileWriteParameters = {
584
+ /** content to write to the file */
585
+ content: string
586
+ /** the line number to start writing at (1-indexed). If only startLine is provided, content is inserted before this line. If both startLine and endLine are provided, lines in that range are replaced. */
587
+ startLine?: number
588
+ /** the line number to end writing at, inclusive (1-indexed). Used with startLine to replace a range of lines. */
589
+ endLine?: number
590
+ }
591
+
592
+ export type FileWriteByIdParameters = {
593
+ /** the file Id that you want to write to */
594
+ fileId: string
595
+ /** content to write to the file */
596
+ content: string
597
+ /** the line number to start writing at (1-indexed). If only startLine is provided, content is inserted before this line. If both startLine and endLine are provided, lines in that range are replaced. */
598
+ startLine?: number
599
+ /** the line number to end writing at, inclusive (1-indexed). Used with startLine to replace a range of lines. */
600
+ endLine?: number
601
+ }
602
+
603
+ export type GitFileFetchParameters = {
604
+ /** Git repository URL */
605
+ url: string
606
+ /** Git reference (branch, tag, or commit SHA) */
607
+ ref: string
608
+ /** Path to the file within the repository */
609
+ filePath: string
610
+ }
611
+
612
+ export type GitTreeFetchParameters = {
613
+ /** Git repository URL */
614
+ url: string
615
+ /** Git reference (branch, tag, or commit SHA) */
616
+ ref: string
617
+ /** Path to the subtree within the repository */
618
+ path: string
619
+ /** Pattern to exclude from the subtree */
620
+ pattern: string
621
+ }
622
+
623
+ export type GraphqlCbkParameters = {
624
+ /** the GraphQL query to execute */
625
+ query: string
626
+ /** optional GraphQL query variables in JSON format */
627
+ variables?: string
628
+ }
629
+
630
+ export type ImageGenerateParameters = {
631
+ /** the prompt to use for image generation */
632
+ prompt: string
633
+ /** the image model to use */
634
+ model: string
635
+ }
636
+
637
+ export type ImageGenerateGemini25FlashImageParameters = {
638
+ /** the prompt to use for image generation */
639
+ prompt: string
640
+ /** detailed directions how to generate the image */
641
+ directions?: string
642
+ }
643
+
644
+ export type ImageGenerateGemini31FlashImageParameters = {
645
+ /** the prompt to use for image generation */
646
+ prompt: string
647
+ /** detailed directions how to generate the image */
648
+ directions?: string
649
+ }
650
+
651
+ export type ImageGenerateGptImage15Parameters = {
652
+ /** the prompt to use for image generation */
653
+ prompt: string
654
+ /** detailed directions how to generate the image */
655
+ directions?: string
656
+ }
657
+
658
+ export type ImageGenerateGptImage1Parameters = {
659
+ /** the prompt to use for image generation */
660
+ prompt: string
661
+ /** detailed directions how to generate the image */
662
+ directions?: string
663
+ }
664
+
665
+ export type ImageModifyParameters = {
666
+ /** the prompt to use for image generation */
667
+ prompt: string
668
+ /** the URL of the image to edit */
669
+ image_url: string
670
+ /** the image model to use */
671
+ model: string
672
+ }
673
+
674
+ export type ImageModifyGemini25FlashImageParameters = {
675
+ /** the prompt to use for image generation */
676
+ prompt: string
677
+ /** detailed directions how to modify the image */
678
+ directions?: string
679
+ /** the URL of the image to edit */
680
+ image_url: string
681
+ }
682
+
683
+ export type ImageModifyGemini31FlashImageParameters = {
684
+ /** the prompt to use for image generation */
685
+ prompt: string
686
+ /** detailed directions how to modify the image */
687
+ directions?: string
688
+ /** the URL of the image to edit */
689
+ image_url: string
690
+ }
691
+
692
+ export type ImageModifyGptImage15Parameters = {
693
+ /** the prompt to use for image generation */
694
+ prompt: string
695
+ /** detailed directions how to modify the image */
696
+ directions?: string
697
+ /** the URL of the image to edit */
698
+ image_url: string
699
+ }
700
+
701
+ export type ImageModifyGptImage1Parameters = {
702
+ /** the prompt to use for image generation */
703
+ prompt: string
704
+ /** detailed directions how to modify the image */
705
+ directions?: string
706
+ /** the URL of the image to edit */
707
+ image_url: string
708
+ }
709
+
710
+ export type ListenTranscribeParameters = {
711
+ /** directions how to describe an image */
712
+ directions?: string
713
+ /** the URL of the audio file to transcribe */
714
+ audio_url: string
715
+ }
716
+
717
+ export type MathEvaluateParameters = {
718
+ /** the math expression to evaluate */
719
+ expression: string
720
+ }
721
+
722
+ export type MemoryCreateParameters = {
723
+ /** the content of the memory to create */
724
+ content: string
725
+ }
726
+
727
+ export type MemoryCreateBotParameters = {
728
+ /** the content of the memory to create */
729
+ content: string
730
+ }
731
+
732
+ export type MemoryCreateContactParameters = {
733
+ /** the content of the memory to create */
734
+ content: string
735
+ }
736
+
737
+ export type MemoryDeleteBotByIdParameters = {
738
+ /** the ID of the memory to delete */
739
+ memoryId: string
740
+ }
741
+
742
+ export type MemoryDeleteByIdParameters = {
743
+ /** the ID of the memory to delete */
744
+ memoryId: string
745
+ }
746
+
747
+ export type MemoryDeleteContactByIdParameters = {
748
+ /** the ID of the memory to delete */
749
+ memoryId: string
750
+ }
751
+
752
+ export type MemoryListParameters = Record<string, never>
753
+
754
+ export type MemoryListBotParameters = Record<string, never>
755
+
756
+ export type MemoryListContactParameters = Record<string, never>
757
+
758
+ export type MemorySearchParameters = {
759
+ /** the search query */
760
+ query: string
761
+ }
762
+
763
+ export type MemorySearchBotParameters = {
764
+ /** the search query */
765
+ query: string
766
+ }
767
+
768
+ export type MemorySearchContactParameters = {
769
+ /** the search query */
770
+ query: string
771
+ }
772
+
773
+ export type MemoryUpdateBotByIdParameters = {
774
+ /** the ID of the memory to update */
775
+ memoryId: string
776
+ /** the updated content of the memory */
777
+ content: string
778
+ }
779
+
780
+ export type MemoryUpdateByIdParameters = {
781
+ /** the ID of the memory to update */
782
+ memoryId: string
783
+ /** the updated content of the memory */
784
+ content: string
785
+ }
786
+
787
+ export type MemoryUpdateContactByIdParameters = {
788
+ /** the ID of the memory to update */
789
+ memoryId: string
790
+ /** the updated content of the memory */
791
+ content: string
792
+ }
793
+
794
+ export type MockApiCreateParameters = {
795
+ /** a made up request body in json format that matches the method name and description */
796
+ body?: string
797
+ }
798
+
799
+ export type MockApiDeleteParameters = {
800
+ /** the ID of the resource to delete */
801
+ id?: string
802
+ }
803
+
804
+ export type MockApiListParameters = Record<string, never>
805
+
806
+ export type MockApiUpdateParameters = {
807
+ /** the ID of the resource to update */
808
+ id?: string
809
+ /** a made up request body in json format that matches the method name and description */
810
+ body?: string
811
+ }
812
+
813
+ export type MockApiSearchParameters = {
814
+ /** a made up search query that matches the method name and description */
815
+ query: string
816
+ }
817
+
818
+ export type MockDatasetParameters = {
819
+ /** a made up search query that matches the method name and description */
820
+ query: string
821
+ }
822
+
823
+ export type MockSqlParameters = {
824
+ /** a made up sql query to execute that matches the method name and description */
825
+ query: string
826
+ }
827
+
828
+ export type PackBotReprogrammingParameters = Record<string, never>
829
+
830
+ export type PackCbkSpaceSkillsParameters = Record<string, never>
831
+
832
+ export type PackCbkSpaceStorageParameters = Record<string, never>
833
+
834
+ export type PackCbkSpaceStorageReadOnlyParameters = Record<string, never>
835
+
836
+ export type PackFileParameters = Record<string, never>
837
+
838
+ export type PackFileByIdParameters = Record<string, never>
839
+
840
+ export type PackShellParameters = Record<string, never>
841
+
842
+ export type SearchImagesParameters = {
843
+ /** search query */
844
+ query: string
845
+ }
846
+
847
+ export type SearchNewsParameters = {
848
+ /** search query */
849
+ query: string
850
+ }
851
+
852
+ export type SearchVideosParameters = {
853
+ /** search query */
854
+ query: string
855
+ }
856
+
857
+ export type SearchWebParameters = {
858
+ /** search query */
859
+ query: string
860
+ }
861
+
862
+ export type ShellEvalNodeParameters = {
863
+ /** the JavaScript code to evaluate */
864
+ code: string
865
+ /** timeout in milliseconds (max 300000ms/5min) */
866
+ timeout?: number
867
+ }
868
+
869
+ export type ShellEvalPythonParameters = {
870
+ /** the Python code to evaluate */
871
+ code: string
872
+ /** timeout in milliseconds (max 300000ms/5min) */
873
+ timeout?: number
874
+ }
875
+
876
+ export type ShellExecParameters = {
877
+ /** the bash shell command or script */
878
+ command: string
879
+ /** timeout in milliseconds (max 300000ms/5min) */
880
+ timeout?: number
881
+ }
882
+
883
+ export type ShellExecNodeParameters = {
884
+ /** the Node.js script content */
885
+ script: string
886
+ /** timeout in milliseconds (max 300000ms/5min) */
887
+ timeout?: number
888
+ }
889
+
890
+ export type ShellExecPythonParameters = {
891
+ /** the Python script content */
892
+ script: string
893
+ /** timeout in milliseconds (max 300000ms/5min) */
894
+ timeout?: number
895
+ }
896
+
897
+ export type ShellImportParameters = {
898
+ /** the URL to import data from (must be http or https) */
899
+ url: string
900
+ /** the destination path in the shell sandbox */
901
+ path: string
902
+ }
903
+
904
+ export type ShellReadParameters = {
905
+ /** absolute path to the file to read */
906
+ path: string
907
+ /** the line number to start reading from (1-indexed, line 1 is the first line) */
908
+ startLine: number
909
+ /** the line number to end reading at, inclusive (1-indexed). Prefer reading at least 100 lines or more per request to minimize round trips */
910
+ endLine: number
911
+ }
912
+
913
+ export type ShellRwParameters = {
914
+ /** absolute path to the file to read from or write to */
915
+ path: string
916
+ /** 'operation mode: "read" to read content, "write" to write content' */
917
+ mode: string
918
+ /** content to write (required for write mode) */
919
+ content?: string
920
+ /** 'the line number to start from (1-indexed). For read: where to start reading. For write: where to start writing.' */
921
+ startLine?: number
922
+ /** 'the line number to end at, inclusive (1-indexed). For read: where to stop reading. For write: range to replace.' */
923
+ endLine?: number
924
+ }
925
+
926
+ export type ShellSkillsetInstallByIdParameters = {
927
+ /** the ID of the skillset to install */
928
+ skillsetId: string
929
+ }
930
+
931
+ export type ShellWriteParameters = {
932
+ /** absolute path to the file to write to */
933
+ path: string
934
+ /** the content to write to the file */
935
+ content: string
936
+ /** the line number to start writing at (1-indexed). If only startLine is provided, content is inserted before this line. If both startLine and endLine are provided, lines in that range are replaced. */
937
+ startLine?: number
938
+ /** the line number to end writing at, inclusive (1-indexed). Used with startLine to replace a range of lines. */
939
+ endLine?: number
940
+ }
941
+
942
+ export type SlackConversationStartByIdParameters = {
943
+ /** The ID of the Slack integration to use */
944
+ slackIntegrationId: string
945
+ /** 'The Slack channel or user to send to. Supports: channel IDs (C01234567), DM IDs (D01234567), #channel-name, or @username' */
946
+ channel: string
947
+ /** The initial message text to send to start the conversation */
948
+ text: string
949
+ /** Optional context about the recipient or conversation, typically generated by the agent */
950
+ context?: string
951
+ }
952
+
953
+ export type SpaceCreateParameters = {
954
+ /** the name of the space */
955
+ name: string
956
+ /** an optional description of the space */
957
+ description?: string
958
+ }
959
+
960
+ export type SpaceCreateContactParameters = {
961
+ /** the name of the space */
962
+ name: string
963
+ /** an optional description of the space */
964
+ description?: string
965
+ }
966
+
967
+ export type SpaceDeleteByIdParameters = {
968
+ /** the ID of the space to delete */
969
+ spaceId: string
970
+ }
971
+
972
+ export type SpaceDeleteContactByIdParameters = {
973
+ /** the ID of the space to delete */
974
+ spaceId: string
975
+ }
976
+
977
+ export type SpaceFetchByIdParameters = {
978
+ /** the ID of the space to fetch */
979
+ spaceId: string
980
+ }
981
+
982
+ export type SpaceFetchContactByIdParameters = {
983
+ /** the ID of the space to fetch */
984
+ spaceId: string
985
+ }
986
+
987
+ export type SpaceListParameters = Record<string, never>
988
+
989
+ export type SpaceListContactParameters = Record<string, never>
990
+
991
+ export type SpaceSkillCreateParameters = {
992
+ /** Lowercase kebab-case slug for the skill, used as the directory name under .skills/ */
993
+ slug: string
994
+ /** The display name of the skill */
995
+ name: string
996
+ /** A short description of what the skill does */
997
+ description: string
998
+ /** The main body content of the skill */
999
+ content: string
1000
+ }
1001
+
1002
+ export type SpaceSkillCreateByIdParameters = {
1003
+ /** The ID of the space to create the skill(s) in */
1004
+ spaceId: string
1005
+ /** Lowercase kebab-case slug for the skill, used as the directory name under .skills/ */
1006
+ slug: string
1007
+ /** The display name of the skill */
1008
+ name: string
1009
+ /** A short description of what the skill does */
1010
+ description: string
1011
+ /** The main body content of the skill */
1012
+ content: string
1013
+ }
1014
+
1015
+ export type SpaceSkillListParameters = Record<string, never>
1016
+
1017
+ export type SpaceSkillListByIdParameters = {
1018
+ /** The ID of the space to list skills from */
1019
+ spaceId: string
1020
+ }
1021
+
1022
+ export type SpaceSkillReadParameters = {
1023
+ /** Path to a SKILL.md file, as returned by the list ability */
1024
+ path: string
1025
+ }
1026
+
1027
+ export type SpaceSkillReadByIdParameters = {
1028
+ /** The ID of the space to read skills from */
1029
+ spaceId: string
1030
+ /** Path to a SKILL.md file, as returned by the list ability */
1031
+ path: string
1032
+ }
1033
+
1034
+ export type SpaceStorageCopyParameters = {
1035
+ /** the path to the file to copy */
1036
+ path: string
1037
+ /** the destination path for the copied file */
1038
+ destinationPath: string
1039
+ }
1040
+
1041
+ export type SpaceStorageCopyByIdParameters = {
1042
+ /** the ID of the space to copy files in */
1043
+ spaceId: string
1044
+ /** the path to the file to copy */
1045
+ path: string
1046
+ /** the destination path for the copied file */
1047
+ destinationPath: string
1048
+ }
1049
+
1050
+ export type SpaceStorageDeleteParameters = {
1051
+ /** the path to the file to delete */
1052
+ path: string
1053
+ }
1054
+
1055
+ export type SpaceStorageDeleteByIdParameters = {
1056
+ /** the ID of the space to delete files from */
1057
+ spaceId: string
1058
+ /** the path to the file to delete */
1059
+ path: string
1060
+ }
1061
+
1062
+ export type SpaceStorageImportParameters = {
1063
+ /** the URL to import from */
1064
+ url: string
1065
+ /** the destination path in the space storage */
1066
+ path: string
1067
+ }
1068
+
1069
+ export type SpaceStorageImportByIdParameters = {
1070
+ /** the ID of the space to import into */
1071
+ spaceId: string
1072
+ /** the URL to import from */
1073
+ url: string
1074
+ /** the destination path in the space storage */
1075
+ path: string
1076
+ }
1077
+
1078
+ export type SpaceStorageLinkParameters = {
1079
+ /** the path to the file to get a link for */
1080
+ path: string
1081
+ }
1082
+
1083
+ export type SpaceStorageLinkByIdParameters = {
1084
+ /** the ID of the space */
1085
+ spaceId: string
1086
+ /** the path to the file to get a link for */
1087
+ path: string
1088
+ }
1089
+
1090
+ export type SpaceStorageListParameters = {
1091
+ /** optional directory path to list files from */
1092
+ path?: string
1093
+ /** whether to list files recursively */
1094
+ recursive?: boolean
1095
+ }
1096
+
1097
+ export type SpaceStorageListByIdParameters = {
1098
+ /** the ID of the space to list files from */
1099
+ spaceId: string
1100
+ /** optional directory path to list files from */
1101
+ path?: string
1102
+ /** whether to list files recursively */
1103
+ recursive?: boolean
1104
+ }
1105
+
1106
+ export type SpaceStorageMoveParameters = {
1107
+ /** the path to the file to move */
1108
+ path: string
1109
+ /** the destination path for the file */
1110
+ destinationPath: string
1111
+ }
1112
+
1113
+ export type SpaceStorageMoveByIdParameters = {
1114
+ /** the ID of the space to move files in */
1115
+ spaceId: string
1116
+ /** the path to the file to move */
1117
+ path: string
1118
+ /** the destination path for the file */
1119
+ destinationPath: string
1120
+ }
1121
+
1122
+ export type SpaceStorageReadParameters = {
1123
+ /** absolute path to the file to read */
1124
+ path: string
1125
+ /** the line number to start reading from (1-indexed, line 1 is the first line) */
1126
+ startLine?: number
1127
+ /** the line number to end reading at, inclusive (1-indexed). Prefer reading at least 100 lines or more per request to minimize round trips */
1128
+ endLine?: number
1129
+ }
1130
+
1131
+ export type SpaceStorageReadByIdParameters = {
1132
+ /** the ID of the space to read files from */
1133
+ spaceId: string
1134
+ /** the path to the file to read */
1135
+ path: string
1136
+ /** the line number to start reading from (1-indexed, line 1 is the first line) */
1137
+ startLine?: number
1138
+ /** the line number to end reading at, inclusive (1-indexed). Prefer reading at least 100 lines or more per request to minimize round trips */
1139
+ endLine?: number
1140
+ }
1141
+
1142
+ export type SpaceStorageRwParameters = {
1143
+ /** the path to the file to read or write */
1144
+ path: string
1145
+ /** 'the mode: "read" to read file contents, "write" to write content' */
1146
+ mode: string
1147
+ /** the content to write to the file (required for write mode) */
1148
+ content?: string
1149
+ /** the line number to start at (1-indexed). For read mode, limits the output. For write mode with only startLine, content is inserted before this line. For write mode with both startLine and endLine, lines in that range are replaced. */
1150
+ startLine?: number
1151
+ /** the line number to end at, inclusive (1-indexed). For read mode, limits the output. For write mode, used with startLine to replace a range of lines. */
1152
+ endLine?: number
1153
+ }
1154
+
1155
+ export type SpaceStorageRwByIdParameters = {
1156
+ /** the ID of the space to read or write files in */
1157
+ spaceId: string
1158
+ /** the path to the file to read or write */
1159
+ path: string
1160
+ /** 'the mode: "read" to read file contents, "write" to write content' */
1161
+ mode: string
1162
+ /** the content to write to the file (required for write mode) */
1163
+ content?: string
1164
+ /** the line number to start at (1-indexed). For read mode, limits the output. For write mode with only startLine, content is inserted before this line. For write mode with both startLine and endLine, lines in that range are replaced. */
1165
+ startLine?: number
1166
+ /** the line number to end at, inclusive (1-indexed). For read mode, limits the output. For write mode, used with startLine to replace a range of lines. */
1167
+ endLine?: number
1168
+ }
1169
+
1170
+ export type SpaceStorageSearchParameters = {
1171
+ /** the search query */
1172
+ query: string
1173
+ }
1174
+
1175
+ export type SpaceStorageSearchByIdParameters = {
1176
+ /** the ID of the space to search files in */
1177
+ spaceId: string
1178
+ /** the search query */
1179
+ query: string
1180
+ }
1181
+
1182
+ export type SpaceStorageWriteParameters = {
1183
+ /** absolute path to the file to write */
1184
+ path: string
1185
+ /** the content to write to the file */
1186
+ content: string
1187
+ /** the line number to start writing at (1-indexed). If only startLine is provided, content is inserted before this line. If both startLine and endLine are provided, lines in that range are replaced. */
1188
+ startLine?: number
1189
+ /** the line number to end writing at, inclusive (1-indexed). Used with startLine to replace a range of lines. */
1190
+ endLine?: number
1191
+ }
1192
+
1193
+ export type SpaceStorageWriteByIdParameters = {
1194
+ /** the ID of the space to write files to */
1195
+ spaceId: string
1196
+ /** the path to the file to write */
1197
+ path: string
1198
+ /** the content to write to the file */
1199
+ content: string
1200
+ /** the line number to start writing at (1-indexed). If only startLine is provided, content is inserted before this line. If both startLine and endLine are provided, lines in that range are replaced. */
1201
+ startLine?: number
1202
+ /** the line number to end writing at, inclusive (1-indexed). Used with startLine to replace a range of lines. */
1203
+ endLine?: number
1204
+ }
1205
+
1206
+ export type SpaceUpdateByIdParameters = {
1207
+ /** the ID of the space to update */
1208
+ spaceId: string
1209
+ /** the updated name of the space */
1210
+ name?: string
1211
+ /** the updated description of the space */
1212
+ description?: string
1213
+ }
1214
+
1215
+ export type SpaceUpdateContactByIdParameters = {
1216
+ /** the ID of the space to update */
1217
+ spaceId: string
1218
+ /** the updated name of the space */
1219
+ name?: string
1220
+ /** the updated description of the space */
1221
+ description?: string
1222
+ }
1223
+
1224
+ export type TaskCreateParameters = {
1225
+ /** the name of the task */
1226
+ name: string
1227
+ /** a detailed description that captures all the necessary information to complete the task */
1228
+ description: string
1229
+ /** optional schedule - e.g. 2027-12-31T23:59:59, quarterhourly, halfhourly, hourly, daily, weekly, monthly, 0 0 * * * */
1230
+ schedule?: string
1231
+ }
1232
+
1233
+ export type TaskCreateContactParameters = {
1234
+ /** the name of the task */
1235
+ name: string
1236
+ /** a detailed description that captures all the necessary information to complete the task */
1237
+ description: string
1238
+ /** optional schedule - e.g. 2027-12-31T23:59:59, quarterhourly, halfhourly, hourly, daily, weekly, monthly, 0 0 * * * */
1239
+ schedule?: string
1240
+ }
1241
+
1242
+ export type TaskDeleteByIdParameters = {
1243
+ /** the ID of the task to delete */
1244
+ taskId: string
1245
+ }
1246
+
1247
+ export type TaskDeleteContactByIdParameters = {
1248
+ /** the ID of the task to delete */
1249
+ taskId: string
1250
+ }
1251
+
1252
+ export type TaskFetchByIdParameters = {
1253
+ /** the ID of the task to fetch */
1254
+ taskId: string
1255
+ }
1256
+
1257
+ export type TaskFetchContactByIdParameters = {
1258
+ /** the ID of the task to fetch */
1259
+ taskId: string
1260
+ }
1261
+
1262
+ export type TaskListParameters = Record<string, never>
1263
+
1264
+ export type TaskListContactParameters = Record<string, never>
1265
+
1266
+ export type TaskRunByIdParameters = {
1267
+ /** the ID of the task to run */
1268
+ taskId: string
1269
+ }
1270
+
1271
+ export type TaskRunContactByIdParameters = {
1272
+ /** the ID of the task to run */
1273
+ taskId: string
1274
+ }
1275
+
1276
+ export type TaskUpdateByIdParameters = {
1277
+ /** the ID of the task to update */
1278
+ taskId: string
1279
+ /** the updated name of the task */
1280
+ name: string
1281
+ /** an updated detailed description that captures all the necessary information to complete the task */
1282
+ description: string
1283
+ /** optional schedule - e.g. 2027-12-31T23:59:59, quarterhourly, halfhourly, hourly, daily, weekly, monthly, 0 0 * * * */
1284
+ schedule?: string
1285
+ }
1286
+
1287
+ export type TaskUpdateContactByIdParameters = {
1288
+ /** the ID of the task to update */
1289
+ taskId: string
1290
+ /** the updated name of the task */
1291
+ name: string
1292
+ /** an updated detailed description that captures all the necessary information to complete the task */
1293
+ description: string
1294
+ /** optional schedule - e.g. 2027-12-31T23:59:59, quarterhourly, halfhourly, hourly, daily, weekly, monthly, 0 0 * * * */
1295
+ schedule?: string
1296
+ }
1297
+
1298
+ export type TelegramConversationStartByIdParameters = {
1299
+ /** The ID of the Telegram integration to use */
1300
+ telegramIntegrationId: string
1301
+ /** The Telegram chat ID to send the message to. This can be a user ID, group chat ID, or channel ID */
1302
+ chatId: string
1303
+ /** The initial message text to send to start the conversation */
1304
+ text: string
1305
+ /** Optional context about the recipient or conversation, typically generated by the agent */
1306
+ context?: string
1307
+ }
1308
+
1309
+ export type TextArticleGenerateParameters = {
1310
+ /** additional directions how to generate the article */
1311
+ directions?: string
1312
+ /** the topic of the article */
1313
+ topic: string
1314
+ /** the source to use for the article generation */
1315
+ source: string
1316
+ }
1317
+
1318
+ export type TextEmailGenerateParameters = {
1319
+ /** optional directions how to generate the email */
1320
+ directions?: string
1321
+ /** the source to use for email generation */
1322
+ source: string
1323
+ }
1324
+
1325
+ export type TextGenerateParameters = {
1326
+ /** optional directions how to generate the text */
1327
+ directions?: string
1328
+ /** the source to use for text generation */
1329
+ source: string
1330
+ }
1331
+
1332
+ export type TextSummarizeParameters = {
1333
+ /** optional directions how to summarize the text */
1334
+ directions?: string
1335
+ /** the source text to summarize */
1336
+ source: string
1337
+ }
1338
+
1339
+ export type TextTranslateParameters = {
1340
+ /** optional directions how to translate the text */
1341
+ directions?: string
1342
+ /** the source text to translate */
1343
+ source: string
1344
+ }
1345
+
1346
+ export type TodoManageParameters = {
1347
+ /** 'the operation to perform: read to retrieve todos, write to replace the entire list' */
1348
+ operation: string
1349
+ /** unique identifier for the todo */
1350
+ id: number
1351
+ /** concise action-oriented todo label (3-7 words) */
1352
+ title: string
1353
+ /** 'not-started: not begun | in-progress: currently working | completed: finished' */
1354
+ status: string
1355
+ }
1356
+
1357
+ export type TodoReadParameters = Record<string, never>
1358
+
1359
+ export type TodoWriteParameters = {
1360
+ /** unique identifier for the todo (sequential numbers) */
1361
+ id: number
1362
+ /** concise action-oriented todo label (3-7 words) */
1363
+ title: string
1364
+ /** the current status of the todo */
1365
+ status: string
1366
+ }
1367
+
1368
+ export type UrlGraphqlParameters = {
1369
+ /** the GraphQL endpoint URL */
1370
+ endpoint: string
1371
+ /** the GraphQL query to execute */
1372
+ query: string
1373
+ /** optional GraphQL query variables in JSON format */
1374
+ variables?: string
1375
+ }
1376
+
1377
+ export type UrlSqlParameters = {
1378
+ /** the SQL query to execute for table "table1" */
1379
+ sql: string
1380
+ /** the url for the "table1" table where to load the data from */
1381
+ table1_url: string
1382
+ }
1383
+
1384
+ export type ViewDescribeParameters = {
1385
+ /** directions how to describe an image */
1386
+ directions?: string
1387
+ /** The URL of the image */
1388
+ image_url?: string
1389
+ }
1390
+
1391
+ export type WhatsappConversationStartByIdParameters = {
1392
+ /** The ID of the WhatsApp integration to use */
1393
+ whatsappIntegrationId: string
1394
+ /** The recipient phone number in international format (e.g. 14155238886) */
1395
+ to: string
1396
+ /** The initial message text to send to start the conversation */
1397
+ text: string
1398
+ /** Optional context about the recipient or conversation, typically generated by the agent */
1399
+ context?: string
1400
+ }
1401
+
1402
+ // --- Ability Registry ---
1403
+
1404
+ export interface CbkAbilityRegistry {
1405
+ 'abort': {
1406
+ name: 'Abort Operation'
1407
+ description: 'Abort the current operation'
1408
+ parameters: AbortParameters
1409
+ }
1410
+ 'abort[failure]': {
1411
+ name: 'Failure'
1412
+ description: 'Exit the current operation by marking the current operation as failure - must be called as the last operation if an unrecoverable error is encountered'
1413
+ parameters: AbortFailureParameters
1414
+ }
1415
+ 'abort[success]': {
1416
+ name: 'Success'
1417
+ description: 'Exit the current operation by marking the current operation as successful - must be called as the last operation once all tasks are completed'
1418
+ parameters: AbortSuccessParameters
1419
+ }
1420
+ 'agent/execute': {
1421
+ name: 'Execute Task'
1422
+ description: 'Execute a task using an agent'
1423
+ parameters: AgentExecuteParameters
1424
+ }
1425
+ 'agent/task/evaluate': {
1426
+ name: 'Evaluate Task Execution'
1427
+ description: 'Evaluate how well a task was executed by an agent'
1428
+ parameters: AgentTaskEvaluateParameters
1429
+ }
1430
+ 'agent/task/plan': {
1431
+ name: 'Plan Task Execution'
1432
+ description: 'Plan how a task should be executed by an agent'
1433
+ parameters: AgentTaskPlanParameters
1434
+ }
1435
+ 'attachment/read': {
1436
+ name: 'Read Attachment'
1437
+ description: 'Read and extract content from uploaded file attachments. For text-based files, extracts and returns the text content. For image files (png, jpg, jpeg, gif, webp, bmp, tiff, svg), analyzes the image using vision capabilities. Locate the corresponding tool call for the attachment information. Does not support audio or video files.'
1438
+ parameters: AttachmentReadParameters
1439
+ }
1440
+ 'blueprint/note/list': {
1441
+ name: 'List Current Blueprint Notes'
1442
+ description: 'List the notes stored in the current blueprint'
1443
+ parameters: BlueprintNoteListParameters
1444
+ }
1445
+ 'blueprint/resource/list': {
1446
+ name: 'List Current Blueprint Resources'
1447
+ description: 'List the resources available in the current blueprint'
1448
+ parameters: BlueprintResourceListParameters
1449
+ }
1450
+ 'bot/ask': {
1451
+ name: 'Ask Bot'
1452
+ description: 'Ask another bot a question'
1453
+ parameters: BotAskParameters
1454
+ }
1455
+ 'bot/ask[by-id]': {
1456
+ name: 'Ask Bot'
1457
+ description: 'Ask another bot a question'
1458
+ parameters: BotAskByIdParameters
1459
+ }
1460
+ 'bot/ask[multi]': {
1461
+ name: 'Ask Multiple Bots'
1462
+ description: 'Ask multiple bots a question'
1463
+ parameters: BotAskMultiParameters
1464
+ }
1465
+ 'bot/backstory/read': {
1466
+ name: 'Read Bot Backstory'
1467
+ description: 'Read the backstory of a connected bot'
1468
+ parameters: BotBackstoryReadParameters
1469
+ }
1470
+ 'bot/backstory/read[by-id]': {
1471
+ name: 'Read Bot Backstory'
1472
+ description: 'Read the backstory of a bot by ID'
1473
+ parameters: BotBackstoryReadByIdParameters
1474
+ }
1475
+ 'bot/backstory/write': {
1476
+ name: 'Write Bot Backstory'
1477
+ description: 'Write the backstory of a connected bot'
1478
+ parameters: BotBackstoryWriteParameters
1479
+ }
1480
+ 'bot/backstory/write[by-id]': {
1481
+ name: 'Write Bot Backstory'
1482
+ description: 'Write the backstory of a bot by ID'
1483
+ parameters: BotBackstoryWriteByIdParameters
1484
+ }
1485
+ 'bot/call': {
1486
+ name: 'Call Bot'
1487
+ description: 'Call another bot to perform an action'
1488
+ parameters: BotCallParameters
1489
+ }
1490
+ 'bot/call[by-id]': {
1491
+ name: 'Call Bot'
1492
+ description: 'Call another bot to perform an action'
1493
+ parameters: BotCallByIdParameters
1494
+ }
1495
+ 'bot/call[multi]': {
1496
+ name: 'Call Multiple Bots'
1497
+ description: 'Call multiple bots to perform an action'
1498
+ parameters: BotCallMultiParameters
1499
+ }
1500
+ 'bot/list': {
1501
+ name: 'List Bots'
1502
+ description: 'List all available bots for the current user account'
1503
+ parameters: BotListParameters
1504
+ }
1505
+ 'browser/dispatch': {
1506
+ name: 'Dispatch Browser Task'
1507
+ description: 'Dispatch a specific task within a live web browser.'
1508
+ parameters: BrowserDispatchParameters
1509
+ }
1510
+ 'conversation/fetch[bot][by-id]': {
1511
+ name: 'Fetch Conversation'
1512
+ description: 'Fetch details of a specific conversation'
1513
+ parameters: ConversationFetchBotByIdParameters
1514
+ }
1515
+ 'conversation/fetch[by-id]': {
1516
+ name: 'Fetch Conversation'
1517
+ description: 'Fetch details of a specific conversation'
1518
+ parameters: ConversationFetchByIdParameters
1519
+ }
1520
+ 'conversation/fetch[contact][by-id]': {
1521
+ name: 'Fetch Conversation'
1522
+ description: 'Fetch details of a specific conversation'
1523
+ parameters: ConversationFetchContactByIdParameters
1524
+ }
1525
+ 'conversation/list': {
1526
+ name: 'List Conversations'
1527
+ description: 'List all conversations'
1528
+ parameters: ConversationListParameters
1529
+ }
1530
+ 'conversation/list[bot]': {
1531
+ name: 'List Conversations'
1532
+ description: 'List all conversations'
1533
+ parameters: ConversationListBotParameters
1534
+ }
1535
+ 'conversation/list[contact]': {
1536
+ name: 'List Conversations'
1537
+ description: 'List all conversations'
1538
+ parameters: ConversationListContactParameters
1539
+ }
1540
+ 'conversation/mcp/install[url]': {
1541
+ name: 'Install MCP'
1542
+ description: 'Bring MCP (model context protocol) functions into context'
1543
+ parameters: ConversationMcpInstallUrlParameters
1544
+ }
1545
+ 'conversation/mcp/uninstall[url]': {
1546
+ name: 'Uninstall MCP'
1547
+ description: 'Remove MCP (model context protocol) functions from context'
1548
+ parameters: ConversationMcpUninstallUrlParameters
1549
+ }
1550
+ 'conversation/search': {
1551
+ name: 'Search Conversations'
1552
+ description: 'Search conversations by query'
1553
+ parameters: ConversationSearchParameters
1554
+ }
1555
+ 'conversation/search[bot]': {
1556
+ name: 'Search Conversations'
1557
+ description: 'Search conversations by query'
1558
+ parameters: ConversationSearchBotParameters
1559
+ }
1560
+ 'conversation/search[contact]': {
1561
+ name: 'Search Conversations'
1562
+ description: 'Search conversations by query'
1563
+ parameters: ConversationSearchContactParameters
1564
+ }
1565
+ 'conversation/skillset/install[by-id]': {
1566
+ name: 'Install Skillset'
1567
+ description: 'Bring a skillset into context by its ID'
1568
+ parameters: ConversationSkillsetInstallByIdParameters
1569
+ }
1570
+ 'conversation/skillset/uninstall[by-id]': {
1571
+ name: 'Uninstall Skillset'
1572
+ description: 'Remove a skillset from context by its ID'
1573
+ parameters: ConversationSkillsetUninstallByIdParameters
1574
+ }
1575
+ 'dataset/create': {
1576
+ name: 'Create Dataset'
1577
+ description: 'Create a new dataset'
1578
+ parameters: DatasetCreateParameters
1579
+ }
1580
+ 'dataset/file/create[url]': {
1581
+ name: 'Add File to Dataset'
1582
+ description: 'Creates and synchronizes a file in a dataset from a URL source.'
1583
+ parameters: DatasetFileCreateUrlParameters
1584
+ }
1585
+ 'dataset/list': {
1586
+ name: 'List Datasets'
1587
+ description: 'Retrieve a list of datasets associated with the user'
1588
+ parameters: DatasetListParameters
1589
+ }
1590
+ 'dataset/record/create': {
1591
+ name: 'Create Dataset Record'
1592
+ description: 'Create a new record in a dataset'
1593
+ parameters: DatasetRecordCreateParameters
1594
+ }
1595
+ 'dataset/search': {
1596
+ name: 'Search Dataset'
1597
+ description: 'Search a dataset for specific keywords or filters'
1598
+ parameters: DatasetSearchParameters
1599
+ }
1600
+ 'discord/conversation/start[by-id]': {
1601
+ name: 'Start Discord Conversation'
1602
+ description: 'Initiates a new conversation by sending a message to a Discord channel.'
1603
+ parameters: DiscordConversationStartByIdParameters
1604
+ }
1605
+ 'email/conversation/start[by-id]': {
1606
+ name: 'Start Email Conversation'
1607
+ description: 'Initiates a new conversation by sending an email to a recipient.'
1608
+ parameters: EmailConversationStartByIdParameters
1609
+ }
1610
+ 'email/send': {
1611
+ name: 'Send Email'
1612
+ description: 'Compose and send an email using the provided content in markdown format'
1613
+ parameters: EmailSendParameters
1614
+ }
1615
+ 'example/fetch/api/get': {
1616
+ name: 'Fetch Web API'
1617
+ description: 'Fetch data from a web API using a URL and optional parameters'
1618
+ parameters: ExampleFetchApiGetParameters
1619
+ }
1620
+ 'example/fetch/api/post': {
1621
+ name: 'Post Data to Web API'
1622
+ description: 'Post data to a web API using a URL and JSON payload'
1623
+ parameters: ExampleFetchApiPostParameters
1624
+ }
1625
+ 'example/fetch/api/post[params]': {
1626
+ name: 'Post Data to Web API with Parameters'
1627
+ description: 'Post data to a web API using a URL and form parameters'
1628
+ parameters: ExampleFetchApiPostParamsParameters
1629
+ }
1630
+ 'fetch/metadata': {
1631
+ name: 'Fetch Metadata'
1632
+ description: 'Fetch the title, description, keywords, icon and other metadata of a web page'
1633
+ parameters: FetchMetadataParameters
1634
+ }
1635
+ 'fetch/request': {
1636
+ name: 'Custom HTTP Request (Public)'
1637
+ description: 'Make a custom HTTP request to a public API without authentication. Full control over method, URL, headers, and body.'
1638
+ parameters: FetchRequestParameters
1639
+ }
1640
+ 'fetch/request[with-auth]': {
1641
+ name: 'Custom HTTP Request'
1642
+ description: 'Make a custom HTTP request with full control over method, URL, headers, and body. Use this for any API that requires specific HTTP configurations.'
1643
+ parameters: FetchRequestWithAuthParameters
1644
+ }
1645
+ 'fetch/text/get': {
1646
+ name: 'Fetch Web Page'
1647
+ description: 'Fetch the content of a web page using a URL and convert it to text'
1648
+ parameters: FetchTextGetParameters
1649
+ }
1650
+ 'file/append': {
1651
+ name: 'Append to File'
1652
+ description: 'Append content to a file'
1653
+ parameters: FileAppendParameters
1654
+ }
1655
+ 'file/append[by-id]': {
1656
+ name: 'Append to File'
1657
+ description: 'Append content to a file'
1658
+ parameters: FileAppendByIdParameters
1659
+ }
1660
+ 'file/prepend': {
1661
+ name: 'Prepend to File'
1662
+ description: 'Prepend content to a file'
1663
+ parameters: FilePrependParameters
1664
+ }
1665
+ 'file/prepend[by-id]': {
1666
+ name: 'Prepend to File'
1667
+ description: 'Prepend content to a file'
1668
+ parameters: FilePrependByIdParameters
1669
+ }
1670
+ 'file/read': {
1671
+ name: 'Read File'
1672
+ description: 'Read the content of a file. Supports optional line range to read specific sections. For efficiency, prefer reading larger chunks rather than many small sequential reads.'
1673
+ parameters: FileReadParameters
1674
+ }
1675
+ 'file/read[by-id]': {
1676
+ name: 'Read File'
1677
+ description: 'Read the content of a file. Supports optional line range to read specific sections. For efficiency, prefer reading larger chunks rather than many small sequential reads.'
1678
+ parameters: FileReadByIdParameters
1679
+ }
1680
+ 'file/replace': {
1681
+ name: 'Replace in File'
1682
+ description: 'Replace text in a file'
1683
+ parameters: FileReplaceParameters
1684
+ }
1685
+ 'file/replace[by-id]': {
1686
+ name: 'Replace in File'
1687
+ description: 'Replace text in a file'
1688
+ parameters: FileReplaceByIdParameters
1689
+ }
1690
+ 'file/rw': {
1691
+ name: 'Read/Write File'
1692
+ description: 'Read or write file content with a single combined operation. Use mode "read" to read content, or mode "write" to write content. Supports optional line ranges for both modes.'
1693
+ parameters: FileRwParameters
1694
+ }
1695
+ 'file/rw[by-id]': {
1696
+ name: 'Read/Write File'
1697
+ description: 'Read or write file content with a single combined operation. Use mode "read" to read content, or mode "write" to write content. Supports optional line ranges for both modes.'
1698
+ parameters: FileRwByIdParameters
1699
+ }
1700
+ 'file/sql': {
1701
+ name: 'Query File with SQL'
1702
+ description: 'Execute SQL queries on structured data files (CSV, Excel, JSON) to filter, aggregate, and analyze data.'
1703
+ parameters: FileSqlParameters
1704
+ }
1705
+ 'file/sql[by-id]': {
1706
+ name: 'Query File with SQL'
1707
+ description: 'Execute SQL queries on structured data files (CSV, Excel, JSON) to filter, aggregate, and analyze data.'
1708
+ parameters: FileSqlByIdParameters
1709
+ }
1710
+ 'file/write': {
1711
+ name: 'Write File'
1712
+ description: 'Write content to a file. Without line parameters, overwrites the entire file. With startLine only, inserts before that line. With startLine and endLine, replaces that range.'
1713
+ parameters: FileWriteParameters
1714
+ }
1715
+ 'file/write[by-id]': {
1716
+ name: 'Write File'
1717
+ description: 'Write content to a file. Without line parameters, overwrites the entire file. With startLine only, inserts before that line. With startLine and endLine, replaces that range.'
1718
+ parameters: FileWriteByIdParameters
1719
+ }
1720
+ 'git/file/fetch': {
1721
+ name: 'Fetch Git File'
1722
+ description: 'Fetches a file from a Git repository at a specific reference.'
1723
+ parameters: GitFileFetchParameters
1724
+ }
1725
+ 'git/tree/fetch': {
1726
+ name: 'Fetch Git Tree'
1727
+ description: 'Fetches all files from a directory in a Git repository at a specific reference.'
1728
+ parameters: GitTreeFetchParameters
1729
+ }
1730
+ 'graphql[cbk]': {
1731
+ name: 'Execute GraphQL Query'
1732
+ description: 'Execute a graphql query against ChatBotKit platform services'
1733
+ parameters: GraphqlCbkParameters
1734
+ }
1735
+ 'image/generate': {
1736
+ name: 'Generate Image'
1737
+ description: 'Generate an image from the provided input prompt.'
1738
+ parameters: ImageGenerateParameters
1739
+ }
1740
+ 'image/generate[gemini-2.5-flash-image]': {
1741
+ name: 'Generate Image'
1742
+ description: 'Generate an image using the Gemini 2.5 Flash Image model (also known as "Nano Banana") with state-of-the-art contextual understanding.'
1743
+ parameters: ImageGenerateGemini25FlashImageParameters
1744
+ }
1745
+ 'image/generate[gemini-3.1-flash-image]': {
1746
+ name: 'Generate Image'
1747
+ description: 'Generate an image using the Gemini 3.1 Flash Image model with Pro-level visual quality at Flash speed.'
1748
+ parameters: ImageGenerateGemini31FlashImageParameters
1749
+ }
1750
+ 'image/generate[gpt-image-1.5]': {
1751
+ name: 'Generate Image'
1752
+ description: 'Generate an image using the GPT Image 1.5 model with enhanced quality and fidelity.'
1753
+ parameters: ImageGenerateGptImage15Parameters
1754
+ }
1755
+ 'image/generate[gpt-image-1]': {
1756
+ name: 'Generate Image'
1757
+ description: 'Generate an image from the provided input prompt.'
1758
+ parameters: ImageGenerateGptImage1Parameters
1759
+ }
1760
+ 'image/modify': {
1761
+ name: 'Modify Image'
1762
+ description: 'Create a new image from previous input images and a provided input prompt.'
1763
+ parameters: ImageModifyParameters
1764
+ }
1765
+ 'image/modify[gemini-2.5-flash-image]': {
1766
+ name: 'Modify Image'
1767
+ description: 'Create a new image from previous input images using the Gemini 2.5 Flash Image model (also known as "Nano Banana").'
1768
+ parameters: ImageModifyGemini25FlashImageParameters
1769
+ }
1770
+ 'image/modify[gemini-3.1-flash-image]': {
1771
+ name: 'Modify Image'
1772
+ description: 'Create a new image from previous input images using the Gemini 3.1 Flash Image model.'
1773
+ parameters: ImageModifyGemini31FlashImageParameters
1774
+ }
1775
+ 'image/modify[gpt-image-1.5]': {
1776
+ name: 'Modify Image'
1777
+ description: 'Create a new image from previous input images using the GPT Image 1.5 model.'
1778
+ parameters: ImageModifyGptImage15Parameters
1779
+ }
1780
+ 'image/modify[gpt-image-1]': {
1781
+ name: 'Modify Image'
1782
+ description: 'Create a new image from previous input images and a provided input prompt.'
1783
+ parameters: ImageModifyGptImage1Parameters
1784
+ }
1785
+ 'listen/transcribe': {
1786
+ name: 'Transcribe Audio'
1787
+ description: 'Transcribe the content of an audio URL'
1788
+ parameters: ListenTranscribeParameters
1789
+ }
1790
+ 'math/evaluate': {
1791
+ name: 'Evaluate Math Expression'
1792
+ description: 'Evaluate a math expression'
1793
+ parameters: MathEvaluateParameters
1794
+ }
1795
+ 'memory/create': {
1796
+ name: 'Create Memory'
1797
+ description: 'Create a new memory using the provided content'
1798
+ parameters: MemoryCreateParameters
1799
+ }
1800
+ 'memory/create[bot]': {
1801
+ name: 'Create Memory'
1802
+ description: 'Create a new memory using the provided content'
1803
+ parameters: MemoryCreateBotParameters
1804
+ }
1805
+ 'memory/create[contact]': {
1806
+ name: 'Create Memory'
1807
+ description: 'Create a new memory using the provided content'
1808
+ parameters: MemoryCreateContactParameters
1809
+ }
1810
+ 'memory/delete[bot][by-id]': {
1811
+ name: 'Delete Memory'
1812
+ description: 'Delete an existing memory'
1813
+ parameters: MemoryDeleteBotByIdParameters
1814
+ }
1815
+ 'memory/delete[by-id]': {
1816
+ name: 'Delete Memory'
1817
+ description: 'Delete an existing memory'
1818
+ parameters: MemoryDeleteByIdParameters
1819
+ }
1820
+ 'memory/delete[contact][by-id]': {
1821
+ name: 'Delete Memory'
1822
+ description: 'Delete an existing memory'
1823
+ parameters: MemoryDeleteContactByIdParameters
1824
+ }
1825
+ 'memory/list': {
1826
+ name: 'List Memories'
1827
+ description: 'List the most recent memories'
1828
+ parameters: MemoryListParameters
1829
+ }
1830
+ 'memory/list[bot]': {
1831
+ name: 'List Memories'
1832
+ description: 'List the most recent memories'
1833
+ parameters: MemoryListBotParameters
1834
+ }
1835
+ 'memory/list[contact]': {
1836
+ name: 'List Memories'
1837
+ description: 'List the most recent memories'
1838
+ parameters: MemoryListContactParameters
1839
+ }
1840
+ 'memory/search': {
1841
+ name: 'Search Memories'
1842
+ description: 'Search memories using specific search terms'
1843
+ parameters: MemorySearchParameters
1844
+ }
1845
+ 'memory/search[bot]': {
1846
+ name: 'Search Memories'
1847
+ description: 'Search memories using specific search terms'
1848
+ parameters: MemorySearchBotParameters
1849
+ }
1850
+ 'memory/search[contact]': {
1851
+ name: 'Search Memories'
1852
+ description: 'Search memories using specific search terms'
1853
+ parameters: MemorySearchContactParameters
1854
+ }
1855
+ 'memory/update[bot][by-id]': {
1856
+ name: 'Update Memory'
1857
+ description: 'Update an existing memory using the provided content'
1858
+ parameters: MemoryUpdateBotByIdParameters
1859
+ }
1860
+ 'memory/update[by-id]': {
1861
+ name: 'Update Memory'
1862
+ description: 'Update an existing memory using the provided content'
1863
+ parameters: MemoryUpdateByIdParameters
1864
+ }
1865
+ 'memory/update[contact][by-id]': {
1866
+ name: 'Update Memory'
1867
+ description: 'Update an existing memory using the provided content'
1868
+ parameters: MemoryUpdateContactByIdParameters
1869
+ }
1870
+ 'mock/api[create]': {
1871
+ name: 'API Create'
1872
+ description: 'Create a new resource'
1873
+ parameters: MockApiCreateParameters
1874
+ }
1875
+ 'mock/api[delete]': {
1876
+ name: 'API Delete'
1877
+ description: 'Delete an existing resource'
1878
+ parameters: MockApiDeleteParameters
1879
+ }
1880
+ 'mock/api[list]': {
1881
+ name: 'API List'
1882
+ description: 'List resources from an API endpoint'
1883
+ parameters: MockApiListParameters
1884
+ }
1885
+ 'mock/api[update]': {
1886
+ name: 'API Update'
1887
+ description: 'Update an existing resource'
1888
+ parameters: MockApiUpdateParameters
1889
+ }
1890
+ 'mock/api/[search]': {
1891
+ name: 'API Search'
1892
+ description: 'Search resources from an API endpoint'
1893
+ parameters: MockApiSearchParameters
1894
+ }
1895
+ 'mock/dataset': {
1896
+ name: 'Query Dataset'
1897
+ description: 'Query a dataset using specific terms'
1898
+ parameters: MockDatasetParameters
1899
+ }
1900
+ 'mock/sql': {
1901
+ name: 'Query Database'
1902
+ description: 'Query a database using SQL'
1903
+ parameters: MockSqlParameters
1904
+ }
1905
+ 'pack/bot/reprogramming': {
1906
+ name: 'Install Bot Reprogramming Tools'
1907
+ description: 'Installs bot backstory read and write tools into the conversation. You can read the current backstory of the connected bot and overwrite it with new content.'
1908
+ parameters: PackBotReprogrammingParameters
1909
+ }
1910
+ 'pack/cbk/space/skills': {
1911
+ name: 'Install Space Skills Tools'
1912
+ description: 'Installs space skills tools into the conversation. You can list available skills and read their full content from the linked space.'
1913
+ parameters: PackCbkSpaceSkillsParameters
1914
+ }
1915
+ 'pack/cbk/space/storage': {
1916
+ name: 'Install Space Storage Tools'
1917
+ description: 'Installs space storage tools into the conversation. You can list, read, write, delete, move, copy, search, import, and link files in the linked space.'
1918
+ parameters: PackCbkSpaceStorageParameters
1919
+ }
1920
+ 'pack/cbk/space/storage[read-only]': {
1921
+ name: 'Install Space Storage Read-Only Tools'
1922
+ description: 'Installs read-only space storage tools into the conversation. You can list, read, search, and link files in the linked space without modification.'
1923
+ parameters: PackCbkSpaceStorageReadOnlyParameters
1924
+ }
1925
+ 'pack/file': {
1926
+ name: 'Install File Tools'
1927
+ description: 'Installs tools to read, write, prepend, append, and replace content in the specified file.'
1928
+ parameters: PackFileParameters
1929
+ }
1930
+ 'pack/file[by-id]': {
1931
+ name: 'Install File Tools'
1932
+ description: 'Installs file tools into the conversation to read, write, prepend, append, and replace content in files by specifying the file ID.'
1933
+ parameters: PackFileByIdParameters
1934
+ }
1935
+ 'pack/shell': {
1936
+ name: 'Install Shell Tools'
1937
+ description: 'Installs shell tools into the conversation to execute commands and scripts.'
1938
+ parameters: PackShellParameters
1939
+ }
1940
+ 'search/images': {
1941
+ name: 'Search Images'
1942
+ description: 'Search the web for images based on specific keywords'
1943
+ parameters: SearchImagesParameters
1944
+ }
1945
+ 'search/news': {
1946
+ name: 'Search News'
1947
+ description: 'Search the web for news articles based on specific keywords'
1948
+ parameters: SearchNewsParameters
1949
+ }
1950
+ 'search/videos': {
1951
+ name: 'Search Videos'
1952
+ description: 'Search the web for videos based on specific keywords'
1953
+ parameters: SearchVideosParameters
1954
+ }
1955
+ 'search/web': {
1956
+ name: 'Search Web'
1957
+ description: 'Search the web for specific keywords'
1958
+ parameters: SearchWebParameters
1959
+ }
1960
+ 'shell/eval/node': {
1961
+ name: 'Evaluate Node.js Code'
1962
+ description: 'Evaluate JavaScript code using a code interpreter (node.js)'
1963
+ parameters: ShellEvalNodeParameters
1964
+ }
1965
+ 'shell/eval/python': {
1966
+ name: 'Evaluate Python Code'
1967
+ description: 'Evaluate Python code using a code interpreter (python3)'
1968
+ parameters: ShellEvalPythonParameters
1969
+ }
1970
+ 'shell/exec': {
1971
+ name: 'Execute Shell Command'
1972
+ description: 'Execute a shell command or script'
1973
+ parameters: ShellExecParameters
1974
+ }
1975
+ 'shell/exec/node': {
1976
+ name: 'Execute Node.js Script'
1977
+ description: 'Execute a Node.js script'
1978
+ parameters: ShellExecNodeParameters
1979
+ }
1980
+ 'shell/exec/python': {
1981
+ name: 'Execute Python Script'
1982
+ description: 'Execute a Python script'
1983
+ parameters: ShellExecPythonParameters
1984
+ }
1985
+ 'shell/import': {
1986
+ name: 'Import URL to Shell Environment'
1987
+ description: 'Import data from a URL and save it to a file in the shell environment. Supports HTTP/HTTPS URLs and can handle both text and binary content.'
1988
+ parameters: ShellImportParameters
1989
+ }
1990
+ 'shell/read': {
1991
+ name: 'Read File from Shell Environment'
1992
+ description: 'Read the content of a file in a shell environment. Supports optional line range to read specific sections. For efficiency, prefer reading larger chunks rather than many small sequential reads. Supports parallel reads of different sections when needed upfront.'
1993
+ parameters: ShellReadParameters
1994
+ }
1995
+ 'shell/rw': {
1996
+ name: 'Read/Write File in Shell Environment'
1997
+ description: 'Read or write file content in a shell environment with a single combined operation. Use mode "read" to read content, or mode "write" to write content. Supports optional line ranges for both modes.'
1998
+ parameters: ShellRwParameters
1999
+ }
2000
+ 'shell/skillset/install[by-id]': {
2001
+ name: 'Install Skillset as Shell Command'
2002
+ description: 'Install a skillset as an executable shell command in the sandbox environment. The skillset abilities become available as subcommands.'
2003
+ parameters: ShellSkillsetInstallByIdParameters
2004
+ }
2005
+ 'shell/write': {
2006
+ name: 'Write File in Shell Environment'
2007
+ description: 'Write content to a file in a shell environment. Without line parameters, overwrites the entire file. With startLine only, inserts before that line. With startLine and endLine, replaces that range.'
2008
+ parameters: ShellWriteParameters
2009
+ }
2010
+ 'slack/conversation/start[by-id]': {
2011
+ name: 'Start Slack Conversation'
2012
+ description: 'Initiates a new conversation by sending a message to a Slack channel or direct message.'
2013
+ parameters: SlackConversationStartByIdParameters
2014
+ }
2015
+ 'space/create': {
2016
+ name: 'Create Space'
2017
+ description: 'Create a new space'
2018
+ parameters: SpaceCreateParameters
2019
+ }
2020
+ 'space/create[contact]': {
2021
+ name: 'Create Space'
2022
+ description: 'Create a new space'
2023
+ parameters: SpaceCreateContactParameters
2024
+ }
2025
+ 'space/delete[by-id]': {
2026
+ name: 'Delete Space'
2027
+ description: 'Delete an existing space'
2028
+ parameters: SpaceDeleteByIdParameters
2029
+ }
2030
+ 'space/delete[contact][by-id]': {
2031
+ name: 'Delete Space'
2032
+ description: 'Delete an existing space'
2033
+ parameters: SpaceDeleteContactByIdParameters
2034
+ }
2035
+ 'space/fetch[by-id]': {
2036
+ name: 'Fetch Space'
2037
+ description: 'Fetch details of a specific space'
2038
+ parameters: SpaceFetchByIdParameters
2039
+ }
2040
+ 'space/fetch[contact][by-id]': {
2041
+ name: 'Fetch Space'
2042
+ description: 'Fetch details of a specific space'
2043
+ parameters: SpaceFetchContactByIdParameters
2044
+ }
2045
+ 'space/list': {
2046
+ name: 'List Spaces'
2047
+ description: 'List all spaces'
2048
+ parameters: SpaceListParameters
2049
+ }
2050
+ 'space/list[contact]': {
2051
+ name: 'List Spaces'
2052
+ description: 'List all spaces'
2053
+ parameters: SpaceListContactParameters
2054
+ }
2055
+ 'space/skill/create': {
2056
+ name: 'Create Space Skills'
2057
+ description: 'Creates one or more skills in the linked space under the .skills directory. Each skill is stored as a SKILL.md file with frontmatter containing the name and description.'
2058
+ parameters: SpaceSkillCreateParameters
2059
+ }
2060
+ 'space/skill/create[by-id]': {
2061
+ name: 'Create Space Skills'
2062
+ description: 'Creates one or more skills in the specified space under the .skills directory. Each skill is stored as a SKILL.md file with frontmatter containing the name and description.'
2063
+ parameters: SpaceSkillCreateByIdParameters
2064
+ }
2065
+ 'space/skill/list': {
2066
+ name: 'List Space Skills'
2067
+ description: 'Lists all available skills in the linked space by scanning .skills, .github/skills, and .claude/skills directories. Returns the name, description, and path for each skill found.'
2068
+ parameters: SpaceSkillListParameters
2069
+ }
2070
+ 'space/skill/list[by-id]': {
2071
+ name: 'List Space Skills'
2072
+ description: 'Lists all available skills in the space by scanning .skills, .github/skills, and .claude/skills directories. Returns the name, description, and path for each skill found.'
2073
+ parameters: SpaceSkillListByIdParameters
2074
+ }
2075
+ 'space/skill/read': {
2076
+ name: 'Read Space Skills'
2077
+ description: 'Reads the full content of one or more skill files from the linked space by their paths. Use the list ability first to discover available skill paths.'
2078
+ parameters: SpaceSkillReadParameters
2079
+ }
2080
+ 'space/skill/read[by-id]': {
2081
+ name: 'Read Space Skills'
2082
+ description: 'Reads the full content of one or more skill files from the space by their paths. Use the list ability first to discover available skill paths.'
2083
+ parameters: SpaceSkillReadByIdParameters
2084
+ }
2085
+ 'space/storage/copy': {
2086
+ name: 'Copy Space Storage File'
2087
+ description: 'Copy a file to another location in a specific space directory'
2088
+ parameters: SpaceStorageCopyParameters
2089
+ }
2090
+ 'space/storage/copy[by-id]': {
2091
+ name: 'Copy Space Storage File'
2092
+ description: 'Copy a file to another location in a specific space directory'
2093
+ parameters: SpaceStorageCopyByIdParameters
2094
+ }
2095
+ 'space/storage/delete': {
2096
+ name: 'Delete Space Storage File'
2097
+ description: 'Delete a file in a specific space directory'
2098
+ parameters: SpaceStorageDeleteParameters
2099
+ }
2100
+ 'space/storage/delete[by-id]': {
2101
+ name: 'Delete Space Storage File'
2102
+ description: 'Delete a file in a specific space directory'
2103
+ parameters: SpaceStorageDeleteByIdParameters
2104
+ }
2105
+ 'space/storage/import': {
2106
+ name: 'Import URL to Space Storage'
2107
+ description: 'Import a file from a URL into space storage'
2108
+ parameters: SpaceStorageImportParameters
2109
+ }
2110
+ 'space/storage/import[by-id]': {
2111
+ name: 'Import URL to Space Storage'
2112
+ description: 'Import a file from a URL into space storage'
2113
+ parameters: SpaceStorageImportByIdParameters
2114
+ }
2115
+ 'space/storage/link': {
2116
+ name: 'Get Space Storage File Link'
2117
+ description: 'Get a public link (presigned URL) to access a file in space storage'
2118
+ parameters: SpaceStorageLinkParameters
2119
+ }
2120
+ 'space/storage/link[by-id]': {
2121
+ name: 'Get Space Storage File Link'
2122
+ description: 'Get a public link (presigned URL) to access a file in space storage'
2123
+ parameters: SpaceStorageLinkByIdParameters
2124
+ }
2125
+ 'space/storage/list': {
2126
+ name: 'List Space Storage Files'
2127
+ description: 'List all files in a specific space directory'
2128
+ parameters: SpaceStorageListParameters
2129
+ }
2130
+ 'space/storage/list[by-id]': {
2131
+ name: 'List Space Storage Files'
2132
+ description: 'List all files in a specific space directory'
2133
+ parameters: SpaceStorageListByIdParameters
2134
+ }
2135
+ 'space/storage/move': {
2136
+ name: 'Move Space Storage File'
2137
+ description: 'Move or rename a file in a specific space directory'
2138
+ parameters: SpaceStorageMoveParameters
2139
+ }
2140
+ 'space/storage/move[by-id]': {
2141
+ name: 'Move Space Storage File'
2142
+ description: 'Move or rename a file in a specific space directory'
2143
+ parameters: SpaceStorageMoveByIdParameters
2144
+ }
2145
+ 'space/storage/read': {
2146
+ name: 'Read Space Storage File'
2147
+ description: 'Read the content of a file in a specific space directory. Supports optional line range to read specific sections. For efficiency, prefer reading larger chunks rather than many small sequential reads.'
2148
+ parameters: SpaceStorageReadParameters
2149
+ }
2150
+ 'space/storage/read[by-id]': {
2151
+ name: 'Read Space Storage File'
2152
+ description: 'Read the content of a file in a specific space directory. Supports optional line range to read specific sections. For efficiency, prefer reading larger chunks rather than many small sequential reads.'
2153
+ parameters: SpaceStorageReadByIdParameters
2154
+ }
2155
+ 'space/storage/rw': {
2156
+ name: 'Read/Write Space Storage File'
2157
+ description: 'Read or write content to a file in the space storage. Use mode "read" to read file contents, or mode "write" to write content. For write mode, without line parameters overwrites the entire file, with startLine only inserts before that line, with startLine and endLine replaces that range.'
2158
+ parameters: SpaceStorageRwParameters
2159
+ }
2160
+ 'space/storage/rw[by-id]': {
2161
+ name: 'Read/Write Space Storage File'
2162
+ description: 'Read or write content to a file in a specific space. Use mode "read" to read file contents, or mode "write" to write content. For write mode, without line parameters overwrites the entire file, with startLine only inserts before that line, with startLine and endLine replaces that range.'
2163
+ parameters: SpaceStorageRwByIdParameters
2164
+ }
2165
+ 'space/storage/search': {
2166
+ name: 'Search Space Storage Files'
2167
+ description: 'Search files in a specific space directory using specific terms'
2168
+ parameters: SpaceStorageSearchParameters
2169
+ }
2170
+ 'space/storage/search[by-id]': {
2171
+ name: 'Search Space Storage Files'
2172
+ description: 'Search files in a specific space directory using specific terms'
2173
+ parameters: SpaceStorageSearchByIdParameters
2174
+ }
2175
+ 'space/storage/write': {
2176
+ name: 'Write Space Storage File'
2177
+ description: 'Write content to a file in a specific space directory. Without line parameters, overwrites the entire file. With startLine only, inserts before that line. With startLine and endLine, replaces that range.'
2178
+ parameters: SpaceStorageWriteParameters
2179
+ }
2180
+ 'space/storage/write[by-id]': {
2181
+ name: 'Write Space Storage File'
2182
+ description: 'Write content to a file in a specific space directory. Without line parameters, overwrites the entire file. With startLine only, inserts before that line. With startLine and endLine, replaces that range.'
2183
+ parameters: SpaceStorageWriteByIdParameters
2184
+ }
2185
+ 'space/update[by-id]': {
2186
+ name: 'Update Space'
2187
+ description: 'Update an existing space'
2188
+ parameters: SpaceUpdateByIdParameters
2189
+ }
2190
+ 'space/update[contact][by-id]': {
2191
+ name: 'Update Space'
2192
+ description: 'Update an existing space'
2193
+ parameters: SpaceUpdateContactByIdParameters
2194
+ }
2195
+ 'task/create': {
2196
+ name: 'Create Task'
2197
+ description: 'Create a task using details provided'
2198
+ parameters: TaskCreateParameters
2199
+ }
2200
+ 'task/create[contact]': {
2201
+ name: 'Create Task'
2202
+ description: 'Create a task using details provided'
2203
+ parameters: TaskCreateContactParameters
2204
+ }
2205
+ 'task/delete[by-id]': {
2206
+ name: 'Delete Task'
2207
+ description: 'Delete an existing task'
2208
+ parameters: TaskDeleteByIdParameters
2209
+ }
2210
+ 'task/delete[contact][by-id]': {
2211
+ name: 'Delete Task'
2212
+ description: 'Delete an existing task'
2213
+ parameters: TaskDeleteContactByIdParameters
2214
+ }
2215
+ 'task/fetch[by-id]': {
2216
+ name: 'Fetch Task'
2217
+ description: 'Fetch details of a specific task'
2218
+ parameters: TaskFetchByIdParameters
2219
+ }
2220
+ 'task/fetch[contact][by-id]': {
2221
+ name: 'Fetch Task'
2222
+ description: 'Fetch details of a specific task'
2223
+ parameters: TaskFetchContactByIdParameters
2224
+ }
2225
+ 'task/list': {
2226
+ name: 'List Tasks'
2227
+ description: 'List scheduled and one-time tasks'
2228
+ parameters: TaskListParameters
2229
+ }
2230
+ 'task/list[contact]': {
2231
+ name: 'List Tasks'
2232
+ description: 'List scheduled and one-time tasks'
2233
+ parameters: TaskListContactParameters
2234
+ }
2235
+ 'task/run[by-id]': {
2236
+ name: 'Run Task'
2237
+ description: 'Perform a single run of a task using the provided task ID'
2238
+ parameters: TaskRunByIdParameters
2239
+ }
2240
+ 'task/run[contact][by-id]': {
2241
+ name: 'Run Task'
2242
+ description: 'Perform a single run of a task using the provided task ID'
2243
+ parameters: TaskRunContactByIdParameters
2244
+ }
2245
+ 'task/update[by-id]': {
2246
+ name: 'Update Task'
2247
+ description: 'Update an existing task or to-do item'
2248
+ parameters: TaskUpdateByIdParameters
2249
+ }
2250
+ 'task/update[contact][by-id]': {
2251
+ name: 'Update Task'
2252
+ description: 'Update an existing task or to-do item'
2253
+ parameters: TaskUpdateContactByIdParameters
2254
+ }
2255
+ 'telegram/conversation/start[by-id]': {
2256
+ name: 'Start Telegram Conversation'
2257
+ description: 'Initiates a new conversation by sending a message to a Telegram chat.'
2258
+ parameters: TelegramConversationStartByIdParameters
2259
+ }
2260
+ 'text/article/generate': {
2261
+ name: 'Generate Article'
2262
+ description: 'Generate an article on the provided topic and source text'
2263
+ parameters: TextArticleGenerateParameters
2264
+ }
2265
+ 'text/email/generate': {
2266
+ name: 'Generate Email'
2267
+ description: 'Generate an email based on the provided source text'
2268
+ parameters: TextEmailGenerateParameters
2269
+ }
2270
+ 'text/generate': {
2271
+ name: 'Generate Text'
2272
+ description: 'Generate text based on the provided source text'
2273
+ parameters: TextGenerateParameters
2274
+ }
2275
+ 'text/summarize': {
2276
+ name: 'Summarize Text'
2277
+ description: 'Summarize the content of a text'
2278
+ parameters: TextSummarizeParameters
2279
+ }
2280
+ 'text/translate': {
2281
+ name: 'Translate Text'
2282
+ description: 'Translate text from one language to another'
2283
+ parameters: TextTranslateParameters
2284
+ }
2285
+ 'todo/manage': {
2286
+ name: 'Manage Todo List'
2287
+ description: 'Manage a structured todo list to track progress and plan tasks. Use read to retrieve the current list, write to replace it entirely.'
2288
+ parameters: TodoManageParameters
2289
+ }
2290
+ 'todo/read': {
2291
+ name: 'Read Todo List'
2292
+ description: 'Retrieve the current todo list'
2293
+ parameters: TodoReadParameters
2294
+ }
2295
+ 'todo/write': {
2296
+ name: 'Write Todo List'
2297
+ description: 'Replace the entire todo list with a new set of items. Always provide the complete list.'
2298
+ parameters: TodoWriteParameters
2299
+ }
2300
+ 'url/graphql': {
2301
+ name: 'Execute GraphQL Query'
2302
+ description: 'Execute a graphql query on a remote GraphQL endpoint'
2303
+ parameters: UrlGraphqlParameters
2304
+ }
2305
+ 'url/sql': {
2306
+ name: 'Execute File SQL Query'
2307
+ description: 'Execute SQL queries on structured data files (CSV, Excel, JSON) to filter, aggregate, and analyze data.'
2308
+ parameters: UrlSqlParameters
2309
+ }
2310
+ 'view/describe': {
2311
+ name: 'Describe Image'
2312
+ description: 'Describe the content of an image URL'
2313
+ parameters: ViewDescribeParameters
2314
+ }
2315
+ 'whatsapp/conversation/start[by-id]': {
2316
+ name: 'Start WhatsApp Conversation'
2317
+ description: 'Initiates a new conversation by sending a message to a WhatsApp user.'
2318
+ parameters: WhatsappConversationStartByIdParameters
2319
+ }
2320
+ }
2321
+
2322
+ // --- Helper Types ---
2323
+
2324
+ export type CbkAbilityParameters<T extends CbkAbilityName> = CbkAbilityRegistry[T]['parameters']