@dobbyai/mcp-external 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/dist/__tests__/agent-mail-tools.test.d.ts +8 -0
  2. package/dist/__tests__/agent-mail-tools.test.d.ts.map +1 -0
  3. package/dist/__tests__/agent-mail-tools.test.js +262 -0
  4. package/dist/__tests__/agent-mail-tools.test.js.map +1 -0
  5. package/dist/__tests__/annotations.test.d.ts +8 -0
  6. package/dist/__tests__/annotations.test.d.ts.map +1 -0
  7. package/dist/__tests__/annotations.test.js +108 -0
  8. package/dist/__tests__/annotations.test.js.map +1 -0
  9. package/dist/__tests__/auth.test.d.ts +7 -0
  10. package/dist/__tests__/auth.test.d.ts.map +1 -0
  11. package/dist/__tests__/auth.test.js +116 -0
  12. package/dist/__tests__/auth.test.js.map +1 -0
  13. package/dist/__tests__/integration/protocol.test.d.ts +8 -0
  14. package/dist/__tests__/integration/protocol.test.d.ts.map +1 -0
  15. package/dist/__tests__/integration/protocol.test.js +104 -0
  16. package/dist/__tests__/integration/protocol.test.js.map +1 -0
  17. package/dist/__tests__/mcp-integrations.test.d.ts +8 -0
  18. package/dist/__tests__/mcp-integrations.test.d.ts.map +1 -0
  19. package/dist/__tests__/mcp-integrations.test.js +375 -0
  20. package/dist/__tests__/mcp-integrations.test.js.map +1 -0
  21. package/dist/__tests__/memory-graph-tools.test.d.ts +8 -0
  22. package/dist/__tests__/memory-graph-tools.test.d.ts.map +1 -0
  23. package/dist/__tests__/memory-graph-tools.test.js +265 -0
  24. package/dist/__tests__/memory-graph-tools.test.js.map +1 -0
  25. package/dist/__tests__/schedule-tools.test.d.ts +8 -0
  26. package/dist/__tests__/schedule-tools.test.d.ts.map +1 -0
  27. package/dist/__tests__/schedule-tools.test.js +290 -0
  28. package/dist/__tests__/schedule-tools.test.js.map +1 -0
  29. package/dist/__tests__/tiers.test.d.ts +7 -0
  30. package/dist/__tests__/tiers.test.d.ts.map +1 -0
  31. package/dist/__tests__/tiers.test.js +103 -0
  32. package/dist/__tests__/tiers.test.js.map +1 -0
  33. package/dist/__tests__/tools.test.d.ts +7 -0
  34. package/dist/__tests__/tools.test.d.ts.map +1 -0
  35. package/dist/__tests__/tools.test.js +143 -0
  36. package/dist/__tests__/tools.test.js.map +1 -0
  37. package/dist/__tests__/transport.test.d.ts +7 -0
  38. package/dist/__tests__/transport.test.d.ts.map +1 -0
  39. package/dist/__tests__/transport.test.js +55 -0
  40. package/dist/__tests__/transport.test.js.map +1 -0
  41. package/dist/__tests__/web-eval-tools.test.d.ts +8 -0
  42. package/dist/__tests__/web-eval-tools.test.d.ts.map +1 -0
  43. package/dist/__tests__/web-eval-tools.test.js +252 -0
  44. package/dist/__tests__/web-eval-tools.test.js.map +1 -0
  45. package/dist/__tests__/workflow-tools.test.d.ts +8 -0
  46. package/dist/__tests__/workflow-tools.test.d.ts.map +1 -0
  47. package/dist/__tests__/workflow-tools.test.js +268 -0
  48. package/dist/__tests__/workflow-tools.test.js.map +1 -0
  49. package/dist/auth/oauth-provider.d.ts +34 -0
  50. package/dist/auth/oauth-provider.d.ts.map +1 -0
  51. package/dist/auth/oauth-provider.js +75 -0
  52. package/dist/auth/oauth-provider.js.map +1 -0
  53. package/dist/auth/token-verifier.d.ts +40 -0
  54. package/dist/auth/token-verifier.d.ts.map +1 -0
  55. package/dist/auth/token-verifier.js +138 -0
  56. package/dist/auth/token-verifier.js.map +1 -0
  57. package/dist/http-server.d.ts +35 -0
  58. package/dist/http-server.d.ts.map +1 -0
  59. package/dist/http-server.js +175 -0
  60. package/dist/http-server.js.map +1 -0
  61. package/dist/index.js +131 -36
  62. package/dist/index.js.map +1 -1
  63. package/dist/lib/dobby-client.d.ts +50 -20
  64. package/dist/lib/dobby-client.d.ts.map +1 -1
  65. package/dist/lib/dobby-client.js +50 -0
  66. package/dist/lib/dobby-client.js.map +1 -1
  67. package/dist/tools/agent-mail.d.ts +153 -0
  68. package/dist/tools/agent-mail.d.ts.map +1 -0
  69. package/dist/tools/agent-mail.js +340 -0
  70. package/dist/tools/agent-mail.js.map +1 -0
  71. package/dist/tools/approvals.d.ts +24 -0
  72. package/dist/tools/approvals.d.ts.map +1 -1
  73. package/dist/tools/approvals.js +24 -0
  74. package/dist/tools/approvals.js.map +1 -1
  75. package/dist/tools/crew-builder.d.ts +24 -0
  76. package/dist/tools/crew-builder.d.ts.map +1 -1
  77. package/dist/tools/crew-builder.js +24 -0
  78. package/dist/tools/crew-builder.js.map +1 -1
  79. package/dist/tools/crewai.d.ts +24 -0
  80. package/dist/tools/crewai.d.ts.map +1 -1
  81. package/dist/tools/crewai.js +24 -0
  82. package/dist/tools/crewai.js.map +1 -1
  83. package/dist/tools/exa.d.ts +161 -0
  84. package/dist/tools/exa.d.ts.map +1 -0
  85. package/dist/tools/exa.js +228 -0
  86. package/dist/tools/exa.js.map +1 -0
  87. package/dist/tools/github-mcp.d.ts +303 -0
  88. package/dist/tools/github-mcp.d.ts.map +1 -0
  89. package/dist/tools/github-mcp.js +397 -0
  90. package/dist/tools/github-mcp.js.map +1 -0
  91. package/dist/tools/governance.d.ts +129 -0
  92. package/dist/tools/governance.d.ts.map +1 -0
  93. package/dist/tools/governance.js +171 -0
  94. package/dist/tools/governance.js.map +1 -0
  95. package/dist/tools/index.d.ts +3589 -159
  96. package/dist/tools/index.d.ts.map +1 -1
  97. package/dist/tools/index.js +250 -0
  98. package/dist/tools/index.js.map +1 -1
  99. package/dist/tools/jira.d.ts +60 -0
  100. package/dist/tools/jira.d.ts.map +1 -1
  101. package/dist/tools/jira.js +60 -0
  102. package/dist/tools/jira.js.map +1 -1
  103. package/dist/tools/knowledge-base.d.ts +144 -0
  104. package/dist/tools/knowledge-base.d.ts.map +1 -0
  105. package/dist/tools/knowledge-base.js +179 -0
  106. package/dist/tools/knowledge-base.js.map +1 -0
  107. package/dist/tools/mcp-metrics.d.ts +62 -0
  108. package/dist/tools/mcp-metrics.d.ts.map +1 -0
  109. package/dist/tools/mcp-metrics.js +270 -0
  110. package/dist/tools/mcp-metrics.js.map +1 -0
  111. package/dist/tools/mcp-tools.d.ts +12 -0
  112. package/dist/tools/mcp-tools.d.ts.map +1 -1
  113. package/dist/tools/mcp-tools.js +12 -0
  114. package/dist/tools/mcp-tools.js.map +1 -1
  115. package/dist/tools/mem0.d.ts +168 -0
  116. package/dist/tools/mem0.d.ts.map +1 -0
  117. package/dist/tools/mem0.js +255 -0
  118. package/dist/tools/mem0.js.map +1 -0
  119. package/dist/tools/memory-graph.d.ts +197 -0
  120. package/dist/tools/memory-graph.d.ts.map +1 -0
  121. package/dist/tools/memory-graph.js +545 -0
  122. package/dist/tools/memory-graph.js.map +1 -0
  123. package/dist/tools/messages.d.ts +12 -0
  124. package/dist/tools/messages.d.ts.map +1 -1
  125. package/dist/tools/messages.js +12 -0
  126. package/dist/tools/messages.js.map +1 -1
  127. package/dist/tools/moltbook.d.ts +564 -0
  128. package/dist/tools/moltbook.d.ts.map +1 -0
  129. package/dist/tools/moltbook.js +792 -0
  130. package/dist/tools/moltbook.js.map +1 -0
  131. package/dist/tools/ops.d.ts +219 -0
  132. package/dist/tools/ops.d.ts.map +1 -0
  133. package/dist/tools/ops.js +360 -0
  134. package/dist/tools/ops.js.map +1 -0
  135. package/dist/tools/schedules.d.ts +196 -0
  136. package/dist/tools/schedules.d.ts.map +1 -0
  137. package/dist/tools/schedules.js +264 -0
  138. package/dist/tools/schedules.js.map +1 -0
  139. package/dist/tools/services.d.ts +6 -0
  140. package/dist/tools/services.d.ts.map +1 -1
  141. package/dist/tools/services.js +6 -0
  142. package/dist/tools/services.js.map +1 -1
  143. package/dist/tools/tasks.d.ts +45 -0
  144. package/dist/tools/tasks.d.ts.map +1 -1
  145. package/dist/tools/tasks.js +49 -4
  146. package/dist/tools/tasks.js.map +1 -1
  147. package/dist/tools/tiers.d.ts +39 -0
  148. package/dist/tools/tiers.d.ts.map +1 -0
  149. package/dist/tools/tiers.js +138 -0
  150. package/dist/tools/tiers.js.map +1 -0
  151. package/dist/tools/unified-agents.d.ts +62 -0
  152. package/dist/tools/unified-agents.d.ts.map +1 -0
  153. package/dist/tools/unified-agents.js +147 -0
  154. package/dist/tools/unified-agents.js.map +1 -0
  155. package/dist/tools/web-eval.d.ts +172 -0
  156. package/dist/tools/web-eval.d.ts.map +1 -0
  157. package/dist/tools/web-eval.js +347 -0
  158. package/dist/tools/web-eval.js.map +1 -0
  159. package/dist/tools/workflow.d.ts +171 -0
  160. package/dist/tools/workflow.d.ts.map +1 -0
  161. package/dist/tools/workflow.js +518 -0
  162. package/dist/tools/workflow.js.map +1 -0
  163. package/package.json +8 -3
@@ -12,27 +12,66 @@ export * from './crewai.js';
12
12
  export * from './crew-builder.js';
13
13
  export * from './mcp-tools.js';
14
14
  export * from './jira.js';
15
+ export * from './ops.js';
16
+ export * from './github-mcp.js';
17
+ export * from './mem0.js';
18
+ export * from './exa.js';
19
+ export * from './mcp-metrics.js';
20
+ export * from './workflow.js';
21
+ export * from './web-eval.js';
22
+ export * from './memory-graph.js';
23
+ export * from './agent-mail.js';
24
+ export * from './schedules.js';
25
+ export * from './moltbook.js';
26
+ export * from './unified-agents.js';
27
+ export * from './governance.js';
28
+ export * from './tiers.js';
15
29
  import { DobbyClient } from '../lib/dobby-client.js';
30
+ import { ToolTier } from './tiers.js';
16
31
  export declare const allTools: {
17
- jira_search_issues: {
32
+ export_policies: {
18
33
  name: string;
34
+ annotations: {
35
+ title: string;
36
+ readOnlyHint: boolean;
37
+ destructiveHint: boolean;
38
+ openWorldHint: boolean;
39
+ };
19
40
  description: string;
20
41
  inputSchema: {
21
42
  type: "object";
22
43
  properties: {
23
- jql: {
44
+ organization_id: {
24
45
  type: string;
25
46
  description: string;
26
47
  };
27
- max_results: {
48
+ format: {
28
49
  type: string;
50
+ enum: string[];
29
51
  description: string;
52
+ default: string;
30
53
  };
31
- next_page_token: {
54
+ };
55
+ required: string[];
56
+ };
57
+ };
58
+ import_policies: {
59
+ name: string;
60
+ annotations: {
61
+ title: string;
62
+ readOnlyHint: boolean;
63
+ destructiveHint: boolean;
64
+ openWorldHint: boolean;
65
+ };
66
+ description: string;
67
+ inputSchema: {
68
+ type: "object";
69
+ properties: {
70
+ organization_id: {
32
71
  type: string;
33
72
  description: string;
34
73
  };
35
- connection_id: {
74
+ content: {
36
75
  type: string;
37
76
  description: string;
38
77
  };
@@ -40,17 +79,23 @@ export declare const allTools: {
40
79
  required: string[];
41
80
  };
42
81
  };
43
- jira_get_issue: {
82
+ validate_policies: {
44
83
  name: string;
84
+ annotations: {
85
+ title: string;
86
+ readOnlyHint: boolean;
87
+ destructiveHint: boolean;
88
+ openWorldHint: boolean;
89
+ };
45
90
  description: string;
46
91
  inputSchema: {
47
92
  type: "object";
48
93
  properties: {
49
- issue_key: {
94
+ organization_id: {
50
95
  type: string;
51
96
  description: string;
52
97
  };
53
- connection_id: {
98
+ content: {
54
99
  type: string;
55
100
  description: string;
56
101
  };
@@ -58,74 +103,122 @@ export declare const allTools: {
58
103
  required: string[];
59
104
  };
60
105
  };
61
- jira_create_issue: {
106
+ apply_guardrail: {
62
107
  name: string;
108
+ annotations: {
109
+ title: string;
110
+ readOnlyHint: boolean;
111
+ destructiveHint: boolean;
112
+ openWorldHint: boolean;
113
+ };
63
114
  description: string;
64
115
  inputSchema: {
65
116
  type: "object";
66
117
  properties: {
67
- project_key: {
118
+ organization_id: {
68
119
  type: string;
69
120
  description: string;
70
121
  };
71
- summary: {
122
+ template: {
72
123
  type: string;
124
+ enum: string[];
73
125
  description: string;
74
126
  };
75
- description: {
127
+ };
128
+ required: string[];
129
+ };
130
+ };
131
+ list_all_agents: {
132
+ name: string;
133
+ annotations: {
134
+ title: string;
135
+ readOnlyHint: boolean;
136
+ destructiveHint: boolean;
137
+ openWorldHint: boolean;
138
+ };
139
+ description: string;
140
+ inputSchema: {
141
+ type: "object";
142
+ properties: {
143
+ source: {
76
144
  type: string;
145
+ enum: string[];
77
146
  description: string;
78
147
  };
79
- issue_type: {
148
+ status: {
80
149
  type: string;
150
+ enum: string[];
81
151
  description: string;
82
152
  };
83
- priority: {
153
+ search: {
84
154
  type: string;
85
155
  description: string;
156
+ minLength: number;
86
157
  };
87
- labels: {
158
+ include_moltbook: {
88
159
  type: string;
89
- items: {
90
- type: string;
91
- };
92
160
  description: string;
93
161
  };
162
+ };
163
+ };
164
+ };
165
+ moltbook_get_profile: {
166
+ name: string;
167
+ annotations: {
168
+ title: string;
169
+ readOnlyHint: boolean;
170
+ destructiveHint: boolean;
171
+ openWorldHint: boolean;
172
+ };
173
+ description: string;
174
+ inputSchema: {
175
+ type: "object";
176
+ properties: {
94
177
  connection_id: {
95
178
  type: string;
96
179
  description: string;
97
180
  };
98
181
  };
99
- required: string[];
100
182
  };
101
183
  };
102
- jira_update_issue: {
184
+ moltbook_update_profile: {
103
185
  name: string;
186
+ annotations: {
187
+ title: string;
188
+ readOnlyHint: boolean;
189
+ destructiveHint: boolean;
190
+ openWorldHint: boolean;
191
+ };
104
192
  description: string;
105
193
  inputSchema: {
106
194
  type: "object";
107
195
  properties: {
108
- issue_key: {
109
- type: string;
110
- description: string;
111
- };
112
- summary: {
113
- type: string;
114
- description: string;
115
- };
116
- description: {
196
+ profile_fields: {
117
197
  type: string;
118
198
  description: string;
119
199
  };
120
- priority: {
200
+ connection_id: {
121
201
  type: string;
122
202
  description: string;
123
203
  };
124
- labels: {
204
+ };
205
+ required: string[];
206
+ };
207
+ };
208
+ moltbook_get_home_feed: {
209
+ name: string;
210
+ annotations: {
211
+ title: string;
212
+ readOnlyHint: boolean;
213
+ destructiveHint: boolean;
214
+ openWorldHint: boolean;
215
+ };
216
+ description: string;
217
+ inputSchema: {
218
+ type: "object";
219
+ properties: {
220
+ limit: {
125
221
  type: string;
126
- items: {
127
- type: string;
128
- };
129
222
  description: string;
130
223
  };
131
224
  connection_id: {
@@ -133,20 +226,25 @@ export declare const allTools: {
133
226
  description: string;
134
227
  };
135
228
  };
136
- required: string[];
137
229
  };
138
230
  };
139
- jira_add_comment: {
231
+ moltbook_get_posts: {
140
232
  name: string;
233
+ annotations: {
234
+ title: string;
235
+ readOnlyHint: boolean;
236
+ destructiveHint: boolean;
237
+ openWorldHint: boolean;
238
+ };
141
239
  description: string;
142
240
  inputSchema: {
143
241
  type: "object";
144
242
  properties: {
145
- issue_key: {
243
+ sort: {
146
244
  type: string;
147
245
  description: string;
148
246
  };
149
- comment_body: {
247
+ limit: {
150
248
  type: string;
151
249
  description: string;
152
250
  };
@@ -155,20 +253,21 @@ export declare const allTools: {
155
253
  description: string;
156
254
  };
157
255
  };
158
- required: string[];
159
256
  };
160
257
  };
161
- jira_get_comments: {
258
+ moltbook_get_post: {
162
259
  name: string;
260
+ annotations: {
261
+ title: string;
262
+ readOnlyHint: boolean;
263
+ destructiveHint: boolean;
264
+ openWorldHint: boolean;
265
+ };
163
266
  description: string;
164
267
  inputSchema: {
165
268
  type: "object";
166
269
  properties: {
167
- issue_key: {
168
- type: string;
169
- description: string;
170
- };
171
- max_results: {
270
+ post_id: {
172
271
  type: string;
173
272
  description: string;
174
273
  };
@@ -180,13 +279,27 @@ export declare const allTools: {
180
279
  required: string[];
181
280
  };
182
281
  };
183
- jira_get_transitions: {
282
+ moltbook_create_post: {
184
283
  name: string;
284
+ annotations: {
285
+ title: string;
286
+ readOnlyHint: boolean;
287
+ destructiveHint: boolean;
288
+ openWorldHint: boolean;
289
+ };
185
290
  description: string;
186
291
  inputSchema: {
187
292
  type: "object";
188
293
  properties: {
189
- issue_key: {
294
+ title: {
295
+ type: string;
296
+ description: string;
297
+ };
298
+ content: {
299
+ type: string;
300
+ description: string;
301
+ };
302
+ submolt: {
190
303
  type: string;
191
304
  description: string;
192
305
  };
@@ -198,17 +311,23 @@ export declare const allTools: {
198
311
  required: string[];
199
312
  };
200
313
  };
201
- jira_transition_issue: {
314
+ moltbook_get_comments: {
202
315
  name: string;
316
+ annotations: {
317
+ title: string;
318
+ readOnlyHint: boolean;
319
+ destructiveHint: boolean;
320
+ openWorldHint: boolean;
321
+ };
203
322
  description: string;
204
323
  inputSchema: {
205
324
  type: "object";
206
325
  properties: {
207
- issue_key: {
326
+ post_id: {
208
327
  type: string;
209
328
  description: string;
210
329
  };
211
- transition_id: {
330
+ limit: {
212
331
  type: string;
213
332
  description: string;
214
333
  };
@@ -220,13 +339,27 @@ export declare const allTools: {
220
339
  required: string[];
221
340
  };
222
341
  };
223
- jira_list_projects: {
342
+ moltbook_create_comment: {
224
343
  name: string;
344
+ annotations: {
345
+ title: string;
346
+ readOnlyHint: boolean;
347
+ destructiveHint: boolean;
348
+ openWorldHint: boolean;
349
+ };
225
350
  description: string;
226
351
  inputSchema: {
227
352
  type: "object";
228
353
  properties: {
229
- max_results: {
354
+ post_id: {
355
+ type: string;
356
+ description: string;
357
+ };
358
+ content: {
359
+ type: string;
360
+ description: string;
361
+ };
362
+ parent_comment_id: {
230
363
  type: string;
231
364
  description: string;
232
365
  };
@@ -235,19 +368,22 @@ export declare const allTools: {
235
368
  description: string;
236
369
  };
237
370
  };
371
+ required: string[];
238
372
  };
239
373
  };
240
- jira_assign_issue: {
374
+ moltbook_upvote_post: {
241
375
  name: string;
376
+ annotations: {
377
+ title: string;
378
+ readOnlyHint: boolean;
379
+ destructiveHint: boolean;
380
+ openWorldHint: boolean;
381
+ };
242
382
  description: string;
243
383
  inputSchema: {
244
384
  type: "object";
245
385
  properties: {
246
- issue_key: {
247
- type: string;
248
- description: string;
249
- };
250
- assignee_account_id: {
386
+ post_id: {
251
387
  type: string;
252
388
  description: string;
253
389
  };
@@ -259,43 +395,55 @@ export declare const allTools: {
259
395
  required: string[];
260
396
  };
261
397
  };
262
- mcp_discover_tools: {
398
+ moltbook_downvote_post: {
263
399
  name: string;
400
+ annotations: {
401
+ title: string;
402
+ readOnlyHint: boolean;
403
+ destructiveHint: boolean;
404
+ openWorldHint: boolean;
405
+ };
264
406
  description: string;
265
407
  inputSchema: {
266
408
  type: "object";
267
409
  properties: {
268
- connection_id: {
410
+ post_id: {
269
411
  type: string;
270
412
  description: string;
271
413
  };
272
- provider_id: {
414
+ connection_id: {
273
415
  type: string;
274
416
  description: string;
275
417
  };
276
418
  };
419
+ required: string[];
277
420
  };
278
421
  };
279
- mcp_call_tool: {
422
+ moltbook_search: {
280
423
  name: string;
424
+ annotations: {
425
+ title: string;
426
+ readOnlyHint: boolean;
427
+ destructiveHint: boolean;
428
+ openWorldHint: boolean;
429
+ };
281
430
  description: string;
282
431
  inputSchema: {
283
432
  type: "object";
284
433
  properties: {
285
- tool_name: {
434
+ query: {
286
435
  type: string;
287
436
  description: string;
288
437
  };
289
- tool_arguments: {
438
+ search_type: {
290
439
  type: string;
291
440
  description: string;
292
- additionalProperties: boolean;
293
441
  };
294
- connection_id: {
442
+ limit: {
295
443
  type: string;
296
444
  description: string;
297
445
  };
298
- provider_id: {
446
+ connection_id: {
299
447
  type: string;
300
448
  description: string;
301
449
  };
@@ -303,46 +451,89 @@ export declare const allTools: {
303
451
  required: string[];
304
452
  };
305
453
  };
306
- crew_validate: {
454
+ moltbook_get_notifications: {
307
455
  name: string;
456
+ annotations: {
457
+ title: string;
458
+ readOnlyHint: boolean;
459
+ destructiveHint: boolean;
460
+ openWorldHint: boolean;
461
+ };
308
462
  description: string;
309
463
  inputSchema: {
310
464
  type: "object";
311
465
  properties: {
312
- agents_yaml: {
466
+ limit: {
313
467
  type: string;
314
468
  description: string;
315
469
  };
316
- tasks_yaml: {
470
+ connection_id: {
317
471
  type: string;
318
472
  description: string;
319
473
  };
320
474
  };
321
- required: string[];
322
475
  };
323
476
  };
324
- crew_kickoff: {
477
+ create_schedule: {
325
478
  name: string;
479
+ annotations: {
480
+ title: string;
481
+ readOnlyHint: boolean;
482
+ destructiveHint: boolean;
483
+ openWorldHint: boolean;
484
+ };
326
485
  description: string;
327
486
  inputSchema: {
328
487
  type: "object";
329
488
  properties: {
330
- agents_yaml: {
489
+ name: {
331
490
  type: string;
332
491
  description: string;
333
492
  };
334
- tasks_yaml: {
493
+ task_title: {
335
494
  type: string;
336
495
  description: string;
337
496
  };
338
- variables: {
497
+ task_description: {
339
498
  type: string;
340
499
  description: string;
341
- additionalProperties: {
342
- type: string;
343
- };
344
500
  };
345
- process_type: {
501
+ task_priority: {
502
+ type: string;
503
+ enum: string[];
504
+ description: string;
505
+ };
506
+ schedule_type: {
507
+ type: string;
508
+ enum: string[];
509
+ description: string;
510
+ };
511
+ frequency: {
512
+ type: string;
513
+ enum: string[];
514
+ description: string;
515
+ };
516
+ time: {
517
+ type: string;
518
+ description: string;
519
+ };
520
+ timezone: {
521
+ type: string;
522
+ description: string;
523
+ };
524
+ day_of_week: {
525
+ type: string;
526
+ description: string;
527
+ };
528
+ day_of_month: {
529
+ type: string;
530
+ description: string;
531
+ };
532
+ schedule_at: {
533
+ type: string;
534
+ description: string;
535
+ };
536
+ overlap_policy: {
346
537
  type: string;
347
538
  enum: string[];
348
539
  description: string;
@@ -351,96 +542,117 @@ export declare const allTools: {
351
542
  required: string[];
352
543
  };
353
544
  };
354
- crew_status: {
545
+ list_schedules: {
355
546
  name: string;
547
+ annotations: {
548
+ title: string;
549
+ readOnlyHint: boolean;
550
+ destructiveHint: boolean;
551
+ openWorldHint: boolean;
552
+ };
356
553
  description: string;
357
554
  inputSchema: {
358
555
  type: "object";
359
556
  properties: {
360
- run_id: {
557
+ enabled_only: {
558
+ type: string;
559
+ description: string;
560
+ };
561
+ limit: {
361
562
  type: string;
362
563
  description: string;
363
564
  };
364
565
  };
365
- required: string[];
366
566
  };
367
567
  };
368
- crew_list: {
568
+ pause_schedule: {
369
569
  name: string;
570
+ annotations: {
571
+ title: string;
572
+ readOnlyHint: boolean;
573
+ destructiveHint: boolean;
574
+ openWorldHint: boolean;
575
+ };
370
576
  description: string;
371
577
  inputSchema: {
372
578
  type: "object";
373
579
  properties: {
374
- limit: {
580
+ schedule_id: {
375
581
  type: string;
376
582
  description: string;
377
583
  };
378
- status_filter: {
584
+ action: {
379
585
  type: string;
380
586
  enum: string[];
381
587
  description: string;
382
588
  };
383
- };
384
- };
385
- };
386
- crewai_health: {
387
- name: string;
388
- description: string;
389
- inputSchema: {
390
- type: "object";
391
- properties: {
392
- connection_id: {
589
+ reason: {
393
590
  type: string;
394
591
  description: string;
395
592
  };
396
593
  };
594
+ required: string[];
397
595
  };
398
596
  };
399
- crewai_inputs: {
597
+ delete_schedule: {
400
598
  name: string;
599
+ annotations: {
600
+ title: string;
601
+ readOnlyHint: boolean;
602
+ destructiveHint: boolean;
603
+ openWorldHint: boolean;
604
+ };
401
605
  description: string;
402
606
  inputSchema: {
403
607
  type: "object";
404
608
  properties: {
405
- connection_id: {
609
+ schedule_id: {
406
610
  type: string;
407
611
  description: string;
408
612
  };
409
613
  };
614
+ required: string[];
410
615
  };
411
616
  };
412
- crewai_kickoff: {
617
+ agentmail_send_notification: {
413
618
  name: string;
619
+ annotations: {
620
+ title: string;
621
+ readOnlyHint: boolean;
622
+ destructiveHint: boolean;
623
+ openWorldHint: boolean;
624
+ };
414
625
  description: string;
415
626
  inputSchema: {
416
627
  type: "object";
417
628
  properties: {
418
- inputs: {
629
+ to: {
419
630
  type: string;
420
631
  description: string;
421
- additionalProperties: {
422
- type: string;
423
- };
424
632
  };
425
- connection_id: {
633
+ subject: {
426
634
  type: string;
427
635
  description: string;
428
636
  };
429
- };
430
- required: string[];
431
- };
432
- };
433
- crewai_status: {
434
- name: string;
435
- description: string;
436
- inputSchema: {
437
- type: "object";
438
- properties: {
439
- kickoff_id: {
637
+ body: {
440
638
  type: string;
441
639
  description: string;
442
640
  };
443
- connection_id: {
641
+ notification_type: {
642
+ type: string;
643
+ enum: string[];
644
+ description: string;
645
+ };
646
+ priority: {
647
+ type: string;
648
+ enum: string[];
649
+ description: string;
650
+ };
651
+ task_id: {
652
+ type: string;
653
+ description: string;
654
+ };
655
+ deliver_email: {
444
656
  type: string;
445
657
  description: string;
446
658
  };
@@ -448,57 +660,137 @@ export declare const allTools: {
448
660
  required: string[];
449
661
  };
450
662
  };
451
- list_services: {
663
+ agentmail_get_inbox: {
452
664
  name: string;
665
+ annotations: {
666
+ title: string;
667
+ readOnlyHint: boolean;
668
+ destructiveHint: boolean;
669
+ openWorldHint: boolean;
670
+ };
453
671
  description: string;
454
672
  inputSchema: {
455
673
  type: "object";
456
674
  properties: {
457
- category: {
675
+ agent_id: {
676
+ type: string;
677
+ description: string;
678
+ };
679
+ unread_only: {
680
+ type: string;
681
+ description: string;
682
+ };
683
+ notification_type: {
684
+ type: string;
685
+ enum: string[];
686
+ description: string;
687
+ };
688
+ limit: {
458
689
  type: string;
459
- enum: string[];
460
690
  description: string;
461
691
  };
462
692
  };
463
693
  };
464
694
  };
465
- get_pending_approvals: {
695
+ agentmail_get_identity: {
466
696
  name: string;
697
+ annotations: {
698
+ title: string;
699
+ readOnlyHint: boolean;
700
+ destructiveHint: boolean;
701
+ openWorldHint: boolean;
702
+ };
467
703
  description: string;
468
704
  inputSchema: {
469
705
  type: "object";
470
- properties: {};
706
+ properties: {
707
+ agent_id: {
708
+ type: string;
709
+ description: string;
710
+ pattern: string;
711
+ };
712
+ };
713
+ required: string[];
471
714
  };
472
715
  };
473
- approve_task: {
716
+ memory_graph_store: {
474
717
  name: string;
718
+ annotations: {
719
+ title: string;
720
+ readOnlyHint: boolean;
721
+ destructiveHint: boolean;
722
+ openWorldHint: boolean;
723
+ };
475
724
  description: string;
476
725
  inputSchema: {
477
726
  type: "object";
478
727
  properties: {
479
- approval_id: {
728
+ content: {
480
729
  type: string;
481
730
  description: string;
482
731
  };
483
- note: {
732
+ category: {
733
+ type: string;
734
+ enum: string[];
735
+ description: string;
736
+ };
737
+ related_to: {
738
+ type: string;
739
+ items: {
740
+ type: string;
741
+ };
742
+ description: string;
743
+ };
744
+ relationship_type: {
745
+ type: string;
746
+ enum: string[];
747
+ description: string;
748
+ };
749
+ project: {
484
750
  type: string;
485
751
  description: string;
486
752
  };
753
+ tags: {
754
+ type: string;
755
+ items: {
756
+ type: string;
757
+ };
758
+ description: string;
759
+ };
487
760
  };
488
761
  required: string[];
489
762
  };
490
763
  };
491
- reject_task: {
764
+ memory_graph_query: {
492
765
  name: string;
766
+ annotations: {
767
+ title: string;
768
+ readOnlyHint: boolean;
769
+ destructiveHint: boolean;
770
+ openWorldHint: boolean;
771
+ };
493
772
  description: string;
494
773
  inputSchema: {
495
774
  type: "object";
496
775
  properties: {
497
- approval_id: {
776
+ query: {
498
777
  type: string;
499
778
  description: string;
500
779
  };
501
- reason: {
780
+ depth: {
781
+ type: string;
782
+ description: string;
783
+ };
784
+ category: {
785
+ type: string;
786
+ enum: string[];
787
+ description: string;
788
+ };
789
+ project: {
790
+ type: string;
791
+ description: string;
792
+ };
793
+ limit: {
502
794
  type: string;
503
795
  description: string;
504
796
  };
@@ -506,17 +798,27 @@ export declare const allTools: {
506
798
  required: string[];
507
799
  };
508
800
  };
509
- request_changes: {
801
+ memory_graph_timeline: {
510
802
  name: string;
803
+ annotations: {
804
+ title: string;
805
+ readOnlyHint: boolean;
806
+ destructiveHint: boolean;
807
+ openWorldHint: boolean;
808
+ };
511
809
  description: string;
512
810
  inputSchema: {
513
811
  type: "object";
514
812
  properties: {
515
- approval_id: {
813
+ topic: {
516
814
  type: string;
517
815
  description: string;
518
816
  };
519
- changes: {
817
+ project: {
818
+ type: string;
819
+ description: string;
820
+ };
821
+ limit: {
520
822
  type: string;
521
823
  description: string;
522
824
  };
@@ -524,17 +826,27 @@ export declare const allTools: {
524
826
  required: string[];
525
827
  };
526
828
  };
527
- get_messages: {
829
+ memory_graph_context: {
528
830
  name: string;
831
+ annotations: {
832
+ title: string;
833
+ readOnlyHint: boolean;
834
+ destructiveHint: boolean;
835
+ openWorldHint: boolean;
836
+ };
529
837
  description: string;
530
838
  inputSchema: {
531
839
  type: "object";
532
840
  properties: {
533
- task_id: {
841
+ task_title: {
534
842
  type: string;
535
843
  description: string;
536
844
  };
537
- limit: {
845
+ task_description: {
846
+ type: string;
847
+ description: string;
848
+ };
849
+ project: {
538
850
  type: string;
539
851
  description: string;
540
852
  };
@@ -542,48 +854,94 @@ export declare const allTools: {
542
854
  required: string[];
543
855
  };
544
856
  };
545
- send_message: {
857
+ webeval_run_tests: {
546
858
  name: string;
859
+ annotations: {
860
+ title: string;
861
+ readOnlyHint: boolean;
862
+ destructiveHint: boolean;
863
+ openWorldHint: boolean;
864
+ };
547
865
  description: string;
548
866
  inputSchema: {
549
867
  type: "object";
550
868
  properties: {
551
- task_id: {
869
+ spec: {
552
870
  type: string;
553
871
  description: string;
554
872
  };
555
- content: {
873
+ grep: {
556
874
  type: string;
557
875
  description: string;
558
876
  };
559
- sender_name: {
877
+ browser: {
878
+ type: string;
879
+ enum: string[];
880
+ description: string;
881
+ };
882
+ headed: {
560
883
  type: string;
561
884
  description: string;
562
885
  };
563
886
  };
564
- required: string[];
565
887
  };
566
888
  };
567
- create_task: {
889
+ webeval_check_health: {
568
890
  name: string;
891
+ annotations: {
892
+ title: string;
893
+ readOnlyHint: boolean;
894
+ destructiveHint: boolean;
895
+ openWorldHint: boolean;
896
+ };
569
897
  description: string;
570
898
  inputSchema: {
571
899
  type: "object";
572
900
  properties: {
573
- title: {
901
+ base_url: {
574
902
  type: string;
575
903
  description: string;
576
904
  };
577
- description: {
905
+ pages: {
578
906
  type: string;
907
+ items: {
908
+ type: string;
909
+ };
579
910
  description: string;
580
911
  };
581
- priority: {
912
+ };
913
+ };
914
+ };
915
+ webeval_test_api_endpoint: {
916
+ name: string;
917
+ annotations: {
918
+ title: string;
919
+ readOnlyHint: boolean;
920
+ destructiveHint: boolean;
921
+ openWorldHint: boolean;
922
+ };
923
+ description: string;
924
+ inputSchema: {
925
+ type: "object";
926
+ properties: {
927
+ method: {
582
928
  type: string;
583
929
  enum: string[];
584
930
  description: string;
585
931
  };
586
- link_to_task_id: {
932
+ path: {
933
+ type: string;
934
+ description: string;
935
+ };
936
+ body: {
937
+ type: string;
938
+ description: string;
939
+ };
940
+ expected_status: {
941
+ type: string;
942
+ description: string;
943
+ };
944
+ headers: {
587
945
  type: string;
588
946
  description: string;
589
947
  };
@@ -591,31 +949,67 @@ export declare const allTools: {
591
949
  required: string[];
592
950
  };
593
951
  };
594
- list_tasks: {
952
+ webeval_coverage_report: {
595
953
  name: string;
954
+ annotations: {
955
+ title: string;
956
+ readOnlyHint: boolean;
957
+ destructiveHint: boolean;
958
+ openWorldHint: boolean;
959
+ };
596
960
  description: string;
597
961
  inputSchema: {
598
962
  type: "object";
599
963
  properties: {
600
- status: {
964
+ type: {
601
965
  type: string;
602
966
  enum: string[];
603
967
  description: string;
604
968
  };
605
- priority: {
969
+ threshold: {
606
970
  type: string;
607
- enum: string[];
608
971
  description: string;
609
972
  };
610
- limit: {
973
+ };
974
+ };
975
+ };
976
+ workflow_classify_task: {
977
+ name: string;
978
+ annotations: {
979
+ title: string;
980
+ readOnlyHint: boolean;
981
+ destructiveHint: boolean;
982
+ openWorldHint: boolean;
983
+ };
984
+ description: string;
985
+ inputSchema: {
986
+ type: "object";
987
+ properties: {
988
+ title: {
989
+ type: string;
990
+ description: string;
991
+ };
992
+ description: {
993
+ type: string;
994
+ description: string;
995
+ };
996
+ priority: {
611
997
  type: string;
998
+ enum: string[];
612
999
  description: string;
613
1000
  };
614
1001
  };
1002
+ required: string[];
615
1003
  };
616
1004
  };
617
- get_task: {
1005
+ workflow_auto_assign: {
618
1006
  name: string;
1007
+ annotations: {
1008
+ title: string;
1009
+ readOnlyHint: boolean;
1010
+ destructiveHint: boolean;
1011
+ openWorldHint: boolean;
1012
+ };
619
1013
  description: string;
620
1014
  inputSchema: {
621
1015
  type: "object";
@@ -623,56 +1017,210 @@ export declare const allTools: {
623
1017
  task_id: {
624
1018
  type: string;
625
1019
  description: string;
1020
+ pattern: string;
1021
+ };
1022
+ title: {
1023
+ type: string;
1024
+ description: string;
1025
+ };
1026
+ description: {
1027
+ type: string;
1028
+ description: string;
1029
+ };
1030
+ priority: {
1031
+ type: string;
1032
+ enum: string[];
1033
+ description: string;
626
1034
  };
627
1035
  };
628
1036
  required: string[];
629
1037
  };
630
1038
  };
631
- update_task: {
1039
+ workflow_agent_workload: {
632
1040
  name: string;
1041
+ annotations: {
1042
+ title: string;
1043
+ readOnlyHint: boolean;
1044
+ destructiveHint: boolean;
1045
+ openWorldHint: boolean;
1046
+ };
633
1047
  description: string;
634
1048
  inputSchema: {
635
1049
  type: "object";
636
1050
  properties: {
637
- task_id: {
1051
+ agent_layer: {
638
1052
  type: string;
1053
+ enum: string[];
639
1054
  description: string;
640
1055
  };
641
- status: {
1056
+ };
1057
+ };
1058
+ };
1059
+ workflow_assignment_rules: {
1060
+ name: string;
1061
+ annotations: {
1062
+ title: string;
1063
+ readOnlyHint: boolean;
1064
+ destructiveHint: boolean;
1065
+ openWorldHint: boolean;
1066
+ };
1067
+ description: string;
1068
+ inputSchema: {
1069
+ type: "object";
1070
+ properties: {
1071
+ active_only: {
642
1072
  type: string;
643
- enum: string[];
644
1073
  description: string;
645
1074
  };
646
- priority: {
1075
+ };
1076
+ };
1077
+ };
1078
+ mcp_health_check: {
1079
+ name: string;
1080
+ annotations: {
1081
+ title: string;
1082
+ readOnlyHint: boolean;
1083
+ destructiveHint: boolean;
1084
+ openWorldHint: boolean;
1085
+ };
1086
+ description: string;
1087
+ inputSchema: {
1088
+ type: "object";
1089
+ properties: {
1090
+ servers: {
1091
+ type: string;
1092
+ items: {
1093
+ type: string;
1094
+ enum: string[];
1095
+ };
1096
+ description: string;
1097
+ };
1098
+ };
1099
+ };
1100
+ };
1101
+ mcp_connection_info: {
1102
+ name: string;
1103
+ annotations: {
1104
+ title: string;
1105
+ readOnlyHint: boolean;
1106
+ destructiveHint: boolean;
1107
+ openWorldHint: boolean;
1108
+ };
1109
+ description: string;
1110
+ inputSchema: {
1111
+ type: "object";
1112
+ properties: {};
1113
+ };
1114
+ };
1115
+ exa_web_search: {
1116
+ name: string;
1117
+ annotations: {
1118
+ title: string;
1119
+ readOnlyHint: boolean;
1120
+ destructiveHint: boolean;
1121
+ openWorldHint: boolean;
1122
+ };
1123
+ description: string;
1124
+ inputSchema: {
1125
+ type: "object";
1126
+ properties: {
1127
+ query: {
1128
+ type: string;
1129
+ description: string;
1130
+ };
1131
+ num_results: {
1132
+ type: string;
1133
+ description: string;
1134
+ };
1135
+ search_type: {
647
1136
  type: string;
648
1137
  enum: string[];
649
1138
  description: string;
650
1139
  };
1140
+ include_domains: {
1141
+ type: string;
1142
+ items: {
1143
+ type: string;
1144
+ };
1145
+ description: string;
1146
+ };
1147
+ exclude_domains: {
1148
+ type: string;
1149
+ items: {
1150
+ type: string;
1151
+ };
1152
+ description: string;
1153
+ };
1154
+ start_published_date: {
1155
+ type: string;
1156
+ description: string;
1157
+ };
1158
+ use_autoprompt: {
1159
+ type: string;
1160
+ description: string;
1161
+ };
651
1162
  };
652
1163
  required: string[];
653
1164
  };
654
1165
  };
655
- get_task_timeline: {
1166
+ exa_find_similar: {
656
1167
  name: string;
1168
+ annotations: {
1169
+ title: string;
1170
+ readOnlyHint: boolean;
1171
+ destructiveHint: boolean;
1172
+ openWorldHint: boolean;
1173
+ };
657
1174
  description: string;
658
1175
  inputSchema: {
659
1176
  type: "object";
660
1177
  properties: {
661
- task_id: {
1178
+ url: {
1179
+ type: string;
1180
+ description: string;
1181
+ };
1182
+ num_results: {
1183
+ type: string;
1184
+ description: string;
1185
+ };
1186
+ include_domains: {
1187
+ type: string;
1188
+ items: {
1189
+ type: string;
1190
+ };
1191
+ description: string;
1192
+ };
1193
+ exclude_domains: {
662
1194
  type: string;
1195
+ items: {
1196
+ type: string;
1197
+ };
663
1198
  description: string;
664
1199
  };
665
1200
  };
666
1201
  required: string[];
667
1202
  };
668
1203
  };
669
- cancel_task: {
1204
+ exa_get_contents: {
670
1205
  name: string;
1206
+ annotations: {
1207
+ title: string;
1208
+ readOnlyHint: boolean;
1209
+ destructiveHint: boolean;
1210
+ openWorldHint: boolean;
1211
+ };
671
1212
  description: string;
672
1213
  inputSchema: {
673
1214
  type: "object";
674
1215
  properties: {
675
- task_id: {
1216
+ urls: {
1217
+ type: string;
1218
+ items: {
1219
+ type: string;
1220
+ };
1221
+ description: string;
1222
+ };
1223
+ max_characters: {
676
1224
  type: string;
677
1225
  description: string;
678
1226
  };
@@ -680,8 +1228,2890 @@ export declare const allTools: {
680
1228
  required: string[];
681
1229
  };
682
1230
  };
683
- };
684
- export type ToolName = keyof typeof allTools;
1231
+ mem0_store: {
1232
+ name: string;
1233
+ annotations: {
1234
+ title: string;
1235
+ readOnlyHint: boolean;
1236
+ destructiveHint: boolean;
1237
+ openWorldHint: boolean;
1238
+ };
1239
+ description: string;
1240
+ inputSchema: {
1241
+ type: "object";
1242
+ properties: {
1243
+ content: {
1244
+ type: string;
1245
+ description: string;
1246
+ };
1247
+ category: {
1248
+ type: string;
1249
+ enum: string[];
1250
+ description: string;
1251
+ };
1252
+ project: {
1253
+ type: string;
1254
+ description: string;
1255
+ };
1256
+ tags: {
1257
+ type: string;
1258
+ items: {
1259
+ type: string;
1260
+ };
1261
+ description: string;
1262
+ };
1263
+ };
1264
+ required: string[];
1265
+ };
1266
+ };
1267
+ mem0_search: {
1268
+ name: string;
1269
+ annotations: {
1270
+ title: string;
1271
+ readOnlyHint: boolean;
1272
+ destructiveHint: boolean;
1273
+ openWorldHint: boolean;
1274
+ };
1275
+ description: string;
1276
+ inputSchema: {
1277
+ type: "object";
1278
+ properties: {
1279
+ query: {
1280
+ type: string;
1281
+ description: string;
1282
+ };
1283
+ category: {
1284
+ type: string;
1285
+ enum: string[];
1286
+ description: string;
1287
+ };
1288
+ project: {
1289
+ type: string;
1290
+ description: string;
1291
+ };
1292
+ limit: {
1293
+ type: string;
1294
+ description: string;
1295
+ };
1296
+ };
1297
+ required: string[];
1298
+ };
1299
+ };
1300
+ mem0_list: {
1301
+ name: string;
1302
+ annotations: {
1303
+ title: string;
1304
+ readOnlyHint: boolean;
1305
+ destructiveHint: boolean;
1306
+ openWorldHint: boolean;
1307
+ };
1308
+ description: string;
1309
+ inputSchema: {
1310
+ type: "object";
1311
+ properties: {
1312
+ category: {
1313
+ type: string;
1314
+ enum: string[];
1315
+ description: string;
1316
+ };
1317
+ project: {
1318
+ type: string;
1319
+ description: string;
1320
+ };
1321
+ limit: {
1322
+ type: string;
1323
+ description: string;
1324
+ };
1325
+ };
1326
+ };
1327
+ };
1328
+ mem0_delete: {
1329
+ name: string;
1330
+ annotations: {
1331
+ title: string;
1332
+ readOnlyHint: boolean;
1333
+ destructiveHint: boolean;
1334
+ openWorldHint: boolean;
1335
+ };
1336
+ description: string;
1337
+ inputSchema: {
1338
+ type: "object";
1339
+ properties: {
1340
+ memory_id: {
1341
+ type: string;
1342
+ description: string;
1343
+ };
1344
+ };
1345
+ required: string[];
1346
+ };
1347
+ };
1348
+ github_search_code: {
1349
+ name: string;
1350
+ annotations: {
1351
+ title: string;
1352
+ readOnlyHint: boolean;
1353
+ destructiveHint: boolean;
1354
+ openWorldHint: boolean;
1355
+ };
1356
+ description: string;
1357
+ inputSchema: {
1358
+ type: "object";
1359
+ properties: {
1360
+ query: {
1361
+ type: string;
1362
+ description: string;
1363
+ };
1364
+ repo: {
1365
+ type: string;
1366
+ description: string;
1367
+ };
1368
+ language: {
1369
+ type: string;
1370
+ description: string;
1371
+ };
1372
+ };
1373
+ required: string[];
1374
+ };
1375
+ };
1376
+ github_get_file: {
1377
+ name: string;
1378
+ annotations: {
1379
+ title: string;
1380
+ readOnlyHint: boolean;
1381
+ destructiveHint: boolean;
1382
+ openWorldHint: boolean;
1383
+ };
1384
+ description: string;
1385
+ inputSchema: {
1386
+ type: "object";
1387
+ properties: {
1388
+ repo: {
1389
+ type: string;
1390
+ description: string;
1391
+ };
1392
+ path: {
1393
+ type: string;
1394
+ description: string;
1395
+ };
1396
+ branch: {
1397
+ type: string;
1398
+ description: string;
1399
+ };
1400
+ };
1401
+ required: string[];
1402
+ };
1403
+ };
1404
+ github_create_pr: {
1405
+ name: string;
1406
+ annotations: {
1407
+ title: string;
1408
+ readOnlyHint: boolean;
1409
+ destructiveHint: boolean;
1410
+ openWorldHint: boolean;
1411
+ };
1412
+ description: string;
1413
+ inputSchema: {
1414
+ type: "object";
1415
+ properties: {
1416
+ repo: {
1417
+ type: string;
1418
+ description: string;
1419
+ };
1420
+ title: {
1421
+ type: string;
1422
+ description: string;
1423
+ };
1424
+ body: {
1425
+ type: string;
1426
+ description: string;
1427
+ };
1428
+ head: {
1429
+ type: string;
1430
+ description: string;
1431
+ };
1432
+ base: {
1433
+ type: string;
1434
+ description: string;
1435
+ };
1436
+ };
1437
+ required: string[];
1438
+ };
1439
+ };
1440
+ github_list_prs: {
1441
+ name: string;
1442
+ annotations: {
1443
+ title: string;
1444
+ readOnlyHint: boolean;
1445
+ destructiveHint: boolean;
1446
+ openWorldHint: boolean;
1447
+ };
1448
+ description: string;
1449
+ inputSchema: {
1450
+ type: "object";
1451
+ properties: {
1452
+ repo: {
1453
+ type: string;
1454
+ description: string;
1455
+ };
1456
+ state: {
1457
+ type: string;
1458
+ enum: string[];
1459
+ description: string;
1460
+ };
1461
+ limit: {
1462
+ type: string;
1463
+ description: string;
1464
+ };
1465
+ };
1466
+ required: string[];
1467
+ };
1468
+ };
1469
+ github_list_issues: {
1470
+ name: string;
1471
+ annotations: {
1472
+ title: string;
1473
+ readOnlyHint: boolean;
1474
+ destructiveHint: boolean;
1475
+ openWorldHint: boolean;
1476
+ };
1477
+ description: string;
1478
+ inputSchema: {
1479
+ type: "object";
1480
+ properties: {
1481
+ repo: {
1482
+ type: string;
1483
+ description: string;
1484
+ };
1485
+ state: {
1486
+ type: string;
1487
+ enum: string[];
1488
+ description: string;
1489
+ };
1490
+ labels: {
1491
+ type: string;
1492
+ description: string;
1493
+ };
1494
+ limit: {
1495
+ type: string;
1496
+ description: string;
1497
+ };
1498
+ };
1499
+ required: string[];
1500
+ };
1501
+ };
1502
+ github_create_issue: {
1503
+ name: string;
1504
+ annotations: {
1505
+ title: string;
1506
+ readOnlyHint: boolean;
1507
+ destructiveHint: boolean;
1508
+ openWorldHint: boolean;
1509
+ };
1510
+ description: string;
1511
+ inputSchema: {
1512
+ type: "object";
1513
+ properties: {
1514
+ repo: {
1515
+ type: string;
1516
+ description: string;
1517
+ };
1518
+ title: {
1519
+ type: string;
1520
+ description: string;
1521
+ };
1522
+ body: {
1523
+ type: string;
1524
+ description: string;
1525
+ };
1526
+ labels: {
1527
+ type: string;
1528
+ items: {
1529
+ type: string;
1530
+ };
1531
+ description: string;
1532
+ };
1533
+ };
1534
+ required: string[];
1535
+ };
1536
+ };
1537
+ github_get_workflow_runs: {
1538
+ name: string;
1539
+ annotations: {
1540
+ title: string;
1541
+ readOnlyHint: boolean;
1542
+ destructiveHint: boolean;
1543
+ openWorldHint: boolean;
1544
+ };
1545
+ description: string;
1546
+ inputSchema: {
1547
+ type: "object";
1548
+ properties: {
1549
+ repo: {
1550
+ type: string;
1551
+ description: string;
1552
+ };
1553
+ status: {
1554
+ type: string;
1555
+ enum: string[];
1556
+ description: string;
1557
+ };
1558
+ limit: {
1559
+ type: string;
1560
+ description: string;
1561
+ };
1562
+ };
1563
+ required: string[];
1564
+ };
1565
+ };
1566
+ get_ops_health_summary: {
1567
+ name: string;
1568
+ annotations: {
1569
+ title: string;
1570
+ readOnlyHint: boolean;
1571
+ destructiveHint: boolean;
1572
+ openWorldHint: boolean;
1573
+ };
1574
+ description: string;
1575
+ inputSchema: {
1576
+ type: "object";
1577
+ properties: {};
1578
+ };
1579
+ };
1580
+ get_service_status: {
1581
+ name: string;
1582
+ annotations: {
1583
+ title: string;
1584
+ readOnlyHint: boolean;
1585
+ destructiveHint: boolean;
1586
+ openWorldHint: boolean;
1587
+ };
1588
+ description: string;
1589
+ inputSchema: {
1590
+ type: "object";
1591
+ properties: {
1592
+ service_name: {
1593
+ type: string;
1594
+ description: string;
1595
+ };
1596
+ hours: {
1597
+ type: string;
1598
+ description: string;
1599
+ default: number;
1600
+ };
1601
+ };
1602
+ required: string[];
1603
+ };
1604
+ };
1605
+ get_active_issues: {
1606
+ name: string;
1607
+ annotations: {
1608
+ title: string;
1609
+ readOnlyHint: boolean;
1610
+ destructiveHint: boolean;
1611
+ openWorldHint: boolean;
1612
+ };
1613
+ description: string;
1614
+ inputSchema: {
1615
+ type: "object";
1616
+ properties: {
1617
+ status: {
1618
+ type: string;
1619
+ enum: string[];
1620
+ description: string;
1621
+ };
1622
+ severity: {
1623
+ type: string;
1624
+ enum: string[];
1625
+ description: string;
1626
+ };
1627
+ limit: {
1628
+ type: string;
1629
+ description: string;
1630
+ default: number;
1631
+ };
1632
+ };
1633
+ };
1634
+ };
1635
+ acknowledge_ops_issue: {
1636
+ name: string;
1637
+ annotations: {
1638
+ title: string;
1639
+ readOnlyHint: boolean;
1640
+ destructiveHint: boolean;
1641
+ openWorldHint: boolean;
1642
+ };
1643
+ description: string;
1644
+ inputSchema: {
1645
+ type: "object";
1646
+ properties: {
1647
+ issue_id: {
1648
+ type: string;
1649
+ description: string;
1650
+ };
1651
+ notes: {
1652
+ type: string;
1653
+ description: string;
1654
+ };
1655
+ };
1656
+ required: string[];
1657
+ };
1658
+ };
1659
+ get_ops_audit_log: {
1660
+ name: string;
1661
+ annotations: {
1662
+ title: string;
1663
+ readOnlyHint: boolean;
1664
+ destructiveHint: boolean;
1665
+ openWorldHint: boolean;
1666
+ };
1667
+ description: string;
1668
+ inputSchema: {
1669
+ type: "object";
1670
+ properties: {
1671
+ hours: {
1672
+ type: string;
1673
+ description: string;
1674
+ default: number;
1675
+ };
1676
+ event_type: {
1677
+ type: string;
1678
+ description: string;
1679
+ };
1680
+ limit: {
1681
+ type: string;
1682
+ description: string;
1683
+ default: number;
1684
+ };
1685
+ };
1686
+ };
1687
+ };
1688
+ jira_search_issues: {
1689
+ name: string;
1690
+ annotations: {
1691
+ title: string;
1692
+ readOnlyHint: boolean;
1693
+ destructiveHint: boolean;
1694
+ openWorldHint: boolean;
1695
+ };
1696
+ description: string;
1697
+ inputSchema: {
1698
+ type: "object";
1699
+ properties: {
1700
+ jql: {
1701
+ type: string;
1702
+ description: string;
1703
+ };
1704
+ max_results: {
1705
+ type: string;
1706
+ description: string;
1707
+ };
1708
+ next_page_token: {
1709
+ type: string;
1710
+ description: string;
1711
+ };
1712
+ connection_id: {
1713
+ type: string;
1714
+ description: string;
1715
+ };
1716
+ };
1717
+ required: string[];
1718
+ };
1719
+ };
1720
+ jira_get_issue: {
1721
+ name: string;
1722
+ annotations: {
1723
+ title: string;
1724
+ readOnlyHint: boolean;
1725
+ destructiveHint: boolean;
1726
+ openWorldHint: boolean;
1727
+ };
1728
+ description: string;
1729
+ inputSchema: {
1730
+ type: "object";
1731
+ properties: {
1732
+ issue_key: {
1733
+ type: string;
1734
+ description: string;
1735
+ };
1736
+ connection_id: {
1737
+ type: string;
1738
+ description: string;
1739
+ };
1740
+ };
1741
+ required: string[];
1742
+ };
1743
+ };
1744
+ jira_create_issue: {
1745
+ name: string;
1746
+ annotations: {
1747
+ title: string;
1748
+ readOnlyHint: boolean;
1749
+ destructiveHint: boolean;
1750
+ openWorldHint: boolean;
1751
+ };
1752
+ description: string;
1753
+ inputSchema: {
1754
+ type: "object";
1755
+ properties: {
1756
+ project_key: {
1757
+ type: string;
1758
+ description: string;
1759
+ };
1760
+ summary: {
1761
+ type: string;
1762
+ description: string;
1763
+ };
1764
+ description: {
1765
+ type: string;
1766
+ description: string;
1767
+ };
1768
+ issue_type: {
1769
+ type: string;
1770
+ description: string;
1771
+ };
1772
+ priority: {
1773
+ type: string;
1774
+ description: string;
1775
+ };
1776
+ labels: {
1777
+ type: string;
1778
+ items: {
1779
+ type: string;
1780
+ };
1781
+ description: string;
1782
+ };
1783
+ connection_id: {
1784
+ type: string;
1785
+ description: string;
1786
+ };
1787
+ };
1788
+ required: string[];
1789
+ };
1790
+ };
1791
+ jira_update_issue: {
1792
+ name: string;
1793
+ annotations: {
1794
+ title: string;
1795
+ readOnlyHint: boolean;
1796
+ destructiveHint: boolean;
1797
+ openWorldHint: boolean;
1798
+ };
1799
+ description: string;
1800
+ inputSchema: {
1801
+ type: "object";
1802
+ properties: {
1803
+ issue_key: {
1804
+ type: string;
1805
+ description: string;
1806
+ };
1807
+ summary: {
1808
+ type: string;
1809
+ description: string;
1810
+ };
1811
+ description: {
1812
+ type: string;
1813
+ description: string;
1814
+ };
1815
+ priority: {
1816
+ type: string;
1817
+ description: string;
1818
+ };
1819
+ labels: {
1820
+ type: string;
1821
+ items: {
1822
+ type: string;
1823
+ };
1824
+ description: string;
1825
+ };
1826
+ connection_id: {
1827
+ type: string;
1828
+ description: string;
1829
+ };
1830
+ };
1831
+ required: string[];
1832
+ };
1833
+ };
1834
+ jira_add_comment: {
1835
+ name: string;
1836
+ annotations: {
1837
+ title: string;
1838
+ readOnlyHint: boolean;
1839
+ destructiveHint: boolean;
1840
+ openWorldHint: boolean;
1841
+ };
1842
+ description: string;
1843
+ inputSchema: {
1844
+ type: "object";
1845
+ properties: {
1846
+ issue_key: {
1847
+ type: string;
1848
+ description: string;
1849
+ };
1850
+ comment_body: {
1851
+ type: string;
1852
+ description: string;
1853
+ };
1854
+ connection_id: {
1855
+ type: string;
1856
+ description: string;
1857
+ };
1858
+ };
1859
+ required: string[];
1860
+ };
1861
+ };
1862
+ jira_get_comments: {
1863
+ name: string;
1864
+ annotations: {
1865
+ title: string;
1866
+ readOnlyHint: boolean;
1867
+ destructiveHint: boolean;
1868
+ openWorldHint: boolean;
1869
+ };
1870
+ description: string;
1871
+ inputSchema: {
1872
+ type: "object";
1873
+ properties: {
1874
+ issue_key: {
1875
+ type: string;
1876
+ description: string;
1877
+ };
1878
+ max_results: {
1879
+ type: string;
1880
+ description: string;
1881
+ };
1882
+ connection_id: {
1883
+ type: string;
1884
+ description: string;
1885
+ };
1886
+ };
1887
+ required: string[];
1888
+ };
1889
+ };
1890
+ jira_get_transitions: {
1891
+ name: string;
1892
+ annotations: {
1893
+ title: string;
1894
+ readOnlyHint: boolean;
1895
+ destructiveHint: boolean;
1896
+ openWorldHint: boolean;
1897
+ };
1898
+ description: string;
1899
+ inputSchema: {
1900
+ type: "object";
1901
+ properties: {
1902
+ issue_key: {
1903
+ type: string;
1904
+ description: string;
1905
+ };
1906
+ connection_id: {
1907
+ type: string;
1908
+ description: string;
1909
+ };
1910
+ };
1911
+ required: string[];
1912
+ };
1913
+ };
1914
+ jira_transition_issue: {
1915
+ name: string;
1916
+ annotations: {
1917
+ title: string;
1918
+ readOnlyHint: boolean;
1919
+ destructiveHint: boolean;
1920
+ openWorldHint: boolean;
1921
+ };
1922
+ description: string;
1923
+ inputSchema: {
1924
+ type: "object";
1925
+ properties: {
1926
+ issue_key: {
1927
+ type: string;
1928
+ description: string;
1929
+ };
1930
+ transition_id: {
1931
+ type: string;
1932
+ description: string;
1933
+ };
1934
+ connection_id: {
1935
+ type: string;
1936
+ description: string;
1937
+ };
1938
+ };
1939
+ required: string[];
1940
+ };
1941
+ };
1942
+ jira_list_projects: {
1943
+ name: string;
1944
+ annotations: {
1945
+ title: string;
1946
+ readOnlyHint: boolean;
1947
+ destructiveHint: boolean;
1948
+ openWorldHint: boolean;
1949
+ };
1950
+ description: string;
1951
+ inputSchema: {
1952
+ type: "object";
1953
+ properties: {
1954
+ max_results: {
1955
+ type: string;
1956
+ description: string;
1957
+ };
1958
+ connection_id: {
1959
+ type: string;
1960
+ description: string;
1961
+ };
1962
+ };
1963
+ };
1964
+ };
1965
+ jira_assign_issue: {
1966
+ name: string;
1967
+ annotations: {
1968
+ title: string;
1969
+ readOnlyHint: boolean;
1970
+ destructiveHint: boolean;
1971
+ openWorldHint: boolean;
1972
+ };
1973
+ description: string;
1974
+ inputSchema: {
1975
+ type: "object";
1976
+ properties: {
1977
+ issue_key: {
1978
+ type: string;
1979
+ description: string;
1980
+ };
1981
+ assignee_account_id: {
1982
+ type: string;
1983
+ description: string;
1984
+ };
1985
+ connection_id: {
1986
+ type: string;
1987
+ description: string;
1988
+ };
1989
+ };
1990
+ required: string[];
1991
+ };
1992
+ };
1993
+ mcp_discover_tools: {
1994
+ name: string;
1995
+ annotations: {
1996
+ title: string;
1997
+ readOnlyHint: boolean;
1998
+ destructiveHint: boolean;
1999
+ openWorldHint: boolean;
2000
+ };
2001
+ description: string;
2002
+ inputSchema: {
2003
+ type: "object";
2004
+ properties: {
2005
+ connection_id: {
2006
+ type: string;
2007
+ description: string;
2008
+ };
2009
+ provider_id: {
2010
+ type: string;
2011
+ description: string;
2012
+ };
2013
+ };
2014
+ };
2015
+ };
2016
+ mcp_call_tool: {
2017
+ name: string;
2018
+ annotations: {
2019
+ title: string;
2020
+ readOnlyHint: boolean;
2021
+ destructiveHint: boolean;
2022
+ openWorldHint: boolean;
2023
+ };
2024
+ description: string;
2025
+ inputSchema: {
2026
+ type: "object";
2027
+ properties: {
2028
+ tool_name: {
2029
+ type: string;
2030
+ description: string;
2031
+ };
2032
+ tool_arguments: {
2033
+ type: string;
2034
+ description: string;
2035
+ additionalProperties: boolean;
2036
+ };
2037
+ connection_id: {
2038
+ type: string;
2039
+ description: string;
2040
+ };
2041
+ provider_id: {
2042
+ type: string;
2043
+ description: string;
2044
+ };
2045
+ };
2046
+ required: string[];
2047
+ };
2048
+ };
2049
+ crew_validate: {
2050
+ name: string;
2051
+ annotations: {
2052
+ title: string;
2053
+ readOnlyHint: boolean;
2054
+ destructiveHint: boolean;
2055
+ openWorldHint: boolean;
2056
+ };
2057
+ description: string;
2058
+ inputSchema: {
2059
+ type: "object";
2060
+ properties: {
2061
+ agents_yaml: {
2062
+ type: string;
2063
+ description: string;
2064
+ };
2065
+ tasks_yaml: {
2066
+ type: string;
2067
+ description: string;
2068
+ };
2069
+ };
2070
+ required: string[];
2071
+ };
2072
+ };
2073
+ crew_kickoff: {
2074
+ name: string;
2075
+ annotations: {
2076
+ title: string;
2077
+ readOnlyHint: boolean;
2078
+ destructiveHint: boolean;
2079
+ openWorldHint: boolean;
2080
+ };
2081
+ description: string;
2082
+ inputSchema: {
2083
+ type: "object";
2084
+ properties: {
2085
+ agents_yaml: {
2086
+ type: string;
2087
+ description: string;
2088
+ };
2089
+ tasks_yaml: {
2090
+ type: string;
2091
+ description: string;
2092
+ };
2093
+ variables: {
2094
+ type: string;
2095
+ description: string;
2096
+ additionalProperties: {
2097
+ type: string;
2098
+ };
2099
+ };
2100
+ process_type: {
2101
+ type: string;
2102
+ enum: string[];
2103
+ description: string;
2104
+ };
2105
+ };
2106
+ required: string[];
2107
+ };
2108
+ };
2109
+ crew_status: {
2110
+ name: string;
2111
+ annotations: {
2112
+ title: string;
2113
+ readOnlyHint: boolean;
2114
+ destructiveHint: boolean;
2115
+ openWorldHint: boolean;
2116
+ };
2117
+ description: string;
2118
+ inputSchema: {
2119
+ type: "object";
2120
+ properties: {
2121
+ run_id: {
2122
+ type: string;
2123
+ description: string;
2124
+ };
2125
+ };
2126
+ required: string[];
2127
+ };
2128
+ };
2129
+ crew_list: {
2130
+ name: string;
2131
+ annotations: {
2132
+ title: string;
2133
+ readOnlyHint: boolean;
2134
+ destructiveHint: boolean;
2135
+ openWorldHint: boolean;
2136
+ };
2137
+ description: string;
2138
+ inputSchema: {
2139
+ type: "object";
2140
+ properties: {
2141
+ limit: {
2142
+ type: string;
2143
+ description: string;
2144
+ };
2145
+ status_filter: {
2146
+ type: string;
2147
+ enum: string[];
2148
+ description: string;
2149
+ };
2150
+ };
2151
+ };
2152
+ };
2153
+ crewai_health: {
2154
+ name: string;
2155
+ annotations: {
2156
+ title: string;
2157
+ readOnlyHint: boolean;
2158
+ destructiveHint: boolean;
2159
+ openWorldHint: boolean;
2160
+ };
2161
+ description: string;
2162
+ inputSchema: {
2163
+ type: "object";
2164
+ properties: {
2165
+ connection_id: {
2166
+ type: string;
2167
+ description: string;
2168
+ };
2169
+ };
2170
+ };
2171
+ };
2172
+ crewai_inputs: {
2173
+ name: string;
2174
+ annotations: {
2175
+ title: string;
2176
+ readOnlyHint: boolean;
2177
+ destructiveHint: boolean;
2178
+ openWorldHint: boolean;
2179
+ };
2180
+ description: string;
2181
+ inputSchema: {
2182
+ type: "object";
2183
+ properties: {
2184
+ connection_id: {
2185
+ type: string;
2186
+ description: string;
2187
+ };
2188
+ };
2189
+ };
2190
+ };
2191
+ crewai_kickoff: {
2192
+ name: string;
2193
+ annotations: {
2194
+ title: string;
2195
+ readOnlyHint: boolean;
2196
+ destructiveHint: boolean;
2197
+ openWorldHint: boolean;
2198
+ };
2199
+ description: string;
2200
+ inputSchema: {
2201
+ type: "object";
2202
+ properties: {
2203
+ inputs: {
2204
+ type: string;
2205
+ description: string;
2206
+ additionalProperties: {
2207
+ type: string;
2208
+ };
2209
+ };
2210
+ connection_id: {
2211
+ type: string;
2212
+ description: string;
2213
+ };
2214
+ };
2215
+ required: string[];
2216
+ };
2217
+ };
2218
+ crewai_status: {
2219
+ name: string;
2220
+ annotations: {
2221
+ title: string;
2222
+ readOnlyHint: boolean;
2223
+ destructiveHint: boolean;
2224
+ openWorldHint: boolean;
2225
+ };
2226
+ description: string;
2227
+ inputSchema: {
2228
+ type: "object";
2229
+ properties: {
2230
+ kickoff_id: {
2231
+ type: string;
2232
+ description: string;
2233
+ };
2234
+ connection_id: {
2235
+ type: string;
2236
+ description: string;
2237
+ };
2238
+ };
2239
+ required: string[];
2240
+ };
2241
+ };
2242
+ list_services: {
2243
+ name: string;
2244
+ annotations: {
2245
+ title: string;
2246
+ readOnlyHint: boolean;
2247
+ destructiveHint: boolean;
2248
+ openWorldHint: boolean;
2249
+ };
2250
+ description: string;
2251
+ inputSchema: {
2252
+ type: "object";
2253
+ properties: {
2254
+ category: {
2255
+ type: string;
2256
+ enum: string[];
2257
+ description: string;
2258
+ };
2259
+ };
2260
+ };
2261
+ };
2262
+ get_pending_approvals: {
2263
+ name: string;
2264
+ annotations: {
2265
+ title: string;
2266
+ readOnlyHint: boolean;
2267
+ destructiveHint: boolean;
2268
+ openWorldHint: boolean;
2269
+ };
2270
+ description: string;
2271
+ inputSchema: {
2272
+ type: "object";
2273
+ properties: {};
2274
+ };
2275
+ };
2276
+ approve_task: {
2277
+ name: string;
2278
+ annotations: {
2279
+ title: string;
2280
+ readOnlyHint: boolean;
2281
+ destructiveHint: boolean;
2282
+ openWorldHint: boolean;
2283
+ };
2284
+ description: string;
2285
+ inputSchema: {
2286
+ type: "object";
2287
+ properties: {
2288
+ approval_id: {
2289
+ type: string;
2290
+ description: string;
2291
+ };
2292
+ note: {
2293
+ type: string;
2294
+ description: string;
2295
+ };
2296
+ };
2297
+ required: string[];
2298
+ };
2299
+ };
2300
+ reject_task: {
2301
+ name: string;
2302
+ annotations: {
2303
+ title: string;
2304
+ readOnlyHint: boolean;
2305
+ destructiveHint: boolean;
2306
+ openWorldHint: boolean;
2307
+ };
2308
+ description: string;
2309
+ inputSchema: {
2310
+ type: "object";
2311
+ properties: {
2312
+ approval_id: {
2313
+ type: string;
2314
+ description: string;
2315
+ };
2316
+ reason: {
2317
+ type: string;
2318
+ description: string;
2319
+ };
2320
+ };
2321
+ required: string[];
2322
+ };
2323
+ };
2324
+ request_changes: {
2325
+ name: string;
2326
+ annotations: {
2327
+ title: string;
2328
+ readOnlyHint: boolean;
2329
+ destructiveHint: boolean;
2330
+ openWorldHint: boolean;
2331
+ };
2332
+ description: string;
2333
+ inputSchema: {
2334
+ type: "object";
2335
+ properties: {
2336
+ approval_id: {
2337
+ type: string;
2338
+ description: string;
2339
+ };
2340
+ changes: {
2341
+ type: string;
2342
+ description: string;
2343
+ };
2344
+ };
2345
+ required: string[];
2346
+ };
2347
+ };
2348
+ get_messages: {
2349
+ name: string;
2350
+ annotations: {
2351
+ title: string;
2352
+ readOnlyHint: boolean;
2353
+ destructiveHint: boolean;
2354
+ openWorldHint: boolean;
2355
+ };
2356
+ description: string;
2357
+ inputSchema: {
2358
+ type: "object";
2359
+ properties: {
2360
+ task_id: {
2361
+ type: string;
2362
+ description: string;
2363
+ };
2364
+ limit: {
2365
+ type: string;
2366
+ description: string;
2367
+ };
2368
+ };
2369
+ required: string[];
2370
+ };
2371
+ };
2372
+ send_message: {
2373
+ name: string;
2374
+ annotations: {
2375
+ title: string;
2376
+ readOnlyHint: boolean;
2377
+ destructiveHint: boolean;
2378
+ openWorldHint: boolean;
2379
+ };
2380
+ description: string;
2381
+ inputSchema: {
2382
+ type: "object";
2383
+ properties: {
2384
+ task_id: {
2385
+ type: string;
2386
+ description: string;
2387
+ };
2388
+ content: {
2389
+ type: string;
2390
+ description: string;
2391
+ };
2392
+ sender_name: {
2393
+ type: string;
2394
+ description: string;
2395
+ };
2396
+ };
2397
+ required: string[];
2398
+ };
2399
+ };
2400
+ create_task: {
2401
+ name: string;
2402
+ annotations: {
2403
+ title: string;
2404
+ readOnlyHint: boolean;
2405
+ destructiveHint: boolean;
2406
+ openWorldHint: boolean;
2407
+ };
2408
+ description: string;
2409
+ inputSchema: {
2410
+ type: "object";
2411
+ properties: {
2412
+ title: {
2413
+ type: string;
2414
+ description: string;
2415
+ };
2416
+ description: {
2417
+ type: string;
2418
+ description: string;
2419
+ };
2420
+ priority: {
2421
+ type: string;
2422
+ enum: string[];
2423
+ description: string;
2424
+ };
2425
+ link_to_task_id: {
2426
+ type: string;
2427
+ description: string;
2428
+ };
2429
+ };
2430
+ required: string[];
2431
+ };
2432
+ };
2433
+ list_tasks: {
2434
+ name: string;
2435
+ annotations: {
2436
+ title: string;
2437
+ readOnlyHint: boolean;
2438
+ destructiveHint: boolean;
2439
+ openWorldHint: boolean;
2440
+ };
2441
+ description: string;
2442
+ inputSchema: {
2443
+ type: "object";
2444
+ properties: {
2445
+ status: {
2446
+ type: string;
2447
+ enum: string[];
2448
+ description: string;
2449
+ };
2450
+ priority: {
2451
+ type: string;
2452
+ enum: string[];
2453
+ description: string;
2454
+ };
2455
+ assigned_to: {
2456
+ type: string;
2457
+ description: string;
2458
+ };
2459
+ limit: {
2460
+ type: string;
2461
+ description: string;
2462
+ };
2463
+ };
2464
+ };
2465
+ };
2466
+ get_task: {
2467
+ name: string;
2468
+ annotations: {
2469
+ title: string;
2470
+ readOnlyHint: boolean;
2471
+ destructiveHint: boolean;
2472
+ openWorldHint: boolean;
2473
+ };
2474
+ description: string;
2475
+ inputSchema: {
2476
+ type: "object";
2477
+ properties: {
2478
+ task_id: {
2479
+ type: string;
2480
+ description: string;
2481
+ pattern: string;
2482
+ };
2483
+ };
2484
+ required: string[];
2485
+ };
2486
+ };
2487
+ update_task: {
2488
+ name: string;
2489
+ annotations: {
2490
+ title: string;
2491
+ readOnlyHint: boolean;
2492
+ destructiveHint: boolean;
2493
+ openWorldHint: boolean;
2494
+ };
2495
+ description: string;
2496
+ inputSchema: {
2497
+ type: "object";
2498
+ properties: {
2499
+ task_id: {
2500
+ type: string;
2501
+ description: string;
2502
+ pattern: string;
2503
+ };
2504
+ status: {
2505
+ type: string;
2506
+ enum: string[];
2507
+ description: string;
2508
+ };
2509
+ priority: {
2510
+ type: string;
2511
+ enum: string[];
2512
+ description: string;
2513
+ };
2514
+ };
2515
+ required: string[];
2516
+ };
2517
+ };
2518
+ get_task_timeline: {
2519
+ name: string;
2520
+ annotations: {
2521
+ title: string;
2522
+ readOnlyHint: boolean;
2523
+ destructiveHint: boolean;
2524
+ openWorldHint: boolean;
2525
+ };
2526
+ description: string;
2527
+ inputSchema: {
2528
+ type: "object";
2529
+ properties: {
2530
+ task_id: {
2531
+ type: string;
2532
+ description: string;
2533
+ pattern: string;
2534
+ };
2535
+ };
2536
+ required: string[];
2537
+ };
2538
+ };
2539
+ cancel_task: {
2540
+ name: string;
2541
+ annotations: {
2542
+ title: string;
2543
+ readOnlyHint: boolean;
2544
+ destructiveHint: boolean;
2545
+ openWorldHint: boolean;
2546
+ };
2547
+ description: string;
2548
+ inputSchema: {
2549
+ type: "object";
2550
+ properties: {
2551
+ task_id: {
2552
+ type: string;
2553
+ description: string;
2554
+ pattern: string;
2555
+ };
2556
+ };
2557
+ required: string[];
2558
+ };
2559
+ };
2560
+ };
2561
+ export type ToolName = keyof typeof allTools;
2562
+ /**
2563
+ * Get tool definitions for ListTools response.
2564
+ * Filters by tier and includes annotations on each tool.
2565
+ *
2566
+ * Usage in MCP server:
2567
+ * server.setRequestHandler(ListToolsRequestSchema, async () => ({
2568
+ * tools: getToolDefinitions(resolveToolTier(authContext)),
2569
+ * }));
2570
+ */
2571
+ export declare function getToolDefinitions(tier?: ToolTier): {
2572
+ name: string;
2573
+ description: string;
2574
+ inputSchema: {
2575
+ type: "object";
2576
+ properties: {
2577
+ title: {
2578
+ type: string;
2579
+ description: string;
2580
+ };
2581
+ description: {
2582
+ type: string;
2583
+ description: string;
2584
+ };
2585
+ priority: {
2586
+ type: string;
2587
+ enum: string[];
2588
+ description: string;
2589
+ };
2590
+ link_to_task_id: {
2591
+ type: string;
2592
+ description: string;
2593
+ };
2594
+ };
2595
+ required: string[];
2596
+ } | {
2597
+ type: "object";
2598
+ properties: {
2599
+ status: {
2600
+ type: string;
2601
+ enum: string[];
2602
+ description: string;
2603
+ };
2604
+ priority: {
2605
+ type: string;
2606
+ enum: string[];
2607
+ description: string;
2608
+ };
2609
+ assigned_to: {
2610
+ type: string;
2611
+ description: string;
2612
+ };
2613
+ limit: {
2614
+ type: string;
2615
+ description: string;
2616
+ };
2617
+ };
2618
+ } | {
2619
+ type: "object";
2620
+ properties: {
2621
+ task_id: {
2622
+ type: string;
2623
+ description: string;
2624
+ pattern: string;
2625
+ };
2626
+ };
2627
+ required: string[];
2628
+ } | {
2629
+ type: "object";
2630
+ properties: {
2631
+ task_id: {
2632
+ type: string;
2633
+ description: string;
2634
+ pattern: string;
2635
+ };
2636
+ status: {
2637
+ type: string;
2638
+ enum: string[];
2639
+ description: string;
2640
+ };
2641
+ priority: {
2642
+ type: string;
2643
+ enum: string[];
2644
+ description: string;
2645
+ };
2646
+ };
2647
+ required: string[];
2648
+ } | {
2649
+ type: "object";
2650
+ properties: {
2651
+ task_id: {
2652
+ type: string;
2653
+ description: string;
2654
+ pattern: string;
2655
+ };
2656
+ };
2657
+ required: string[];
2658
+ } | {
2659
+ type: "object";
2660
+ properties: {
2661
+ task_id: {
2662
+ type: string;
2663
+ description: string;
2664
+ pattern: string;
2665
+ };
2666
+ };
2667
+ required: string[];
2668
+ } | {
2669
+ type: "object";
2670
+ properties: {
2671
+ task_id: {
2672
+ type: string;
2673
+ description: string;
2674
+ };
2675
+ limit: {
2676
+ type: string;
2677
+ description: string;
2678
+ };
2679
+ };
2680
+ required: string[];
2681
+ } | {
2682
+ type: "object";
2683
+ properties: {
2684
+ task_id: {
2685
+ type: string;
2686
+ description: string;
2687
+ };
2688
+ content: {
2689
+ type: string;
2690
+ description: string;
2691
+ };
2692
+ sender_name: {
2693
+ type: string;
2694
+ description: string;
2695
+ };
2696
+ };
2697
+ required: string[];
2698
+ } | {
2699
+ type: "object";
2700
+ properties: {};
2701
+ } | {
2702
+ type: "object";
2703
+ properties: {
2704
+ approval_id: {
2705
+ type: string;
2706
+ description: string;
2707
+ };
2708
+ note: {
2709
+ type: string;
2710
+ description: string;
2711
+ };
2712
+ };
2713
+ required: string[];
2714
+ } | {
2715
+ type: "object";
2716
+ properties: {
2717
+ approval_id: {
2718
+ type: string;
2719
+ description: string;
2720
+ };
2721
+ reason: {
2722
+ type: string;
2723
+ description: string;
2724
+ };
2725
+ };
2726
+ required: string[];
2727
+ } | {
2728
+ type: "object";
2729
+ properties: {
2730
+ approval_id: {
2731
+ type: string;
2732
+ description: string;
2733
+ };
2734
+ changes: {
2735
+ type: string;
2736
+ description: string;
2737
+ };
2738
+ };
2739
+ required: string[];
2740
+ } | {
2741
+ type: "object";
2742
+ properties: {
2743
+ category: {
2744
+ type: string;
2745
+ enum: string[];
2746
+ description: string;
2747
+ };
2748
+ };
2749
+ } | {
2750
+ type: "object";
2751
+ properties: {
2752
+ connection_id: {
2753
+ type: string;
2754
+ description: string;
2755
+ };
2756
+ };
2757
+ } | {
2758
+ type: "object";
2759
+ properties: {
2760
+ connection_id: {
2761
+ type: string;
2762
+ description: string;
2763
+ };
2764
+ };
2765
+ } | {
2766
+ type: "object";
2767
+ properties: {
2768
+ inputs: {
2769
+ type: string;
2770
+ description: string;
2771
+ additionalProperties: {
2772
+ type: string;
2773
+ };
2774
+ };
2775
+ connection_id: {
2776
+ type: string;
2777
+ description: string;
2778
+ };
2779
+ };
2780
+ required: string[];
2781
+ } | {
2782
+ type: "object";
2783
+ properties: {
2784
+ kickoff_id: {
2785
+ type: string;
2786
+ description: string;
2787
+ };
2788
+ connection_id: {
2789
+ type: string;
2790
+ description: string;
2791
+ };
2792
+ };
2793
+ required: string[];
2794
+ } | {
2795
+ type: "object";
2796
+ properties: {
2797
+ agents_yaml: {
2798
+ type: string;
2799
+ description: string;
2800
+ };
2801
+ tasks_yaml: {
2802
+ type: string;
2803
+ description: string;
2804
+ };
2805
+ };
2806
+ required: string[];
2807
+ } | {
2808
+ type: "object";
2809
+ properties: {
2810
+ agents_yaml: {
2811
+ type: string;
2812
+ description: string;
2813
+ };
2814
+ tasks_yaml: {
2815
+ type: string;
2816
+ description: string;
2817
+ };
2818
+ variables: {
2819
+ type: string;
2820
+ description: string;
2821
+ additionalProperties: {
2822
+ type: string;
2823
+ };
2824
+ };
2825
+ process_type: {
2826
+ type: string;
2827
+ enum: string[];
2828
+ description: string;
2829
+ };
2830
+ };
2831
+ required: string[];
2832
+ } | {
2833
+ type: "object";
2834
+ properties: {
2835
+ run_id: {
2836
+ type: string;
2837
+ description: string;
2838
+ };
2839
+ };
2840
+ required: string[];
2841
+ } | {
2842
+ type: "object";
2843
+ properties: {
2844
+ limit: {
2845
+ type: string;
2846
+ description: string;
2847
+ };
2848
+ status_filter: {
2849
+ type: string;
2850
+ enum: string[];
2851
+ description: string;
2852
+ };
2853
+ };
2854
+ } | {
2855
+ type: "object";
2856
+ properties: {
2857
+ connection_id: {
2858
+ type: string;
2859
+ description: string;
2860
+ };
2861
+ provider_id: {
2862
+ type: string;
2863
+ description: string;
2864
+ };
2865
+ };
2866
+ } | {
2867
+ type: "object";
2868
+ properties: {
2869
+ tool_name: {
2870
+ type: string;
2871
+ description: string;
2872
+ };
2873
+ tool_arguments: {
2874
+ type: string;
2875
+ description: string;
2876
+ additionalProperties: boolean;
2877
+ };
2878
+ connection_id: {
2879
+ type: string;
2880
+ description: string;
2881
+ };
2882
+ provider_id: {
2883
+ type: string;
2884
+ description: string;
2885
+ };
2886
+ };
2887
+ required: string[];
2888
+ } | {
2889
+ type: "object";
2890
+ properties: {
2891
+ jql: {
2892
+ type: string;
2893
+ description: string;
2894
+ };
2895
+ max_results: {
2896
+ type: string;
2897
+ description: string;
2898
+ };
2899
+ next_page_token: {
2900
+ type: string;
2901
+ description: string;
2902
+ };
2903
+ connection_id: {
2904
+ type: string;
2905
+ description: string;
2906
+ };
2907
+ };
2908
+ required: string[];
2909
+ } | {
2910
+ type: "object";
2911
+ properties: {
2912
+ issue_key: {
2913
+ type: string;
2914
+ description: string;
2915
+ };
2916
+ connection_id: {
2917
+ type: string;
2918
+ description: string;
2919
+ };
2920
+ };
2921
+ required: string[];
2922
+ } | {
2923
+ type: "object";
2924
+ properties: {
2925
+ project_key: {
2926
+ type: string;
2927
+ description: string;
2928
+ };
2929
+ summary: {
2930
+ type: string;
2931
+ description: string;
2932
+ };
2933
+ description: {
2934
+ type: string;
2935
+ description: string;
2936
+ };
2937
+ issue_type: {
2938
+ type: string;
2939
+ description: string;
2940
+ };
2941
+ priority: {
2942
+ type: string;
2943
+ description: string;
2944
+ };
2945
+ labels: {
2946
+ type: string;
2947
+ items: {
2948
+ type: string;
2949
+ };
2950
+ description: string;
2951
+ };
2952
+ connection_id: {
2953
+ type: string;
2954
+ description: string;
2955
+ };
2956
+ };
2957
+ required: string[];
2958
+ } | {
2959
+ type: "object";
2960
+ properties: {
2961
+ issue_key: {
2962
+ type: string;
2963
+ description: string;
2964
+ };
2965
+ summary: {
2966
+ type: string;
2967
+ description: string;
2968
+ };
2969
+ description: {
2970
+ type: string;
2971
+ description: string;
2972
+ };
2973
+ priority: {
2974
+ type: string;
2975
+ description: string;
2976
+ };
2977
+ labels: {
2978
+ type: string;
2979
+ items: {
2980
+ type: string;
2981
+ };
2982
+ description: string;
2983
+ };
2984
+ connection_id: {
2985
+ type: string;
2986
+ description: string;
2987
+ };
2988
+ };
2989
+ required: string[];
2990
+ } | {
2991
+ type: "object";
2992
+ properties: {
2993
+ issue_key: {
2994
+ type: string;
2995
+ description: string;
2996
+ };
2997
+ comment_body: {
2998
+ type: string;
2999
+ description: string;
3000
+ };
3001
+ connection_id: {
3002
+ type: string;
3003
+ description: string;
3004
+ };
3005
+ };
3006
+ required: string[];
3007
+ } | {
3008
+ type: "object";
3009
+ properties: {
3010
+ issue_key: {
3011
+ type: string;
3012
+ description: string;
3013
+ };
3014
+ max_results: {
3015
+ type: string;
3016
+ description: string;
3017
+ };
3018
+ connection_id: {
3019
+ type: string;
3020
+ description: string;
3021
+ };
3022
+ };
3023
+ required: string[];
3024
+ } | {
3025
+ type: "object";
3026
+ properties: {
3027
+ issue_key: {
3028
+ type: string;
3029
+ description: string;
3030
+ };
3031
+ connection_id: {
3032
+ type: string;
3033
+ description: string;
3034
+ };
3035
+ };
3036
+ required: string[];
3037
+ } | {
3038
+ type: "object";
3039
+ properties: {
3040
+ issue_key: {
3041
+ type: string;
3042
+ description: string;
3043
+ };
3044
+ transition_id: {
3045
+ type: string;
3046
+ description: string;
3047
+ };
3048
+ connection_id: {
3049
+ type: string;
3050
+ description: string;
3051
+ };
3052
+ };
3053
+ required: string[];
3054
+ } | {
3055
+ type: "object";
3056
+ properties: {
3057
+ max_results: {
3058
+ type: string;
3059
+ description: string;
3060
+ };
3061
+ connection_id: {
3062
+ type: string;
3063
+ description: string;
3064
+ };
3065
+ };
3066
+ } | {
3067
+ type: "object";
3068
+ properties: {
3069
+ issue_key: {
3070
+ type: string;
3071
+ description: string;
3072
+ };
3073
+ assignee_account_id: {
3074
+ type: string;
3075
+ description: string;
3076
+ };
3077
+ connection_id: {
3078
+ type: string;
3079
+ description: string;
3080
+ };
3081
+ };
3082
+ required: string[];
3083
+ } | {
3084
+ type: "object";
3085
+ properties: {};
3086
+ } | {
3087
+ type: "object";
3088
+ properties: {
3089
+ service_name: {
3090
+ type: string;
3091
+ description: string;
3092
+ };
3093
+ hours: {
3094
+ type: string;
3095
+ description: string;
3096
+ default: number;
3097
+ };
3098
+ };
3099
+ required: string[];
3100
+ } | {
3101
+ type: "object";
3102
+ properties: {
3103
+ status: {
3104
+ type: string;
3105
+ enum: string[];
3106
+ description: string;
3107
+ };
3108
+ severity: {
3109
+ type: string;
3110
+ enum: string[];
3111
+ description: string;
3112
+ };
3113
+ limit: {
3114
+ type: string;
3115
+ description: string;
3116
+ default: number;
3117
+ };
3118
+ };
3119
+ } | {
3120
+ type: "object";
3121
+ properties: {
3122
+ issue_id: {
3123
+ type: string;
3124
+ description: string;
3125
+ };
3126
+ notes: {
3127
+ type: string;
3128
+ description: string;
3129
+ };
3130
+ };
3131
+ required: string[];
3132
+ } | {
3133
+ type: "object";
3134
+ properties: {
3135
+ hours: {
3136
+ type: string;
3137
+ description: string;
3138
+ default: number;
3139
+ };
3140
+ event_type: {
3141
+ type: string;
3142
+ description: string;
3143
+ };
3144
+ limit: {
3145
+ type: string;
3146
+ description: string;
3147
+ default: number;
3148
+ };
3149
+ };
3150
+ } | {
3151
+ type: "object";
3152
+ properties: {
3153
+ query: {
3154
+ type: string;
3155
+ description: string;
3156
+ };
3157
+ repo: {
3158
+ type: string;
3159
+ description: string;
3160
+ };
3161
+ language: {
3162
+ type: string;
3163
+ description: string;
3164
+ };
3165
+ };
3166
+ required: string[];
3167
+ } | {
3168
+ type: "object";
3169
+ properties: {
3170
+ repo: {
3171
+ type: string;
3172
+ description: string;
3173
+ };
3174
+ path: {
3175
+ type: string;
3176
+ description: string;
3177
+ };
3178
+ branch: {
3179
+ type: string;
3180
+ description: string;
3181
+ };
3182
+ };
3183
+ required: string[];
3184
+ } | {
3185
+ type: "object";
3186
+ properties: {
3187
+ repo: {
3188
+ type: string;
3189
+ description: string;
3190
+ };
3191
+ title: {
3192
+ type: string;
3193
+ description: string;
3194
+ };
3195
+ body: {
3196
+ type: string;
3197
+ description: string;
3198
+ };
3199
+ head: {
3200
+ type: string;
3201
+ description: string;
3202
+ };
3203
+ base: {
3204
+ type: string;
3205
+ description: string;
3206
+ };
3207
+ };
3208
+ required: string[];
3209
+ } | {
3210
+ type: "object";
3211
+ properties: {
3212
+ repo: {
3213
+ type: string;
3214
+ description: string;
3215
+ };
3216
+ state: {
3217
+ type: string;
3218
+ enum: string[];
3219
+ description: string;
3220
+ };
3221
+ limit: {
3222
+ type: string;
3223
+ description: string;
3224
+ };
3225
+ };
3226
+ required: string[];
3227
+ } | {
3228
+ type: "object";
3229
+ properties: {
3230
+ repo: {
3231
+ type: string;
3232
+ description: string;
3233
+ };
3234
+ state: {
3235
+ type: string;
3236
+ enum: string[];
3237
+ description: string;
3238
+ };
3239
+ labels: {
3240
+ type: string;
3241
+ description: string;
3242
+ };
3243
+ limit: {
3244
+ type: string;
3245
+ description: string;
3246
+ };
3247
+ };
3248
+ required: string[];
3249
+ } | {
3250
+ type: "object";
3251
+ properties: {
3252
+ repo: {
3253
+ type: string;
3254
+ description: string;
3255
+ };
3256
+ title: {
3257
+ type: string;
3258
+ description: string;
3259
+ };
3260
+ body: {
3261
+ type: string;
3262
+ description: string;
3263
+ };
3264
+ labels: {
3265
+ type: string;
3266
+ items: {
3267
+ type: string;
3268
+ };
3269
+ description: string;
3270
+ };
3271
+ };
3272
+ required: string[];
3273
+ } | {
3274
+ type: "object";
3275
+ properties: {
3276
+ repo: {
3277
+ type: string;
3278
+ description: string;
3279
+ };
3280
+ status: {
3281
+ type: string;
3282
+ enum: string[];
3283
+ description: string;
3284
+ };
3285
+ limit: {
3286
+ type: string;
3287
+ description: string;
3288
+ };
3289
+ };
3290
+ required: string[];
3291
+ } | {
3292
+ type: "object";
3293
+ properties: {
3294
+ content: {
3295
+ type: string;
3296
+ description: string;
3297
+ };
3298
+ category: {
3299
+ type: string;
3300
+ enum: string[];
3301
+ description: string;
3302
+ };
3303
+ project: {
3304
+ type: string;
3305
+ description: string;
3306
+ };
3307
+ tags: {
3308
+ type: string;
3309
+ items: {
3310
+ type: string;
3311
+ };
3312
+ description: string;
3313
+ };
3314
+ };
3315
+ required: string[];
3316
+ } | {
3317
+ type: "object";
3318
+ properties: {
3319
+ query: {
3320
+ type: string;
3321
+ description: string;
3322
+ };
3323
+ category: {
3324
+ type: string;
3325
+ enum: string[];
3326
+ description: string;
3327
+ };
3328
+ project: {
3329
+ type: string;
3330
+ description: string;
3331
+ };
3332
+ limit: {
3333
+ type: string;
3334
+ description: string;
3335
+ };
3336
+ };
3337
+ required: string[];
3338
+ } | {
3339
+ type: "object";
3340
+ properties: {
3341
+ category: {
3342
+ type: string;
3343
+ enum: string[];
3344
+ description: string;
3345
+ };
3346
+ project: {
3347
+ type: string;
3348
+ description: string;
3349
+ };
3350
+ limit: {
3351
+ type: string;
3352
+ description: string;
3353
+ };
3354
+ };
3355
+ } | {
3356
+ type: "object";
3357
+ properties: {
3358
+ memory_id: {
3359
+ type: string;
3360
+ description: string;
3361
+ };
3362
+ };
3363
+ required: string[];
3364
+ } | {
3365
+ type: "object";
3366
+ properties: {
3367
+ query: {
3368
+ type: string;
3369
+ description: string;
3370
+ };
3371
+ num_results: {
3372
+ type: string;
3373
+ description: string;
3374
+ };
3375
+ search_type: {
3376
+ type: string;
3377
+ enum: string[];
3378
+ description: string;
3379
+ };
3380
+ include_domains: {
3381
+ type: string;
3382
+ items: {
3383
+ type: string;
3384
+ };
3385
+ description: string;
3386
+ };
3387
+ exclude_domains: {
3388
+ type: string;
3389
+ items: {
3390
+ type: string;
3391
+ };
3392
+ description: string;
3393
+ };
3394
+ start_published_date: {
3395
+ type: string;
3396
+ description: string;
3397
+ };
3398
+ use_autoprompt: {
3399
+ type: string;
3400
+ description: string;
3401
+ };
3402
+ };
3403
+ required: string[];
3404
+ } | {
3405
+ type: "object";
3406
+ properties: {
3407
+ url: {
3408
+ type: string;
3409
+ description: string;
3410
+ };
3411
+ num_results: {
3412
+ type: string;
3413
+ description: string;
3414
+ };
3415
+ include_domains: {
3416
+ type: string;
3417
+ items: {
3418
+ type: string;
3419
+ };
3420
+ description: string;
3421
+ };
3422
+ exclude_domains: {
3423
+ type: string;
3424
+ items: {
3425
+ type: string;
3426
+ };
3427
+ description: string;
3428
+ };
3429
+ };
3430
+ required: string[];
3431
+ } | {
3432
+ type: "object";
3433
+ properties: {
3434
+ urls: {
3435
+ type: string;
3436
+ items: {
3437
+ type: string;
3438
+ };
3439
+ description: string;
3440
+ };
3441
+ max_characters: {
3442
+ type: string;
3443
+ description: string;
3444
+ };
3445
+ };
3446
+ required: string[];
3447
+ } | {
3448
+ type: "object";
3449
+ properties: {
3450
+ servers: {
3451
+ type: string;
3452
+ items: {
3453
+ type: string;
3454
+ enum: string[];
3455
+ };
3456
+ description: string;
3457
+ };
3458
+ };
3459
+ } | {
3460
+ type: "object";
3461
+ properties: {};
3462
+ } | {
3463
+ type: "object";
3464
+ properties: {
3465
+ title: {
3466
+ type: string;
3467
+ description: string;
3468
+ };
3469
+ description: {
3470
+ type: string;
3471
+ description: string;
3472
+ };
3473
+ priority: {
3474
+ type: string;
3475
+ enum: string[];
3476
+ description: string;
3477
+ };
3478
+ };
3479
+ required: string[];
3480
+ } | {
3481
+ type: "object";
3482
+ properties: {
3483
+ task_id: {
3484
+ type: string;
3485
+ description: string;
3486
+ pattern: string;
3487
+ };
3488
+ title: {
3489
+ type: string;
3490
+ description: string;
3491
+ };
3492
+ description: {
3493
+ type: string;
3494
+ description: string;
3495
+ };
3496
+ priority: {
3497
+ type: string;
3498
+ enum: string[];
3499
+ description: string;
3500
+ };
3501
+ };
3502
+ required: string[];
3503
+ } | {
3504
+ type: "object";
3505
+ properties: {
3506
+ agent_layer: {
3507
+ type: string;
3508
+ enum: string[];
3509
+ description: string;
3510
+ };
3511
+ };
3512
+ } | {
3513
+ type: "object";
3514
+ properties: {
3515
+ active_only: {
3516
+ type: string;
3517
+ description: string;
3518
+ };
3519
+ };
3520
+ } | {
3521
+ type: "object";
3522
+ properties: {
3523
+ spec: {
3524
+ type: string;
3525
+ description: string;
3526
+ };
3527
+ grep: {
3528
+ type: string;
3529
+ description: string;
3530
+ };
3531
+ browser: {
3532
+ type: string;
3533
+ enum: string[];
3534
+ description: string;
3535
+ };
3536
+ headed: {
3537
+ type: string;
3538
+ description: string;
3539
+ };
3540
+ };
3541
+ } | {
3542
+ type: "object";
3543
+ properties: {
3544
+ base_url: {
3545
+ type: string;
3546
+ description: string;
3547
+ };
3548
+ pages: {
3549
+ type: string;
3550
+ items: {
3551
+ type: string;
3552
+ };
3553
+ description: string;
3554
+ };
3555
+ };
3556
+ } | {
3557
+ type: "object";
3558
+ properties: {
3559
+ method: {
3560
+ type: string;
3561
+ enum: string[];
3562
+ description: string;
3563
+ };
3564
+ path: {
3565
+ type: string;
3566
+ description: string;
3567
+ };
3568
+ body: {
3569
+ type: string;
3570
+ description: string;
3571
+ };
3572
+ expected_status: {
3573
+ type: string;
3574
+ description: string;
3575
+ };
3576
+ headers: {
3577
+ type: string;
3578
+ description: string;
3579
+ };
3580
+ };
3581
+ required: string[];
3582
+ } | {
3583
+ type: "object";
3584
+ properties: {
3585
+ type: {
3586
+ type: string;
3587
+ enum: string[];
3588
+ description: string;
3589
+ };
3590
+ threshold: {
3591
+ type: string;
3592
+ description: string;
3593
+ };
3594
+ };
3595
+ } | {
3596
+ type: "object";
3597
+ properties: {
3598
+ content: {
3599
+ type: string;
3600
+ description: string;
3601
+ };
3602
+ category: {
3603
+ type: string;
3604
+ enum: string[];
3605
+ description: string;
3606
+ };
3607
+ related_to: {
3608
+ type: string;
3609
+ items: {
3610
+ type: string;
3611
+ };
3612
+ description: string;
3613
+ };
3614
+ relationship_type: {
3615
+ type: string;
3616
+ enum: string[];
3617
+ description: string;
3618
+ };
3619
+ project: {
3620
+ type: string;
3621
+ description: string;
3622
+ };
3623
+ tags: {
3624
+ type: string;
3625
+ items: {
3626
+ type: string;
3627
+ };
3628
+ description: string;
3629
+ };
3630
+ };
3631
+ required: string[];
3632
+ } | {
3633
+ type: "object";
3634
+ properties: {
3635
+ query: {
3636
+ type: string;
3637
+ description: string;
3638
+ };
3639
+ depth: {
3640
+ type: string;
3641
+ description: string;
3642
+ };
3643
+ category: {
3644
+ type: string;
3645
+ enum: string[];
3646
+ description: string;
3647
+ };
3648
+ project: {
3649
+ type: string;
3650
+ description: string;
3651
+ };
3652
+ limit: {
3653
+ type: string;
3654
+ description: string;
3655
+ };
3656
+ };
3657
+ required: string[];
3658
+ } | {
3659
+ type: "object";
3660
+ properties: {
3661
+ topic: {
3662
+ type: string;
3663
+ description: string;
3664
+ };
3665
+ project: {
3666
+ type: string;
3667
+ description: string;
3668
+ };
3669
+ limit: {
3670
+ type: string;
3671
+ description: string;
3672
+ };
3673
+ };
3674
+ required: string[];
3675
+ } | {
3676
+ type: "object";
3677
+ properties: {
3678
+ task_title: {
3679
+ type: string;
3680
+ description: string;
3681
+ };
3682
+ task_description: {
3683
+ type: string;
3684
+ description: string;
3685
+ };
3686
+ project: {
3687
+ type: string;
3688
+ description: string;
3689
+ };
3690
+ };
3691
+ required: string[];
3692
+ } | {
3693
+ type: "object";
3694
+ properties: {
3695
+ to: {
3696
+ type: string;
3697
+ description: string;
3698
+ };
3699
+ subject: {
3700
+ type: string;
3701
+ description: string;
3702
+ };
3703
+ body: {
3704
+ type: string;
3705
+ description: string;
3706
+ };
3707
+ notification_type: {
3708
+ type: string;
3709
+ enum: string[];
3710
+ description: string;
3711
+ };
3712
+ priority: {
3713
+ type: string;
3714
+ enum: string[];
3715
+ description: string;
3716
+ };
3717
+ task_id: {
3718
+ type: string;
3719
+ description: string;
3720
+ };
3721
+ deliver_email: {
3722
+ type: string;
3723
+ description: string;
3724
+ };
3725
+ };
3726
+ required: string[];
3727
+ } | {
3728
+ type: "object";
3729
+ properties: {
3730
+ agent_id: {
3731
+ type: string;
3732
+ description: string;
3733
+ };
3734
+ unread_only: {
3735
+ type: string;
3736
+ description: string;
3737
+ };
3738
+ notification_type: {
3739
+ type: string;
3740
+ enum: string[];
3741
+ description: string;
3742
+ };
3743
+ limit: {
3744
+ type: string;
3745
+ description: string;
3746
+ };
3747
+ };
3748
+ } | {
3749
+ type: "object";
3750
+ properties: {
3751
+ agent_id: {
3752
+ type: string;
3753
+ description: string;
3754
+ pattern: string;
3755
+ };
3756
+ };
3757
+ required: string[];
3758
+ } | {
3759
+ type: "object";
3760
+ properties: {
3761
+ name: {
3762
+ type: string;
3763
+ description: string;
3764
+ };
3765
+ task_title: {
3766
+ type: string;
3767
+ description: string;
3768
+ };
3769
+ task_description: {
3770
+ type: string;
3771
+ description: string;
3772
+ };
3773
+ task_priority: {
3774
+ type: string;
3775
+ enum: string[];
3776
+ description: string;
3777
+ };
3778
+ schedule_type: {
3779
+ type: string;
3780
+ enum: string[];
3781
+ description: string;
3782
+ };
3783
+ frequency: {
3784
+ type: string;
3785
+ enum: string[];
3786
+ description: string;
3787
+ };
3788
+ time: {
3789
+ type: string;
3790
+ description: string;
3791
+ };
3792
+ timezone: {
3793
+ type: string;
3794
+ description: string;
3795
+ };
3796
+ day_of_week: {
3797
+ type: string;
3798
+ description: string;
3799
+ };
3800
+ day_of_month: {
3801
+ type: string;
3802
+ description: string;
3803
+ };
3804
+ schedule_at: {
3805
+ type: string;
3806
+ description: string;
3807
+ };
3808
+ overlap_policy: {
3809
+ type: string;
3810
+ enum: string[];
3811
+ description: string;
3812
+ };
3813
+ };
3814
+ required: string[];
3815
+ } | {
3816
+ type: "object";
3817
+ properties: {
3818
+ enabled_only: {
3819
+ type: string;
3820
+ description: string;
3821
+ };
3822
+ limit: {
3823
+ type: string;
3824
+ description: string;
3825
+ };
3826
+ };
3827
+ } | {
3828
+ type: "object";
3829
+ properties: {
3830
+ schedule_id: {
3831
+ type: string;
3832
+ description: string;
3833
+ };
3834
+ action: {
3835
+ type: string;
3836
+ enum: string[];
3837
+ description: string;
3838
+ };
3839
+ reason: {
3840
+ type: string;
3841
+ description: string;
3842
+ };
3843
+ };
3844
+ required: string[];
3845
+ } | {
3846
+ type: "object";
3847
+ properties: {
3848
+ schedule_id: {
3849
+ type: string;
3850
+ description: string;
3851
+ };
3852
+ };
3853
+ required: string[];
3854
+ } | {
3855
+ type: "object";
3856
+ properties: {
3857
+ connection_id: {
3858
+ type: string;
3859
+ description: string;
3860
+ };
3861
+ };
3862
+ } | {
3863
+ type: "object";
3864
+ properties: {
3865
+ profile_fields: {
3866
+ type: string;
3867
+ description: string;
3868
+ };
3869
+ connection_id: {
3870
+ type: string;
3871
+ description: string;
3872
+ };
3873
+ };
3874
+ required: string[];
3875
+ } | {
3876
+ type: "object";
3877
+ properties: {
3878
+ limit: {
3879
+ type: string;
3880
+ description: string;
3881
+ };
3882
+ connection_id: {
3883
+ type: string;
3884
+ description: string;
3885
+ };
3886
+ };
3887
+ } | {
3888
+ type: "object";
3889
+ properties: {
3890
+ sort: {
3891
+ type: string;
3892
+ description: string;
3893
+ };
3894
+ limit: {
3895
+ type: string;
3896
+ description: string;
3897
+ };
3898
+ connection_id: {
3899
+ type: string;
3900
+ description: string;
3901
+ };
3902
+ };
3903
+ } | {
3904
+ type: "object";
3905
+ properties: {
3906
+ post_id: {
3907
+ type: string;
3908
+ description: string;
3909
+ };
3910
+ connection_id: {
3911
+ type: string;
3912
+ description: string;
3913
+ };
3914
+ };
3915
+ required: string[];
3916
+ } | {
3917
+ type: "object";
3918
+ properties: {
3919
+ title: {
3920
+ type: string;
3921
+ description: string;
3922
+ };
3923
+ content: {
3924
+ type: string;
3925
+ description: string;
3926
+ };
3927
+ submolt: {
3928
+ type: string;
3929
+ description: string;
3930
+ };
3931
+ connection_id: {
3932
+ type: string;
3933
+ description: string;
3934
+ };
3935
+ };
3936
+ required: string[];
3937
+ } | {
3938
+ type: "object";
3939
+ properties: {
3940
+ post_id: {
3941
+ type: string;
3942
+ description: string;
3943
+ };
3944
+ limit: {
3945
+ type: string;
3946
+ description: string;
3947
+ };
3948
+ connection_id: {
3949
+ type: string;
3950
+ description: string;
3951
+ };
3952
+ };
3953
+ required: string[];
3954
+ } | {
3955
+ type: "object";
3956
+ properties: {
3957
+ post_id: {
3958
+ type: string;
3959
+ description: string;
3960
+ };
3961
+ content: {
3962
+ type: string;
3963
+ description: string;
3964
+ };
3965
+ parent_comment_id: {
3966
+ type: string;
3967
+ description: string;
3968
+ };
3969
+ connection_id: {
3970
+ type: string;
3971
+ description: string;
3972
+ };
3973
+ };
3974
+ required: string[];
3975
+ } | {
3976
+ type: "object";
3977
+ properties: {
3978
+ post_id: {
3979
+ type: string;
3980
+ description: string;
3981
+ };
3982
+ connection_id: {
3983
+ type: string;
3984
+ description: string;
3985
+ };
3986
+ };
3987
+ required: string[];
3988
+ } | {
3989
+ type: "object";
3990
+ properties: {
3991
+ post_id: {
3992
+ type: string;
3993
+ description: string;
3994
+ };
3995
+ connection_id: {
3996
+ type: string;
3997
+ description: string;
3998
+ };
3999
+ };
4000
+ required: string[];
4001
+ } | {
4002
+ type: "object";
4003
+ properties: {
4004
+ query: {
4005
+ type: string;
4006
+ description: string;
4007
+ };
4008
+ search_type: {
4009
+ type: string;
4010
+ description: string;
4011
+ };
4012
+ limit: {
4013
+ type: string;
4014
+ description: string;
4015
+ };
4016
+ connection_id: {
4017
+ type: string;
4018
+ description: string;
4019
+ };
4020
+ };
4021
+ required: string[];
4022
+ } | {
4023
+ type: "object";
4024
+ properties: {
4025
+ limit: {
4026
+ type: string;
4027
+ description: string;
4028
+ };
4029
+ connection_id: {
4030
+ type: string;
4031
+ description: string;
4032
+ };
4033
+ };
4034
+ } | {
4035
+ type: "object";
4036
+ properties: {
4037
+ source: {
4038
+ type: string;
4039
+ enum: string[];
4040
+ description: string;
4041
+ };
4042
+ status: {
4043
+ type: string;
4044
+ enum: string[];
4045
+ description: string;
4046
+ };
4047
+ search: {
4048
+ type: string;
4049
+ description: string;
4050
+ minLength: number;
4051
+ };
4052
+ include_moltbook: {
4053
+ type: string;
4054
+ description: string;
4055
+ };
4056
+ };
4057
+ } | {
4058
+ type: "object";
4059
+ properties: {
4060
+ organization_id: {
4061
+ type: string;
4062
+ description: string;
4063
+ };
4064
+ format: {
4065
+ type: string;
4066
+ enum: string[];
4067
+ description: string;
4068
+ default: string;
4069
+ };
4070
+ };
4071
+ required: string[];
4072
+ } | {
4073
+ type: "object";
4074
+ properties: {
4075
+ organization_id: {
4076
+ type: string;
4077
+ description: string;
4078
+ };
4079
+ content: {
4080
+ type: string;
4081
+ description: string;
4082
+ };
4083
+ };
4084
+ required: string[];
4085
+ } | {
4086
+ type: "object";
4087
+ properties: {
4088
+ organization_id: {
4089
+ type: string;
4090
+ description: string;
4091
+ };
4092
+ content: {
4093
+ type: string;
4094
+ description: string;
4095
+ };
4096
+ };
4097
+ required: string[];
4098
+ } | {
4099
+ type: "object";
4100
+ properties: {
4101
+ organization_id: {
4102
+ type: string;
4103
+ description: string;
4104
+ };
4105
+ template: {
4106
+ type: string;
4107
+ enum: string[];
4108
+ description: string;
4109
+ };
4110
+ };
4111
+ required: string[];
4112
+ };
4113
+ annotations: any;
4114
+ }[];
685
4115
  export interface GatewayAuthResult {
686
4116
  allowed: boolean;
687
4117
  request_id?: string;