asqend-mcp-contracts 0.3.2
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.
- package/dist/batch-execute.d.ts +29 -0
- package/dist/batch-execute.js +109 -0
- package/dist/definitions.d.ts +1 -0
- package/dist/definitions.js +1 -0
- package/dist/dispatch.d.ts +1 -0
- package/dist/dispatch.js +1 -0
- package/dist/fallback-set.d.ts +1 -0
- package/dist/fallback-set.js +1 -0
- package/dist/generated/hosted.bridge.json +12061 -0
- package/dist/generated/tools.definitions.d.ts +2 -0
- package/dist/generated/tools.definitions.js +6997 -0
- package/dist/generated/tools.dispatch.d.ts +6 -0
- package/dist/generated/tools.dispatch.js +587 -0
- package/dist/generated/tools.fallback-set.d.ts +1 -0
- package/dist/generated/tools.fallback-set.js +9 -0
- package/dist/generated/tools.manifest.json +9957 -0
- package/dist/generated/tools.visibility.d.ts +1 -0
- package/dist/generated/tools.visibility.js +120 -0
- package/dist/generated/tools.write-set.d.ts +1 -0
- package/dist/generated/tools.write-set.js +93 -0
- package/dist/hosted-bridge.d.ts +2 -0
- package/dist/hosted-bridge.js +2 -0
- package/dist/hosted-rollout.d.ts +7 -0
- package/dist/hosted-rollout.js +12 -0
- package/dist/hosted-tools.d.ts +10 -0
- package/dist/hosted-tools.js +180 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +11 -0
- package/dist/manifest.d.ts +2 -0
- package/dist/manifest.js +2 -0
- package/dist/transport-support.d.ts +7 -0
- package/dist/transport-support.js +139 -0
- package/dist/types.d.ts +77 -0
- package/dist/types.js +1 -0
- package/dist/visibility.d.ts +1 -0
- package/dist/visibility.js +1 -0
- package/dist/write-set.d.ts +1 -0
- package/dist/write-set.js +1 -0
- package/package.json +30 -0
|
@@ -0,0 +1,587 @@
|
|
|
1
|
+
export const generatedDispatch = {
|
|
2
|
+
"platform_discover": {
|
|
3
|
+
"routePath": "/api/capabilities/platform/discover",
|
|
4
|
+
"confirmWrite": false
|
|
5
|
+
},
|
|
6
|
+
"platform_capability_fulfillments_get": {
|
|
7
|
+
"routePath": "/api/capabilities/platform/capability_fulfillments_get",
|
|
8
|
+
"confirmWrite": false,
|
|
9
|
+
"method": "GET"
|
|
10
|
+
},
|
|
11
|
+
"platform_capability_fulfillments_update": {
|
|
12
|
+
"routePath": "/api/capabilities/platform/capability_fulfillments_update",
|
|
13
|
+
"confirmWrite": true
|
|
14
|
+
},
|
|
15
|
+
"web_search": {
|
|
16
|
+
"routePath": "/api/capabilities/research/web_search",
|
|
17
|
+
"confirmWrite": false
|
|
18
|
+
},
|
|
19
|
+
"web_fetch": {
|
|
20
|
+
"routePath": "/api/capabilities/research/web_fetch",
|
|
21
|
+
"confirmWrite": false
|
|
22
|
+
},
|
|
23
|
+
"get_pending_work": {
|
|
24
|
+
"routePath": "/api/capabilities/mcp_work/get_pending_work",
|
|
25
|
+
"confirmWrite": true
|
|
26
|
+
},
|
|
27
|
+
"heartbeat": {
|
|
28
|
+
"routePath": "/api/capabilities/mcp_work/heartbeat",
|
|
29
|
+
"confirmWrite": true
|
|
30
|
+
},
|
|
31
|
+
"complete_task": {
|
|
32
|
+
"routePath": "/api/capabilities/mcp_work/complete_task",
|
|
33
|
+
"confirmWrite": true
|
|
34
|
+
},
|
|
35
|
+
"fail_task": {
|
|
36
|
+
"routePath": "/api/capabilities/mcp_work/fail_task",
|
|
37
|
+
"confirmWrite": true
|
|
38
|
+
},
|
|
39
|
+
"objects_list": {
|
|
40
|
+
"routePath": "/api/capabilities/objects/list",
|
|
41
|
+
"confirmWrite": false
|
|
42
|
+
},
|
|
43
|
+
"objects_create": {
|
|
44
|
+
"routePath": "/api/capabilities/objects/create",
|
|
45
|
+
"confirmWrite": true
|
|
46
|
+
},
|
|
47
|
+
"objects_get": {
|
|
48
|
+
"routePath": "/api/capabilities/objects/get",
|
|
49
|
+
"confirmWrite": false
|
|
50
|
+
},
|
|
51
|
+
"objects_update": {
|
|
52
|
+
"routePath": "/api/capabilities/objects/update",
|
|
53
|
+
"confirmWrite": true
|
|
54
|
+
},
|
|
55
|
+
"objects_seed_system": {
|
|
56
|
+
"routePath": "/api/capabilities/objects/seed_system",
|
|
57
|
+
"confirmWrite": true
|
|
58
|
+
},
|
|
59
|
+
"templates_list": {
|
|
60
|
+
"routePath": "/api/capabilities/templates/list",
|
|
61
|
+
"confirmWrite": false
|
|
62
|
+
},
|
|
63
|
+
"templates_get": {
|
|
64
|
+
"routePath": "/api/capabilities/templates/get",
|
|
65
|
+
"confirmWrite": false
|
|
66
|
+
},
|
|
67
|
+
"templates_install": {
|
|
68
|
+
"routePath": "/api/capabilities/templates/install",
|
|
69
|
+
"confirmWrite": true
|
|
70
|
+
},
|
|
71
|
+
"systems_templates_list": {
|
|
72
|
+
"routePath": "/api/capabilities/systems/templates_list",
|
|
73
|
+
"confirmWrite": false
|
|
74
|
+
},
|
|
75
|
+
"systems_templates_get": {
|
|
76
|
+
"routePath": "/api/capabilities/systems/templates_get",
|
|
77
|
+
"confirmWrite": false
|
|
78
|
+
},
|
|
79
|
+
"systems_template_deploy": {
|
|
80
|
+
"routePath": "/api/capabilities/systems/template_deploy",
|
|
81
|
+
"confirmWrite": true
|
|
82
|
+
},
|
|
83
|
+
"systems_get": {
|
|
84
|
+
"routePath": "/api/capabilities/systems/get",
|
|
85
|
+
"confirmWrite": false
|
|
86
|
+
},
|
|
87
|
+
"systems_run_now": {
|
|
88
|
+
"routePath": "/api/capabilities/systems/run_now",
|
|
89
|
+
"confirmWrite": true
|
|
90
|
+
},
|
|
91
|
+
"systems_run_get": {
|
|
92
|
+
"routePath": "/api/capabilities/systems/run_get",
|
|
93
|
+
"confirmWrite": false
|
|
94
|
+
},
|
|
95
|
+
"systems_run_steps_get": {
|
|
96
|
+
"routePath": "/api/capabilities/systems/run_steps_get",
|
|
97
|
+
"confirmWrite": false
|
|
98
|
+
},
|
|
99
|
+
"systems_run_events_get": {
|
|
100
|
+
"routePath": "/api/capabilities/systems/run_events_get",
|
|
101
|
+
"confirmWrite": false
|
|
102
|
+
},
|
|
103
|
+
"systems_update": {
|
|
104
|
+
"routePath": "/api/capabilities/systems/update",
|
|
105
|
+
"confirmWrite": true
|
|
106
|
+
},
|
|
107
|
+
"systems_form_get": {
|
|
108
|
+
"routePath": "/api/capabilities/systems/form_get",
|
|
109
|
+
"confirmWrite": false
|
|
110
|
+
},
|
|
111
|
+
"systems_form_submit": {
|
|
112
|
+
"routePath": "/api/capabilities/systems/form_submit",
|
|
113
|
+
"confirmWrite": true
|
|
114
|
+
},
|
|
115
|
+
"systems_portal_get": {
|
|
116
|
+
"routePath": "/api/capabilities/systems/portal_get",
|
|
117
|
+
"confirmWrite": false
|
|
118
|
+
},
|
|
119
|
+
"systems_queue_get": {
|
|
120
|
+
"routePath": "/api/capabilities/systems/queue_get",
|
|
121
|
+
"confirmWrite": false
|
|
122
|
+
},
|
|
123
|
+
"systems_queue_list_items": {
|
|
124
|
+
"routePath": "/api/capabilities/systems/queue_list_items",
|
|
125
|
+
"confirmWrite": false
|
|
126
|
+
},
|
|
127
|
+
"systems_queue_get_item": {
|
|
128
|
+
"routePath": "/api/capabilities/systems/queue_get_item",
|
|
129
|
+
"confirmWrite": false
|
|
130
|
+
},
|
|
131
|
+
"systems_queue_claim": {
|
|
132
|
+
"routePath": "/api/capabilities/systems/queue_claim",
|
|
133
|
+
"confirmWrite": true
|
|
134
|
+
},
|
|
135
|
+
"systems_queue_release": {
|
|
136
|
+
"routePath": "/api/capabilities/systems/queue_release",
|
|
137
|
+
"confirmWrite": true
|
|
138
|
+
},
|
|
139
|
+
"systems_queue_start_session": {
|
|
140
|
+
"routePath": "/api/capabilities/systems/queue_start_session",
|
|
141
|
+
"confirmWrite": true
|
|
142
|
+
},
|
|
143
|
+
"systems_session_get": {
|
|
144
|
+
"routePath": "/api/capabilities/systems/session_get",
|
|
145
|
+
"confirmWrite": false
|
|
146
|
+
},
|
|
147
|
+
"systems_session_action_execute": {
|
|
148
|
+
"routePath": "/api/capabilities/systems/session_action_execute",
|
|
149
|
+
"confirmWrite": true
|
|
150
|
+
},
|
|
151
|
+
"systems_session_close": {
|
|
152
|
+
"routePath": "/api/capabilities/systems/session_close",
|
|
153
|
+
"confirmWrite": true
|
|
154
|
+
},
|
|
155
|
+
"meetings_context_get": {
|
|
156
|
+
"routePath": "/api/capabilities/meetings/context/get",
|
|
157
|
+
"confirmWrite": false
|
|
158
|
+
},
|
|
159
|
+
"meetings_ingest_manual_source": {
|
|
160
|
+
"routePath": "/api/capabilities/meetings/ingest_manual_source",
|
|
161
|
+
"confirmWrite": true
|
|
162
|
+
},
|
|
163
|
+
"meetings_propose_action_review": {
|
|
164
|
+
"routePath": "/api/capabilities/meetings/propose_action_review",
|
|
165
|
+
"confirmWrite": true
|
|
166
|
+
},
|
|
167
|
+
"meetings_participant_identity_update": {
|
|
168
|
+
"routePath": "/api/capabilities/meetings/participant_identity_update",
|
|
169
|
+
"confirmWrite": true
|
|
170
|
+
},
|
|
171
|
+
"systems_plan_patch": {
|
|
172
|
+
"routePath": "/api/capabilities/systems/plan_patch",
|
|
173
|
+
"confirmWrite": true
|
|
174
|
+
},
|
|
175
|
+
"systems_apply_patch": {
|
|
176
|
+
"routePath": "/api/capabilities/systems/apply_patch",
|
|
177
|
+
"confirmWrite": true
|
|
178
|
+
},
|
|
179
|
+
"systems_rollback": {
|
|
180
|
+
"routePath": "/api/capabilities/systems/rollback",
|
|
181
|
+
"confirmWrite": true
|
|
182
|
+
},
|
|
183
|
+
"objects_preview_build_plan": {
|
|
184
|
+
"routePath": "/api/capabilities/objects/build_plan_preview",
|
|
185
|
+
"confirmWrite": false
|
|
186
|
+
},
|
|
187
|
+
"objects_execute_build_plan": {
|
|
188
|
+
"routePath": "/api/capabilities/objects/build_plan_execute",
|
|
189
|
+
"confirmWrite": true
|
|
190
|
+
},
|
|
191
|
+
"fields_list": {
|
|
192
|
+
"routePath": "/api/capabilities/fields/list",
|
|
193
|
+
"confirmWrite": false
|
|
194
|
+
},
|
|
195
|
+
"fields_create": {
|
|
196
|
+
"routePath": "/api/capabilities/fields/create",
|
|
197
|
+
"confirmWrite": true
|
|
198
|
+
},
|
|
199
|
+
"fields_create_batch": {
|
|
200
|
+
"routePath": "/api/capabilities/fields/create_batch",
|
|
201
|
+
"confirmWrite": true
|
|
202
|
+
},
|
|
203
|
+
"fields_update": {
|
|
204
|
+
"routePath": "/api/capabilities/fields/update",
|
|
205
|
+
"confirmWrite": true
|
|
206
|
+
},
|
|
207
|
+
"fields_delete": {
|
|
208
|
+
"routePath": "/api/capabilities/fields/delete",
|
|
209
|
+
"confirmWrite": true
|
|
210
|
+
},
|
|
211
|
+
"relations_list": {
|
|
212
|
+
"routePath": "/api/capabilities/relations/list",
|
|
213
|
+
"confirmWrite": false
|
|
214
|
+
},
|
|
215
|
+
"relations_create": {
|
|
216
|
+
"routePath": "/api/capabilities/relations/create",
|
|
217
|
+
"confirmWrite": true
|
|
218
|
+
},
|
|
219
|
+
"relations_update": {
|
|
220
|
+
"routePath": "/api/capabilities/relations/update",
|
|
221
|
+
"confirmWrite": true
|
|
222
|
+
},
|
|
223
|
+
"relations_delete": {
|
|
224
|
+
"routePath": "/api/capabilities/relations/delete",
|
|
225
|
+
"confirmWrite": true
|
|
226
|
+
},
|
|
227
|
+
"relations_attach": {
|
|
228
|
+
"routePath": "/api/capabilities/relations/attach",
|
|
229
|
+
"confirmWrite": true
|
|
230
|
+
},
|
|
231
|
+
"relations_detach": {
|
|
232
|
+
"routePath": "/api/capabilities/relations/detach",
|
|
233
|
+
"confirmWrite": true
|
|
234
|
+
},
|
|
235
|
+
"relations_replace": {
|
|
236
|
+
"routePath": "/api/capabilities/relations/replace",
|
|
237
|
+
"confirmWrite": true
|
|
238
|
+
},
|
|
239
|
+
"records_list": {
|
|
240
|
+
"routePath": "/api/capabilities/records/list",
|
|
241
|
+
"confirmWrite": false
|
|
242
|
+
},
|
|
243
|
+
"records_get": {
|
|
244
|
+
"routePath": "/api/capabilities/records/get",
|
|
245
|
+
"confirmWrite": false
|
|
246
|
+
},
|
|
247
|
+
"records_lookup_exact": {
|
|
248
|
+
"routePath": "/api/capabilities/records/lookup_exact",
|
|
249
|
+
"confirmWrite": false
|
|
250
|
+
},
|
|
251
|
+
"records_create": {
|
|
252
|
+
"routePath": "/api/capabilities/records/create",
|
|
253
|
+
"confirmWrite": true
|
|
254
|
+
},
|
|
255
|
+
"records_create_batch": {
|
|
256
|
+
"routePath": "/api/capabilities/records/create_batch",
|
|
257
|
+
"confirmWrite": true
|
|
258
|
+
},
|
|
259
|
+
"records_upsert": {
|
|
260
|
+
"routePath": "/api/capabilities/records/upsert",
|
|
261
|
+
"confirmWrite": true
|
|
262
|
+
},
|
|
263
|
+
"records_update": {
|
|
264
|
+
"routePath": "/api/capabilities/records/update",
|
|
265
|
+
"confirmWrite": true
|
|
266
|
+
},
|
|
267
|
+
"records_delete": {
|
|
268
|
+
"routePath": "/api/capabilities/records/delete",
|
|
269
|
+
"confirmWrite": true
|
|
270
|
+
},
|
|
271
|
+
"record_comments_list": {
|
|
272
|
+
"routePath": "/api/capabilities/records/comments_list",
|
|
273
|
+
"confirmWrite": false
|
|
274
|
+
},
|
|
275
|
+
"record_comments_create": {
|
|
276
|
+
"routePath": "/api/capabilities/records/comments_create",
|
|
277
|
+
"confirmWrite": true
|
|
278
|
+
},
|
|
279
|
+
"record_comments_update": {
|
|
280
|
+
"routePath": "/api/capabilities/records/comments_update",
|
|
281
|
+
"confirmWrite": true
|
|
282
|
+
},
|
|
283
|
+
"record_comments_delete": {
|
|
284
|
+
"routePath": "/api/capabilities/records/comments_delete",
|
|
285
|
+
"confirmWrite": true
|
|
286
|
+
},
|
|
287
|
+
"record_checklist_list": {
|
|
288
|
+
"routePath": "/api/capabilities/records/checklist_list",
|
|
289
|
+
"confirmWrite": false
|
|
290
|
+
},
|
|
291
|
+
"record_checklist_create": {
|
|
292
|
+
"routePath": "/api/capabilities/records/checklist_create",
|
|
293
|
+
"confirmWrite": true
|
|
294
|
+
},
|
|
295
|
+
"record_checklist_update": {
|
|
296
|
+
"routePath": "/api/capabilities/records/checklist_update",
|
|
297
|
+
"confirmWrite": true
|
|
298
|
+
},
|
|
299
|
+
"record_checklist_delete": {
|
|
300
|
+
"routePath": "/api/capabilities/records/checklist_delete",
|
|
301
|
+
"confirmWrite": true
|
|
302
|
+
},
|
|
303
|
+
"record_attachments_list": {
|
|
304
|
+
"routePath": "/api/capabilities/records/attachments_list",
|
|
305
|
+
"confirmWrite": false
|
|
306
|
+
},
|
|
307
|
+
"record_attachments_delete": {
|
|
308
|
+
"routePath": "/api/capabilities/records/attachments_delete",
|
|
309
|
+
"confirmWrite": true
|
|
310
|
+
},
|
|
311
|
+
"record_attachments_download_url": {
|
|
312
|
+
"routePath": "/api/capabilities/records/attachments_download_url",
|
|
313
|
+
"confirmWrite": false
|
|
314
|
+
},
|
|
315
|
+
"record_activity_list": {
|
|
316
|
+
"routePath": "/api/capabilities/records/activity_list",
|
|
317
|
+
"confirmWrite": false
|
|
318
|
+
},
|
|
319
|
+
"triggers_list": {
|
|
320
|
+
"routePath": "/api/capabilities/triggers/list",
|
|
321
|
+
"confirmWrite": false
|
|
322
|
+
},
|
|
323
|
+
"triggers_create": {
|
|
324
|
+
"routePath": "/api/capabilities/triggers/create",
|
|
325
|
+
"confirmWrite": true
|
|
326
|
+
},
|
|
327
|
+
"triggers_update": {
|
|
328
|
+
"routePath": "/api/capabilities/triggers/update",
|
|
329
|
+
"confirmWrite": true
|
|
330
|
+
},
|
|
331
|
+
"triggers_delete": {
|
|
332
|
+
"routePath": "/api/capabilities/triggers/delete",
|
|
333
|
+
"confirmWrite": true
|
|
334
|
+
},
|
|
335
|
+
"project_execution_context": {
|
|
336
|
+
"routePath": "/api/capabilities/projects/execution_context",
|
|
337
|
+
"confirmWrite": false
|
|
338
|
+
},
|
|
339
|
+
"skills_list": {
|
|
340
|
+
"routePath": "/api/capabilities/skills/list",
|
|
341
|
+
"confirmWrite": false
|
|
342
|
+
},
|
|
343
|
+
"calendar_list_events": {
|
|
344
|
+
"routePath": "/api/capabilities/calendar/list_events",
|
|
345
|
+
"confirmWrite": false
|
|
346
|
+
},
|
|
347
|
+
"calendar_get_event": {
|
|
348
|
+
"routePath": "/api/capabilities/calendar/get_event",
|
|
349
|
+
"confirmWrite": false
|
|
350
|
+
},
|
|
351
|
+
"calendar_create_focus_block": {
|
|
352
|
+
"routePath": "/api/capabilities/calendar/create_focus_block",
|
|
353
|
+
"confirmWrite": true
|
|
354
|
+
},
|
|
355
|
+
"calendar_move_event": {
|
|
356
|
+
"routePath": "/api/capabilities/calendar/move_event",
|
|
357
|
+
"confirmWrite": true
|
|
358
|
+
},
|
|
359
|
+
"calendar_list_range": {
|
|
360
|
+
"routePath": "/api/capabilities/calendar/list_range",
|
|
361
|
+
"confirmWrite": false
|
|
362
|
+
},
|
|
363
|
+
"calendar_list_calendars": {
|
|
364
|
+
"routePath": "/api/capabilities/calendar/list_calendars",
|
|
365
|
+
"confirmWrite": false
|
|
366
|
+
},
|
|
367
|
+
"calendar_freebusy": {
|
|
368
|
+
"routePath": "/api/capabilities/calendar/freebusy",
|
|
369
|
+
"confirmWrite": false
|
|
370
|
+
},
|
|
371
|
+
"calendar_create_event": {
|
|
372
|
+
"routePath": "/api/capabilities/calendar/create_event",
|
|
373
|
+
"confirmWrite": true
|
|
374
|
+
},
|
|
375
|
+
"calendar_update_event": {
|
|
376
|
+
"routePath": "/api/capabilities/calendar/update_event",
|
|
377
|
+
"confirmWrite": true
|
|
378
|
+
},
|
|
379
|
+
"calendar_delete_event": {
|
|
380
|
+
"routePath": "/api/capabilities/calendar/delete_event",
|
|
381
|
+
"confirmWrite": true
|
|
382
|
+
},
|
|
383
|
+
"email_accounts_list": {
|
|
384
|
+
"routePath": "/api/capabilities/email/accounts_list",
|
|
385
|
+
"confirmWrite": false
|
|
386
|
+
},
|
|
387
|
+
"email_labels_list": {
|
|
388
|
+
"routePath": "/api/capabilities/email/labels_list",
|
|
389
|
+
"confirmWrite": false
|
|
390
|
+
},
|
|
391
|
+
"email_label_create": {
|
|
392
|
+
"routePath": "/api/capabilities/email/label_create",
|
|
393
|
+
"confirmWrite": true
|
|
394
|
+
},
|
|
395
|
+
"email_message_get": {
|
|
396
|
+
"routePath": "/api/capabilities/email/message_get",
|
|
397
|
+
"confirmWrite": false
|
|
398
|
+
},
|
|
399
|
+
"email_attachment_get": {
|
|
400
|
+
"routePath": "/api/capabilities/email/attachment_get",
|
|
401
|
+
"confirmWrite": false
|
|
402
|
+
},
|
|
403
|
+
"email_reply_send": {
|
|
404
|
+
"routePath": "/api/capabilities/email/reply_send",
|
|
405
|
+
"confirmWrite": true
|
|
406
|
+
},
|
|
407
|
+
"email_reply_with_attachment": {
|
|
408
|
+
"routePath": "/api/capabilities/email/reply_with_attachment",
|
|
409
|
+
"confirmWrite": true
|
|
410
|
+
},
|
|
411
|
+
"email_compose": {
|
|
412
|
+
"routePath": "/api/capabilities/email/compose",
|
|
413
|
+
"confirmWrite": true
|
|
414
|
+
},
|
|
415
|
+
"email_compose_with_attachment": {
|
|
416
|
+
"routePath": "/api/capabilities/email/compose_with_attachment",
|
|
417
|
+
"confirmWrite": true
|
|
418
|
+
},
|
|
419
|
+
"email_forward": {
|
|
420
|
+
"routePath": "/api/capabilities/email/forward",
|
|
421
|
+
"confirmWrite": true
|
|
422
|
+
},
|
|
423
|
+
"email_draft_create": {
|
|
424
|
+
"routePath": "/api/capabilities/email/draft_create",
|
|
425
|
+
"confirmWrite": true
|
|
426
|
+
},
|
|
427
|
+
"email_draft_list": {
|
|
428
|
+
"routePath": "/api/capabilities/email/draft_list",
|
|
429
|
+
"confirmWrite": false
|
|
430
|
+
},
|
|
431
|
+
"email_draft_send": {
|
|
432
|
+
"routePath": "/api/capabilities/email/draft_send",
|
|
433
|
+
"confirmWrite": true
|
|
434
|
+
},
|
|
435
|
+
"email_draft_delete": {
|
|
436
|
+
"routePath": "/api/capabilities/email/draft_delete",
|
|
437
|
+
"confirmWrite": true
|
|
438
|
+
},
|
|
439
|
+
"email_search": {
|
|
440
|
+
"routePath": "/api/capabilities/email/search",
|
|
441
|
+
"confirmWrite": false
|
|
442
|
+
},
|
|
443
|
+
"email_thread_get": {
|
|
444
|
+
"routePath": "/api/capabilities/email/thread_get",
|
|
445
|
+
"confirmWrite": false
|
|
446
|
+
},
|
|
447
|
+
"email_modify": {
|
|
448
|
+
"routePath": "/api/capabilities/email/modify",
|
|
449
|
+
"confirmWrite": true
|
|
450
|
+
},
|
|
451
|
+
"email_archive_thread": {
|
|
452
|
+
"routePath": "/api/capabilities/email/archive_thread",
|
|
453
|
+
"confirmWrite": true
|
|
454
|
+
},
|
|
455
|
+
"context_get": {
|
|
456
|
+
"routePath": "/api/capabilities/context/get",
|
|
457
|
+
"confirmWrite": false
|
|
458
|
+
},
|
|
459
|
+
"settings_get": {
|
|
460
|
+
"routePath": "/api/capabilities/settings/get",
|
|
461
|
+
"confirmWrite": false
|
|
462
|
+
},
|
|
463
|
+
"drive_list": {
|
|
464
|
+
"routePath": "/api/capabilities/drive/list",
|
|
465
|
+
"confirmWrite": false
|
|
466
|
+
},
|
|
467
|
+
"drive_read": {
|
|
468
|
+
"routePath": "/api/capabilities/drive/read",
|
|
469
|
+
"confirmWrite": false
|
|
470
|
+
},
|
|
471
|
+
"drive_download": {
|
|
472
|
+
"routePath": "/api/capabilities/drive/download",
|
|
473
|
+
"confirmWrite": false
|
|
474
|
+
},
|
|
475
|
+
"drive_create": {
|
|
476
|
+
"routePath": "/api/capabilities/drive/create",
|
|
477
|
+
"confirmWrite": true
|
|
478
|
+
},
|
|
479
|
+
"drive_copy": {
|
|
480
|
+
"routePath": "/api/capabilities/drive/copy",
|
|
481
|
+
"confirmWrite": true
|
|
482
|
+
},
|
|
483
|
+
"drive_create_folder": {
|
|
484
|
+
"routePath": "/api/capabilities/drive/create_folder",
|
|
485
|
+
"confirmWrite": true
|
|
486
|
+
},
|
|
487
|
+
"drive_upload": {
|
|
488
|
+
"routePath": "/api/capabilities/drive/upload",
|
|
489
|
+
"confirmWrite": true
|
|
490
|
+
},
|
|
491
|
+
"drive_share": {
|
|
492
|
+
"routePath": "/api/capabilities/drive/share",
|
|
493
|
+
"confirmWrite": true
|
|
494
|
+
},
|
|
495
|
+
"drive_delete": {
|
|
496
|
+
"routePath": "/api/capabilities/drive/delete",
|
|
497
|
+
"confirmWrite": true
|
|
498
|
+
},
|
|
499
|
+
"drive_move": {
|
|
500
|
+
"routePath": "/api/capabilities/drive/move",
|
|
501
|
+
"confirmWrite": true
|
|
502
|
+
},
|
|
503
|
+
"drive_rename": {
|
|
504
|
+
"routePath": "/api/capabilities/drive/rename",
|
|
505
|
+
"confirmWrite": true
|
|
506
|
+
},
|
|
507
|
+
"sheets_read_values": {
|
|
508
|
+
"routePath": "/api/capabilities/sheets/read_values",
|
|
509
|
+
"confirmWrite": false
|
|
510
|
+
},
|
|
511
|
+
"sheets_list_tabs": {
|
|
512
|
+
"routePath": "/api/capabilities/sheets/list_tabs",
|
|
513
|
+
"confirmWrite": false
|
|
514
|
+
},
|
|
515
|
+
"sheets_write_values": {
|
|
516
|
+
"routePath": "/api/capabilities/sheets/write_values",
|
|
517
|
+
"confirmWrite": true
|
|
518
|
+
},
|
|
519
|
+
"sheets_append_rows": {
|
|
520
|
+
"routePath": "/api/capabilities/sheets/append_rows",
|
|
521
|
+
"confirmWrite": true
|
|
522
|
+
},
|
|
523
|
+
"sheets_create_spreadsheet": {
|
|
524
|
+
"routePath": "/api/capabilities/sheets/create_spreadsheet",
|
|
525
|
+
"confirmWrite": true
|
|
526
|
+
},
|
|
527
|
+
"sheets_add_tab": {
|
|
528
|
+
"routePath": "/api/capabilities/sheets/add_tab",
|
|
529
|
+
"confirmWrite": true
|
|
530
|
+
},
|
|
531
|
+
"sheets_clear_range": {
|
|
532
|
+
"routePath": "/api/capabilities/sheets/clear_range",
|
|
533
|
+
"confirmWrite": true
|
|
534
|
+
},
|
|
535
|
+
"sheets_format_cells": {
|
|
536
|
+
"routePath": "/api/capabilities/sheets/format_cells",
|
|
537
|
+
"confirmWrite": true
|
|
538
|
+
},
|
|
539
|
+
"sheets_batch_update": {
|
|
540
|
+
"routePath": "/api/capabilities/sheets/batch_update",
|
|
541
|
+
"confirmWrite": true
|
|
542
|
+
},
|
|
543
|
+
"docs_list_tabs": {
|
|
544
|
+
"routePath": "/api/capabilities/docs/list_tabs",
|
|
545
|
+
"confirmWrite": false
|
|
546
|
+
},
|
|
547
|
+
"docs_read_tab": {
|
|
548
|
+
"routePath": "/api/capabilities/docs/read_tab",
|
|
549
|
+
"confirmWrite": false
|
|
550
|
+
},
|
|
551
|
+
"docs_get_text": {
|
|
552
|
+
"routePath": "/api/capabilities/docs/get_text",
|
|
553
|
+
"confirmWrite": false
|
|
554
|
+
},
|
|
555
|
+
"docs_get_outline": {
|
|
556
|
+
"routePath": "/api/capabilities/docs/get_outline",
|
|
557
|
+
"confirmWrite": false
|
|
558
|
+
},
|
|
559
|
+
"docs_replace_text": {
|
|
560
|
+
"routePath": "/api/capabilities/docs/replace_text",
|
|
561
|
+
"confirmWrite": true
|
|
562
|
+
},
|
|
563
|
+
"docs_batch_update": {
|
|
564
|
+
"routePath": "/api/capabilities/docs/batch_update",
|
|
565
|
+
"confirmWrite": true
|
|
566
|
+
},
|
|
567
|
+
"docs_create_tab": {
|
|
568
|
+
"routePath": "/api/capabilities/docs/create_tab",
|
|
569
|
+
"confirmWrite": true
|
|
570
|
+
},
|
|
571
|
+
"docs_write_tab": {
|
|
572
|
+
"routePath": "/api/capabilities/docs/write_tab",
|
|
573
|
+
"confirmWrite": true
|
|
574
|
+
},
|
|
575
|
+
"docs_insert_text": {
|
|
576
|
+
"routePath": "/api/capabilities/docs/insert_text",
|
|
577
|
+
"confirmWrite": true
|
|
578
|
+
},
|
|
579
|
+
"google_contacts_search": {
|
|
580
|
+
"routePath": "/api/capabilities/google_contacts/search",
|
|
581
|
+
"confirmWrite": false
|
|
582
|
+
},
|
|
583
|
+
"google_contacts_list": {
|
|
584
|
+
"routePath": "/api/capabilities/google_contacts/list",
|
|
585
|
+
"confirmWrite": false
|
|
586
|
+
}
|
|
587
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const generatedFallbackTools: Set<string>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* AUTO-GENERATED: DO NOT EDIT DIRECTLY. */
|
|
2
|
+
export const generatedFallbackTools = new Set([
|
|
3
|
+
"systems_hosted_chat_context_get",
|
|
4
|
+
"systems_propose_action_revision",
|
|
5
|
+
"systems_social_content_draft_capture",
|
|
6
|
+
"systems_social_content_draft_update",
|
|
7
|
+
"record_attachments_upload",
|
|
8
|
+
"batch_execute"
|
|
9
|
+
]);
|