@missionsquad/mcp-defillama 1.0.0 → 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.
package/dist/tools.d.ts CHANGED
@@ -8,7 +8,16 @@ export declare const tools: ({
8
8
  chain?: undefined;
9
9
  coins?: undefined;
10
10
  timestamp?: undefined;
11
+ searchWidth?: undefined;
12
+ start?: undefined;
13
+ end?: undefined;
14
+ span?: undefined;
15
+ period?: undefined;
16
+ lookForward?: undefined;
17
+ includePrices?: undefined;
18
+ stablecoin?: undefined;
11
19
  asset?: undefined;
20
+ pool?: undefined;
12
21
  };
13
22
  required: never[];
14
23
  };
@@ -20,11 +29,21 @@ export declare const tools: ({
20
29
  properties: {
21
30
  protocol: {
22
31
  type: string;
32
+ description: string;
23
33
  };
24
34
  chain?: undefined;
25
35
  coins?: undefined;
26
36
  timestamp?: undefined;
37
+ searchWidth?: undefined;
38
+ start?: undefined;
39
+ end?: undefined;
40
+ span?: undefined;
41
+ period?: undefined;
42
+ lookForward?: undefined;
43
+ includePrices?: undefined;
44
+ stablecoin?: undefined;
27
45
  asset?: undefined;
46
+ pool?: undefined;
28
47
  };
29
48
  required: string[];
30
49
  };
@@ -36,11 +55,21 @@ export declare const tools: ({
36
55
  properties: {
37
56
  chain: {
38
57
  type: string;
58
+ description: string;
39
59
  };
40
60
  protocol?: undefined;
41
61
  coins?: undefined;
42
62
  timestamp?: undefined;
63
+ searchWidth?: undefined;
64
+ start?: undefined;
65
+ end?: undefined;
66
+ span?: undefined;
67
+ period?: undefined;
68
+ lookForward?: undefined;
69
+ includePrices?: undefined;
70
+ stablecoin?: undefined;
43
71
  asset?: undefined;
72
+ pool?: undefined;
44
73
  };
45
74
  required: string[];
46
75
  };
@@ -52,6 +81,7 @@ export declare const tools: ({
52
81
  properties: {
53
82
  coins: {
54
83
  type: string;
84
+ description: string;
55
85
  items: {
56
86
  type: string;
57
87
  };
@@ -59,7 +89,16 @@ export declare const tools: ({
59
89
  protocol?: undefined;
60
90
  chain?: undefined;
61
91
  timestamp?: undefined;
92
+ searchWidth?: undefined;
93
+ start?: undefined;
94
+ end?: undefined;
95
+ span?: undefined;
96
+ period?: undefined;
97
+ lookForward?: undefined;
98
+ includePrices?: undefined;
99
+ stablecoin?: undefined;
62
100
  asset?: undefined;
101
+ pool?: undefined;
63
102
  };
64
103
  required: string[];
65
104
  };
@@ -71,16 +110,254 @@ export declare const tools: ({
71
110
  properties: {
72
111
  coins: {
73
112
  type: string;
113
+ description: string;
74
114
  items: {
75
115
  type: string;
76
116
  };
77
117
  };
78
118
  timestamp: {
79
119
  type: string;
120
+ description: string;
80
121
  };
81
122
  protocol?: undefined;
82
123
  chain?: undefined;
124
+ searchWidth?: undefined;
125
+ start?: undefined;
126
+ end?: undefined;
127
+ span?: undefined;
128
+ period?: undefined;
129
+ lookForward?: undefined;
130
+ includePrices?: undefined;
131
+ stablecoin?: undefined;
83
132
  asset?: undefined;
133
+ pool?: undefined;
134
+ };
135
+ required: string[];
136
+ };
137
+ } | {
138
+ name: string;
139
+ description: string;
140
+ inputSchema: {
141
+ type: string;
142
+ properties: {
143
+ coins: {
144
+ type: string;
145
+ description: string;
146
+ additionalProperties: {
147
+ type: string;
148
+ items: {
149
+ type: string;
150
+ };
151
+ };
152
+ };
153
+ searchWidth: {
154
+ type: string;
155
+ description: string;
156
+ };
157
+ protocol?: undefined;
158
+ chain?: undefined;
159
+ timestamp?: undefined;
160
+ start?: undefined;
161
+ end?: undefined;
162
+ span?: undefined;
163
+ period?: undefined;
164
+ lookForward?: undefined;
165
+ includePrices?: undefined;
166
+ stablecoin?: undefined;
167
+ asset?: undefined;
168
+ pool?: undefined;
169
+ };
170
+ required: string[];
171
+ };
172
+ } | {
173
+ name: string;
174
+ description: string;
175
+ inputSchema: {
176
+ type: string;
177
+ properties: {
178
+ coins: {
179
+ type: string;
180
+ description: string;
181
+ items: {
182
+ type: string;
183
+ };
184
+ };
185
+ start: {
186
+ type: string;
187
+ description: string;
188
+ };
189
+ end: {
190
+ type: string;
191
+ description: string;
192
+ };
193
+ span: {
194
+ type: string;
195
+ description: string;
196
+ };
197
+ period: {
198
+ type: string;
199
+ description: string;
200
+ };
201
+ searchWidth: {
202
+ type: string;
203
+ description: string;
204
+ };
205
+ protocol?: undefined;
206
+ chain?: undefined;
207
+ timestamp?: undefined;
208
+ lookForward?: undefined;
209
+ includePrices?: undefined;
210
+ stablecoin?: undefined;
211
+ asset?: undefined;
212
+ pool?: undefined;
213
+ };
214
+ required: string[];
215
+ };
216
+ } | {
217
+ name: string;
218
+ description: string;
219
+ inputSchema: {
220
+ type: string;
221
+ properties: {
222
+ coins: {
223
+ type: string;
224
+ description: string;
225
+ items: {
226
+ type: string;
227
+ };
228
+ };
229
+ timestamp: {
230
+ type: string;
231
+ description: string;
232
+ };
233
+ lookForward: {
234
+ type: string;
235
+ description: string;
236
+ };
237
+ period: {
238
+ type: string;
239
+ description: string;
240
+ };
241
+ protocol?: undefined;
242
+ chain?: undefined;
243
+ searchWidth?: undefined;
244
+ start?: undefined;
245
+ end?: undefined;
246
+ span?: undefined;
247
+ includePrices?: undefined;
248
+ stablecoin?: undefined;
249
+ asset?: undefined;
250
+ pool?: undefined;
251
+ };
252
+ required: string[];
253
+ };
254
+ } | {
255
+ name: string;
256
+ description: string;
257
+ inputSchema: {
258
+ type: string;
259
+ properties: {
260
+ chain: {
261
+ type: string;
262
+ description: string;
263
+ };
264
+ timestamp: {
265
+ type: string;
266
+ description: string;
267
+ };
268
+ protocol?: undefined;
269
+ coins?: undefined;
270
+ searchWidth?: undefined;
271
+ start?: undefined;
272
+ end?: undefined;
273
+ span?: undefined;
274
+ period?: undefined;
275
+ lookForward?: undefined;
276
+ includePrices?: undefined;
277
+ stablecoin?: undefined;
278
+ asset?: undefined;
279
+ pool?: undefined;
280
+ };
281
+ required: string[];
282
+ };
283
+ } | {
284
+ name: string;
285
+ description: string;
286
+ inputSchema: {
287
+ type: string;
288
+ properties: {
289
+ includePrices: {
290
+ type: string;
291
+ description: string;
292
+ };
293
+ protocol?: undefined;
294
+ chain?: undefined;
295
+ coins?: undefined;
296
+ timestamp?: undefined;
297
+ searchWidth?: undefined;
298
+ start?: undefined;
299
+ end?: undefined;
300
+ span?: undefined;
301
+ period?: undefined;
302
+ lookForward?: undefined;
303
+ stablecoin?: undefined;
304
+ asset?: undefined;
305
+ pool?: undefined;
306
+ };
307
+ required: never[];
308
+ };
309
+ } | {
310
+ name: string;
311
+ description: string;
312
+ inputSchema: {
313
+ type: string;
314
+ properties: {
315
+ stablecoin: {
316
+ type: string;
317
+ description: string;
318
+ };
319
+ protocol?: undefined;
320
+ chain?: undefined;
321
+ coins?: undefined;
322
+ timestamp?: undefined;
323
+ searchWidth?: undefined;
324
+ start?: undefined;
325
+ end?: undefined;
326
+ span?: undefined;
327
+ period?: undefined;
328
+ lookForward?: undefined;
329
+ includePrices?: undefined;
330
+ asset?: undefined;
331
+ pool?: undefined;
332
+ };
333
+ required: never[];
334
+ };
335
+ } | {
336
+ name: string;
337
+ description: string;
338
+ inputSchema: {
339
+ type: string;
340
+ properties: {
341
+ chain: {
342
+ type: string;
343
+ description: string;
344
+ };
345
+ stablecoin: {
346
+ type: string;
347
+ description: string;
348
+ };
349
+ protocol?: undefined;
350
+ coins?: undefined;
351
+ timestamp?: undefined;
352
+ searchWidth?: undefined;
353
+ start?: undefined;
354
+ end?: undefined;
355
+ span?: undefined;
356
+ period?: undefined;
357
+ lookForward?: undefined;
358
+ includePrices?: undefined;
359
+ asset?: undefined;
360
+ pool?: undefined;
84
361
  };
85
362
  required: string[];
86
363
  };
@@ -92,11 +369,158 @@ export declare const tools: ({
92
369
  properties: {
93
370
  asset: {
94
371
  type: string;
372
+ description: string;
373
+ };
374
+ protocol?: undefined;
375
+ chain?: undefined;
376
+ coins?: undefined;
377
+ timestamp?: undefined;
378
+ searchWidth?: undefined;
379
+ start?: undefined;
380
+ end?: undefined;
381
+ span?: undefined;
382
+ period?: undefined;
383
+ lookForward?: undefined;
384
+ includePrices?: undefined;
385
+ stablecoin?: undefined;
386
+ pool?: undefined;
387
+ };
388
+ required: string[];
389
+ };
390
+ } | {
391
+ name: string;
392
+ description: string;
393
+ inputSchema: {
394
+ type: string;
395
+ properties: {
396
+ pool: {
397
+ type: string;
398
+ description: string;
95
399
  };
96
400
  protocol?: undefined;
97
401
  chain?: undefined;
98
402
  coins?: undefined;
99
403
  timestamp?: undefined;
404
+ searchWidth?: undefined;
405
+ start?: undefined;
406
+ end?: undefined;
407
+ span?: undefined;
408
+ period?: undefined;
409
+ lookForward?: undefined;
410
+ includePrices?: undefined;
411
+ stablecoin?: undefined;
412
+ asset?: undefined;
413
+ };
414
+ required: string[];
415
+ };
416
+ } | {
417
+ name: string;
418
+ description: string;
419
+ inputSchema: {
420
+ type: string;
421
+ properties: {
422
+ excludeTotalDataChart: {
423
+ type: string;
424
+ description: string;
425
+ };
426
+ excludeTotalDataChartBreakdown: {
427
+ type: string;
428
+ description: string;
429
+ };
430
+ dataType: {
431
+ type: string;
432
+ description: string;
433
+ };
434
+ protocol?: undefined;
435
+ chain?: undefined;
436
+ coins?: undefined;
437
+ timestamp?: undefined;
438
+ searchWidth?: undefined;
439
+ start?: undefined;
440
+ end?: undefined;
441
+ span?: undefined;
442
+ period?: undefined;
443
+ lookForward?: undefined;
444
+ includePrices?: undefined;
445
+ stablecoin?: undefined;
446
+ asset?: undefined;
447
+ pool?: undefined;
448
+ };
449
+ required: never[];
450
+ };
451
+ } | {
452
+ name: string;
453
+ description: string;
454
+ inputSchema: {
455
+ type: string;
456
+ properties: {
457
+ excludeTotalDataChart: {
458
+ type: string;
459
+ description: string;
460
+ };
461
+ excludeTotalDataChartBreakdown: {
462
+ type: string;
463
+ description: string;
464
+ };
465
+ dataType: {
466
+ type: string;
467
+ description: string;
468
+ };
469
+ chain: {
470
+ type: string;
471
+ description: string;
472
+ };
473
+ protocol?: undefined;
474
+ coins?: undefined;
475
+ timestamp?: undefined;
476
+ searchWidth?: undefined;
477
+ start?: undefined;
478
+ end?: undefined;
479
+ span?: undefined;
480
+ period?: undefined;
481
+ lookForward?: undefined;
482
+ includePrices?: undefined;
483
+ stablecoin?: undefined;
484
+ asset?: undefined;
485
+ pool?: undefined;
486
+ };
487
+ required: string[];
488
+ };
489
+ } | {
490
+ name: string;
491
+ description: string;
492
+ inputSchema: {
493
+ type: string;
494
+ properties: {
495
+ excludeTotalDataChart: {
496
+ type: string;
497
+ description: string;
498
+ };
499
+ excludeTotalDataChartBreakdown: {
500
+ type: string;
501
+ description: string;
502
+ };
503
+ dataType: {
504
+ type: string;
505
+ description: string;
506
+ };
507
+ protocol: {
508
+ type: string;
509
+ description: string;
510
+ };
511
+ chain?: undefined;
512
+ coins?: undefined;
513
+ timestamp?: undefined;
514
+ searchWidth?: undefined;
515
+ start?: undefined;
516
+ end?: undefined;
517
+ span?: undefined;
518
+ period?: undefined;
519
+ lookForward?: undefined;
520
+ includePrices?: undefined;
521
+ stablecoin?: undefined;
522
+ asset?: undefined;
523
+ pool?: undefined;
100
524
  };
101
525
  required: string[];
102
526
  };