@opentabs-dev/opentabs-plugin-coinbase 0.0.80 → 0.0.81

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.json DELETED
@@ -1,1272 +0,0 @@
1
- {
2
- "sdkVersion": "0.0.80",
3
- "iconSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#0052FF\"/></svg>",
4
- "iconInactiveSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#999999\"/></svg>",
5
- "iconDarkSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#1a63ff\"/></svg>",
6
- "iconDarkInactiveSvg": "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.243 16.846a5.082 5.082 0 01-3.532-1.332 4.993 4.993 0 01-1.474-3.49c-.013-1.327.5-2.605 1.427-3.556a5.07 5.07 0 013.532-1.487h.094c1.12.014 2.187.442 3.003 1.205l-1.59 1.69a2.574 2.574 0 00-1.46-.485 2.578 2.578 0 00-1.807.752 2.514 2.514 0 00-.726 1.847c.005.696.285 1.362.78 1.856a2.578 2.578 0 001.86.754c.586 0 1.146-.22 1.578-.619l1.537 1.727a5.098 5.098 0 01-3.222 1.138z\" fill=\"#999999\"/></svg>",
7
- "tools": [
8
- {
9
- "name": "get_current_user",
10
- "displayName": "Get Current User",
11
- "description": "Get the authenticated Coinbase user profile including name, email, native currency, avatar, account creation date, and country.",
12
- "summary": "Get the authenticated user profile",
13
- "icon": "user",
14
- "group": "Account",
15
- "input_schema": {
16
- "type": "object",
17
- "properties": {},
18
- "additionalProperties": false
19
- },
20
- "output_schema": {
21
- "type": "object",
22
- "properties": {
23
- "user": {
24
- "type": "object",
25
- "properties": {
26
- "uuid": {
27
- "type": "string",
28
- "description": "User UUID"
29
- },
30
- "name": {
31
- "type": "string",
32
- "description": "Full display name"
33
- },
34
- "email": {
35
- "type": "string",
36
- "description": "Email address"
37
- },
38
- "native_currency": {
39
- "type": "string",
40
- "description": "Native fiat currency code (e.g. USD)"
41
- },
42
- "avatar_url": {
43
- "type": "string",
44
- "description": "Avatar image URL"
45
- },
46
- "created_at": {
47
- "type": "string",
48
- "description": "Account creation date (ISO 8601)"
49
- },
50
- "country_code": {
51
- "type": "string",
52
- "description": "Two-letter country code"
53
- },
54
- "country_name": {
55
- "type": "string",
56
- "description": "Country name"
57
- }
58
- },
59
- "required": [
60
- "uuid",
61
- "name",
62
- "email",
63
- "native_currency",
64
- "avatar_url",
65
- "created_at",
66
- "country_code",
67
- "country_name"
68
- ],
69
- "additionalProperties": false
70
- }
71
- },
72
- "required": [
73
- "user"
74
- ],
75
- "additionalProperties": false
76
- }
77
- },
78
- {
79
- "name": "list_portfolios",
80
- "displayName": "List Portfolios",
81
- "description": "List all portfolios in the Coinbase account. Most users have a single \"Primary\" portfolio of type DEFAULT.",
82
- "summary": "List all portfolios",
83
- "icon": "briefcase",
84
- "group": "Portfolio",
85
- "input_schema": {
86
- "type": "object",
87
- "properties": {},
88
- "additionalProperties": false
89
- },
90
- "output_schema": {
91
- "type": "object",
92
- "properties": {
93
- "portfolios": {
94
- "type": "array",
95
- "items": {
96
- "type": "object",
97
- "properties": {
98
- "uuid": {
99
- "type": "string",
100
- "description": "Portfolio UUID"
101
- },
102
- "name": {
103
- "type": "string",
104
- "description": "Portfolio name (e.g. \"Primary\")"
105
- },
106
- "type": {
107
- "type": "string",
108
- "description": "Portfolio type (e.g. DEFAULT)"
109
- }
110
- },
111
- "required": [
112
- "uuid",
113
- "name",
114
- "type"
115
- ],
116
- "additionalProperties": false
117
- },
118
- "description": "List of portfolios"
119
- }
120
- },
121
- "required": [
122
- "portfolios"
123
- ],
124
- "additionalProperties": false
125
- }
126
- },
127
- {
128
- "name": "get_asset_by_uuid",
129
- "displayName": "Get Asset by UUID",
130
- "description": "Get detailed information about a cryptocurrency asset by its Coinbase UUID. Returns market data, price, categories, and supported networks.",
131
- "summary": "Get asset details by UUID",
132
- "icon": "circle-dollar-sign",
133
- "group": "Assets",
134
- "input_schema": {
135
- "type": "object",
136
- "properties": {
137
- "uuid": {
138
- "type": "string",
139
- "description": "Asset UUID (e.g. \"5b71fc48-3dd3-540c-809b-f8c94d0e68b5\" for Bitcoin)"
140
- },
141
- "quote_currency": {
142
- "description": "Quote currency for price (default \"USD\")",
143
- "type": "string"
144
- }
145
- },
146
- "required": [
147
- "uuid"
148
- ],
149
- "additionalProperties": false
150
- },
151
- "output_schema": {
152
- "type": "object",
153
- "properties": {
154
- "asset": {
155
- "type": "object",
156
- "properties": {
157
- "uuid": {
158
- "type": "string",
159
- "description": "Asset UUID"
160
- },
161
- "name": {
162
- "type": "string",
163
- "description": "Asset full name (e.g. \"Bitcoin\")"
164
- },
165
- "symbol": {
166
- "type": "string",
167
- "description": "Ticker symbol (e.g. \"BTC\")"
168
- },
169
- "slug": {
170
- "type": "string",
171
- "description": "URL slug (e.g. \"bitcoin\")"
172
- },
173
- "description": {
174
- "type": "string",
175
- "description": "Asset description"
176
- },
177
- "color": {
178
- "type": "string",
179
- "description": "Brand color hex code"
180
- },
181
- "image_url": {
182
- "type": "string",
183
- "description": "Asset icon image URL"
184
- },
185
- "circulating_supply": {
186
- "type": "string",
187
- "description": "Circulating supply as numeric string"
188
- },
189
- "max_supply": {
190
- "type": "string",
191
- "description": "Maximum supply as numeric string (empty if uncapped)"
192
- },
193
- "market_cap": {
194
- "type": "string",
195
- "description": "Market capitalization in USD as numeric string"
196
- },
197
- "volume_24h": {
198
- "type": "string",
199
- "description": "24-hour trading volume in USD as numeric string"
200
- },
201
- "all_time_high": {
202
- "type": "string",
203
- "description": "All-time high price in USD as numeric string"
204
- },
205
- "unit_price_scale": {
206
- "type": "number",
207
- "description": "Decimal places for price display"
208
- }
209
- },
210
- "required": [
211
- "uuid",
212
- "name",
213
- "symbol",
214
- "slug",
215
- "description",
216
- "color",
217
- "image_url",
218
- "circulating_supply",
219
- "max_supply",
220
- "market_cap",
221
- "volume_24h",
222
- "all_time_high",
223
- "unit_price_scale"
224
- ],
225
- "additionalProperties": false
226
- },
227
- "latest_price": {
228
- "type": "object",
229
- "properties": {
230
- "price": {
231
- "type": "string",
232
- "description": "Current price as decimal string"
233
- },
234
- "timestamp": {
235
- "type": "string",
236
- "description": "Price timestamp (ISO 8601)"
237
- },
238
- "quote_currency": {
239
- "type": "string",
240
- "description": "Quote currency (e.g. USD)"
241
- }
242
- },
243
- "required": [
244
- "price",
245
- "timestamp",
246
- "quote_currency"
247
- ],
248
- "additionalProperties": false
249
- },
250
- "categories": {
251
- "type": "array",
252
- "items": {
253
- "type": "object",
254
- "properties": {
255
- "uuid": {
256
- "type": "string",
257
- "description": "Category UUID"
258
- },
259
- "name": {
260
- "type": "string",
261
- "description": "Category name"
262
- },
263
- "slug": {
264
- "type": "string",
265
- "description": "Category slug"
266
- },
267
- "description": {
268
- "type": "string",
269
- "description": "Category description"
270
- }
271
- },
272
- "required": [
273
- "uuid",
274
- "name",
275
- "slug",
276
- "description"
277
- ],
278
- "additionalProperties": false
279
- },
280
- "description": "Asset categories"
281
- },
282
- "networks": {
283
- "type": "array",
284
- "items": {
285
- "type": "object",
286
- "properties": {
287
- "display_name": {
288
- "type": "string",
289
- "description": "Network display name (e.g. \"Ethereum\", \"Solana\")"
290
- },
291
- "chain_id": {
292
- "anyOf": [
293
- {
294
- "type": "number"
295
- },
296
- {
297
- "type": "null"
298
- }
299
- ],
300
- "description": "EVM chain ID (null for non-EVM networks)"
301
- },
302
- "contract_address": {
303
- "anyOf": [
304
- {
305
- "type": "string"
306
- },
307
- {
308
- "type": "null"
309
- }
310
- ],
311
- "description": "Token contract address (null for native assets)"
312
- }
313
- },
314
- "required": [
315
- "display_name",
316
- "chain_id",
317
- "contract_address"
318
- ],
319
- "additionalProperties": false
320
- },
321
- "description": "Supported blockchain networks"
322
- }
323
- },
324
- "required": [
325
- "asset",
326
- "latest_price",
327
- "categories",
328
- "networks"
329
- ],
330
- "additionalProperties": false
331
- }
332
- },
333
- {
334
- "name": "get_asset_by_slug",
335
- "displayName": "Get Asset by Slug",
336
- "description": "Get detailed information about a cryptocurrency asset by its URL slug (e.g. \"bitcoin\", \"ethereum\", \"solana\"). Returns market data and current price.",
337
- "summary": "Get asset details by URL slug",
338
- "icon": "circle-dollar-sign",
339
- "group": "Assets",
340
- "input_schema": {
341
- "type": "object",
342
- "properties": {
343
- "slug": {
344
- "type": "string",
345
- "description": "Asset URL slug (e.g. \"bitcoin\", \"ethereum\", \"solana\", \"dogecoin\")"
346
- },
347
- "quote_currency": {
348
- "description": "Quote currency for price (default \"USD\")",
349
- "type": "string"
350
- }
351
- },
352
- "required": [
353
- "slug"
354
- ],
355
- "additionalProperties": false
356
- },
357
- "output_schema": {
358
- "type": "object",
359
- "properties": {
360
- "asset": {
361
- "type": "object",
362
- "properties": {
363
- "uuid": {
364
- "type": "string",
365
- "description": "Asset UUID"
366
- },
367
- "name": {
368
- "type": "string",
369
- "description": "Asset full name (e.g. \"Bitcoin\")"
370
- },
371
- "symbol": {
372
- "type": "string",
373
- "description": "Ticker symbol (e.g. \"BTC\")"
374
- },
375
- "slug": {
376
- "type": "string",
377
- "description": "URL slug (e.g. \"bitcoin\")"
378
- },
379
- "description": {
380
- "type": "string",
381
- "description": "Asset description"
382
- },
383
- "color": {
384
- "type": "string",
385
- "description": "Brand color hex code"
386
- },
387
- "image_url": {
388
- "type": "string",
389
- "description": "Asset icon image URL"
390
- },
391
- "circulating_supply": {
392
- "type": "string",
393
- "description": "Circulating supply as numeric string"
394
- },
395
- "max_supply": {
396
- "type": "string",
397
- "description": "Maximum supply as numeric string (empty if uncapped)"
398
- },
399
- "market_cap": {
400
- "type": "string",
401
- "description": "Market capitalization in USD as numeric string"
402
- },
403
- "volume_24h": {
404
- "type": "string",
405
- "description": "24-hour trading volume in USD as numeric string"
406
- },
407
- "all_time_high": {
408
- "type": "string",
409
- "description": "All-time high price in USD as numeric string"
410
- },
411
- "unit_price_scale": {
412
- "type": "number",
413
- "description": "Decimal places for price display"
414
- }
415
- },
416
- "required": [
417
- "uuid",
418
- "name",
419
- "symbol",
420
- "slug",
421
- "description",
422
- "color",
423
- "image_url",
424
- "circulating_supply",
425
- "max_supply",
426
- "market_cap",
427
- "volume_24h",
428
- "all_time_high",
429
- "unit_price_scale"
430
- ],
431
- "additionalProperties": false
432
- },
433
- "latest_price": {
434
- "type": "object",
435
- "properties": {
436
- "price": {
437
- "type": "string",
438
- "description": "Current price as decimal string"
439
- },
440
- "timestamp": {
441
- "type": "string",
442
- "description": "Price timestamp (ISO 8601)"
443
- },
444
- "quote_currency": {
445
- "type": "string",
446
- "description": "Quote currency (e.g. USD)"
447
- }
448
- },
449
- "required": [
450
- "price",
451
- "timestamp",
452
- "quote_currency"
453
- ],
454
- "additionalProperties": false
455
- }
456
- },
457
- "required": [
458
- "asset",
459
- "latest_price"
460
- ],
461
- "additionalProperties": false
462
- }
463
- },
464
- {
465
- "name": "get_asset_by_symbol",
466
- "displayName": "Get Asset by Symbol",
467
- "description": "Get detailed information about a cryptocurrency asset by its ticker symbol (e.g. \"BTC\", \"ETH\", \"SOL\"). Returns market data and current price.",
468
- "summary": "Get asset details by ticker symbol",
469
- "icon": "circle-dollar-sign",
470
- "group": "Assets",
471
- "input_schema": {
472
- "type": "object",
473
- "properties": {
474
- "symbol": {
475
- "type": "string",
476
- "description": "Ticker symbol (e.g. \"BTC\", \"ETH\", \"SOL\", \"DOGE\")"
477
- },
478
- "quote_currency": {
479
- "description": "Quote currency for price (default \"USD\")",
480
- "type": "string"
481
- }
482
- },
483
- "required": [
484
- "symbol"
485
- ],
486
- "additionalProperties": false
487
- },
488
- "output_schema": {
489
- "type": "object",
490
- "properties": {
491
- "asset": {
492
- "type": "object",
493
- "properties": {
494
- "uuid": {
495
- "type": "string",
496
- "description": "Asset UUID"
497
- },
498
- "name": {
499
- "type": "string",
500
- "description": "Asset full name (e.g. \"Bitcoin\")"
501
- },
502
- "symbol": {
503
- "type": "string",
504
- "description": "Ticker symbol (e.g. \"BTC\")"
505
- },
506
- "slug": {
507
- "type": "string",
508
- "description": "URL slug (e.g. \"bitcoin\")"
509
- },
510
- "description": {
511
- "type": "string",
512
- "description": "Asset description"
513
- },
514
- "color": {
515
- "type": "string",
516
- "description": "Brand color hex code"
517
- },
518
- "image_url": {
519
- "type": "string",
520
- "description": "Asset icon image URL"
521
- },
522
- "circulating_supply": {
523
- "type": "string",
524
- "description": "Circulating supply as numeric string"
525
- },
526
- "max_supply": {
527
- "type": "string",
528
- "description": "Maximum supply as numeric string (empty if uncapped)"
529
- },
530
- "market_cap": {
531
- "type": "string",
532
- "description": "Market capitalization in USD as numeric string"
533
- },
534
- "volume_24h": {
535
- "type": "string",
536
- "description": "24-hour trading volume in USD as numeric string"
537
- },
538
- "all_time_high": {
539
- "type": "string",
540
- "description": "All-time high price in USD as numeric string"
541
- },
542
- "unit_price_scale": {
543
- "type": "number",
544
- "description": "Decimal places for price display"
545
- }
546
- },
547
- "required": [
548
- "uuid",
549
- "name",
550
- "symbol",
551
- "slug",
552
- "description",
553
- "color",
554
- "image_url",
555
- "circulating_supply",
556
- "max_supply",
557
- "market_cap",
558
- "volume_24h",
559
- "all_time_high",
560
- "unit_price_scale"
561
- ],
562
- "additionalProperties": false
563
- },
564
- "latest_price": {
565
- "type": "object",
566
- "properties": {
567
- "price": {
568
- "type": "string",
569
- "description": "Current price as decimal string"
570
- },
571
- "timestamp": {
572
- "type": "string",
573
- "description": "Price timestamp (ISO 8601)"
574
- },
575
- "quote_currency": {
576
- "type": "string",
577
- "description": "Quote currency (e.g. USD)"
578
- }
579
- },
580
- "required": [
581
- "price",
582
- "timestamp",
583
- "quote_currency"
584
- ],
585
- "additionalProperties": false
586
- }
587
- },
588
- "required": [
589
- "asset",
590
- "latest_price"
591
- ],
592
- "additionalProperties": false
593
- }
594
- },
595
- {
596
- "name": "get_asset_categories",
597
- "displayName": "Get Asset Categories",
598
- "description": "Get the categories that a cryptocurrency asset belongs to (e.g. \"Currencies\", \"DeFi\", \"Layer 2\"). Use get_asset_by_symbol to find the asset UUID first.",
599
- "summary": "Get categories for an asset",
600
- "icon": "tag",
601
- "group": "Assets",
602
- "input_schema": {
603
- "type": "object",
604
- "properties": {
605
- "uuid": {
606
- "type": "string",
607
- "description": "Asset UUID"
608
- }
609
- },
610
- "required": [
611
- "uuid"
612
- ],
613
- "additionalProperties": false
614
- },
615
- "output_schema": {
616
- "type": "object",
617
- "properties": {
618
- "categories": {
619
- "type": "array",
620
- "items": {
621
- "type": "object",
622
- "properties": {
623
- "uuid": {
624
- "type": "string",
625
- "description": "Category UUID"
626
- },
627
- "name": {
628
- "type": "string",
629
- "description": "Category name"
630
- },
631
- "slug": {
632
- "type": "string",
633
- "description": "Category slug"
634
- },
635
- "description": {
636
- "type": "string",
637
- "description": "Category description"
638
- }
639
- },
640
- "required": [
641
- "uuid",
642
- "name",
643
- "slug",
644
- "description"
645
- ],
646
- "additionalProperties": false
647
- },
648
- "description": "Categories the asset belongs to"
649
- }
650
- },
651
- "required": [
652
- "categories"
653
- ],
654
- "additionalProperties": false
655
- }
656
- },
657
- {
658
- "name": "get_asset_networks",
659
- "displayName": "Get Asset Networks",
660
- "description": "Get the blockchain networks that support a cryptocurrency asset, including network name, EVM chain ID, and token contract address. Useful for identifying which chains an asset can be sent/received on.",
661
- "summary": "Get supported networks for an asset",
662
- "icon": "network",
663
- "group": "Assets",
664
- "input_schema": {
665
- "type": "object",
666
- "properties": {
667
- "uuid": {
668
- "type": "string",
669
- "description": "Asset UUID"
670
- }
671
- },
672
- "required": [
673
- "uuid"
674
- ],
675
- "additionalProperties": false
676
- },
677
- "output_schema": {
678
- "type": "object",
679
- "properties": {
680
- "asset_name": {
681
- "type": "string",
682
- "description": "Asset name"
683
- },
684
- "asset_symbol": {
685
- "type": "string",
686
- "description": "Ticker symbol"
687
- },
688
- "networks": {
689
- "type": "array",
690
- "items": {
691
- "type": "object",
692
- "properties": {
693
- "display_name": {
694
- "type": "string",
695
- "description": "Network display name (e.g. \"Ethereum\", \"Solana\")"
696
- },
697
- "chain_id": {
698
- "anyOf": [
699
- {
700
- "type": "number"
701
- },
702
- {
703
- "type": "null"
704
- }
705
- ],
706
- "description": "EVM chain ID (null for non-EVM networks)"
707
- },
708
- "contract_address": {
709
- "anyOf": [
710
- {
711
- "type": "string"
712
- },
713
- {
714
- "type": "null"
715
- }
716
- ],
717
- "description": "Token contract address (null for native assets)"
718
- }
719
- },
720
- "required": [
721
- "display_name",
722
- "chain_id",
723
- "contract_address"
724
- ],
725
- "additionalProperties": false
726
- },
727
- "description": "Supported blockchain networks"
728
- }
729
- },
730
- "required": [
731
- "asset_name",
732
- "asset_symbol",
733
- "networks"
734
- ],
735
- "additionalProperties": false
736
- }
737
- },
738
- {
739
- "name": "get_asset_price",
740
- "displayName": "Get Asset Price",
741
- "description": "Get the current price of a cryptocurrency asset by UUID. Returns the latest price, timestamp, and quote currency. Use get_asset_by_symbol or get_asset_by_slug first to find the UUID if needed.",
742
- "summary": "Get current price for an asset",
743
- "icon": "trending-up",
744
- "group": "Prices",
745
- "input_schema": {
746
- "type": "object",
747
- "properties": {
748
- "uuid": {
749
- "type": "string",
750
- "description": "Asset UUID"
751
- },
752
- "quote_currency": {
753
- "description": "Quote currency for price (default \"USD\")",
754
- "type": "string"
755
- }
756
- },
757
- "required": [
758
- "uuid"
759
- ],
760
- "additionalProperties": false
761
- },
762
- "output_schema": {
763
- "type": "object",
764
- "properties": {
765
- "name": {
766
- "type": "string",
767
- "description": "Asset name"
768
- },
769
- "symbol": {
770
- "type": "string",
771
- "description": "Ticker symbol"
772
- },
773
- "latest_price": {
774
- "type": "object",
775
- "properties": {
776
- "price": {
777
- "type": "string",
778
- "description": "Current price as decimal string"
779
- },
780
- "timestamp": {
781
- "type": "string",
782
- "description": "Price timestamp (ISO 8601)"
783
- },
784
- "quote_currency": {
785
- "type": "string",
786
- "description": "Quote currency (e.g. USD)"
787
- }
788
- },
789
- "required": [
790
- "price",
791
- "timestamp",
792
- "quote_currency"
793
- ],
794
- "additionalProperties": false
795
- }
796
- },
797
- "required": [
798
- "name",
799
- "symbol",
800
- "latest_price"
801
- ],
802
- "additionalProperties": false
803
- }
804
- },
805
- {
806
- "name": "compare_asset_prices",
807
- "displayName": "Compare Asset Prices",
808
- "description": "Get current prices for multiple assets in a single request. Provide up to 10 asset UUIDs and receive all their latest prices at once. Useful for comparing prices across assets.",
809
- "summary": "Compare prices of multiple assets",
810
- "icon": "bar-chart-3",
811
- "group": "Prices",
812
- "input_schema": {
813
- "type": "object",
814
- "properties": {
815
- "uuids": {
816
- "minItems": 1,
817
- "maxItems": 10,
818
- "type": "array",
819
- "items": {
820
- "type": "string"
821
- },
822
- "description": "Array of asset UUIDs to compare (1-10)"
823
- },
824
- "quote_currency": {
825
- "description": "Quote currency for prices (default \"USD\")",
826
- "type": "string"
827
- }
828
- },
829
- "required": [
830
- "uuids"
831
- ],
832
- "additionalProperties": false
833
- },
834
- "output_schema": {
835
- "type": "object",
836
- "properties": {
837
- "assets": {
838
- "type": "array",
839
- "items": {
840
- "type": "object",
841
- "properties": {
842
- "uuid": {
843
- "type": "string",
844
- "description": "Asset UUID"
845
- },
846
- "name": {
847
- "type": "string",
848
- "description": "Asset name"
849
- },
850
- "symbol": {
851
- "type": "string",
852
- "description": "Ticker symbol"
853
- },
854
- "latest_price": {
855
- "type": "object",
856
- "properties": {
857
- "price": {
858
- "type": "string",
859
- "description": "Current price as decimal string"
860
- },
861
- "timestamp": {
862
- "type": "string",
863
- "description": "Price timestamp (ISO 8601)"
864
- },
865
- "quote_currency": {
866
- "type": "string",
867
- "description": "Quote currency (e.g. USD)"
868
- }
869
- },
870
- "required": [
871
- "price",
872
- "timestamp",
873
- "quote_currency"
874
- ],
875
- "additionalProperties": false
876
- }
877
- },
878
- "required": [
879
- "uuid",
880
- "name",
881
- "symbol",
882
- "latest_price"
883
- ],
884
- "additionalProperties": false
885
- },
886
- "description": "Assets with their current prices"
887
- }
888
- },
889
- "required": [
890
- "assets"
891
- ],
892
- "additionalProperties": false
893
- }
894
- },
895
- {
896
- "name": "list_watchlists",
897
- "displayName": "List Watchlists",
898
- "description": "List all watchlists for the authenticated user. Each watchlist contains items (assets) the user is tracking. Items include their UUID and type but not full asset details — use get_asset_by_uuid for that.",
899
- "summary": "List all watchlists",
900
- "icon": "eye",
901
- "group": "Watchlists",
902
- "input_schema": {
903
- "type": "object",
904
- "properties": {},
905
- "additionalProperties": false
906
- },
907
- "output_schema": {
908
- "type": "object",
909
- "properties": {
910
- "watchlists": {
911
- "type": "array",
912
- "items": {
913
- "type": "object",
914
- "properties": {
915
- "uuid": {
916
- "type": "string",
917
- "description": "Watchlist UUID"
918
- },
919
- "name": {
920
- "type": "string",
921
- "description": "Watchlist name"
922
- },
923
- "description": {
924
- "type": "string",
925
- "description": "Watchlist description"
926
- },
927
- "items": {
928
- "type": "array",
929
- "items": {
930
- "type": "object",
931
- "properties": {
932
- "uuid": {
933
- "type": "string",
934
- "description": "Watchlist item UUID"
935
- },
936
- "type": {
937
- "type": "string",
938
- "description": "Item type (e.g. WATCHLIST_ITEM_TYPE_ASSET)"
939
- },
940
- "created_at": {
941
- "type": "string",
942
- "description": "When the item was added (ISO 8601)"
943
- }
944
- },
945
- "required": [
946
- "uuid",
947
- "type",
948
- "created_at"
949
- ],
950
- "additionalProperties": false
951
- },
952
- "description": "Items in the watchlist"
953
- }
954
- },
955
- "required": [
956
- "uuid",
957
- "name",
958
- "description",
959
- "items"
960
- ],
961
- "additionalProperties": false
962
- },
963
- "description": "List of watchlists"
964
- }
965
- },
966
- "required": [
967
- "watchlists"
968
- ],
969
- "additionalProperties": false
970
- }
971
- },
972
- {
973
- "name": "create_watchlist",
974
- "displayName": "Create Watchlist",
975
- "description": "Create a new empty watchlist with a given name. Use add_watchlist_item to add assets to it afterwards.",
976
- "summary": "Create a new watchlist",
977
- "icon": "list-plus",
978
- "group": "Watchlists",
979
- "input_schema": {
980
- "type": "object",
981
- "properties": {
982
- "name": {
983
- "type": "string",
984
- "description": "Name for the new watchlist"
985
- }
986
- },
987
- "required": [
988
- "name"
989
- ],
990
- "additionalProperties": false
991
- },
992
- "output_schema": {
993
- "type": "object",
994
- "properties": {
995
- "success": {
996
- "type": "boolean",
997
- "description": "Whether the operation succeeded"
998
- }
999
- },
1000
- "required": [
1001
- "success"
1002
- ],
1003
- "additionalProperties": false
1004
- }
1005
- },
1006
- {
1007
- "name": "delete_watchlist",
1008
- "displayName": "Delete Watchlist",
1009
- "description": "Delete a watchlist by its UUID. Use list_watchlists to find watchlist UUIDs.",
1010
- "summary": "Delete a watchlist",
1011
- "icon": "trash-2",
1012
- "group": "Watchlists",
1013
- "input_schema": {
1014
- "type": "object",
1015
- "properties": {
1016
- "watchlist_uuid": {
1017
- "type": "string",
1018
- "description": "UUID of the watchlist to delete"
1019
- }
1020
- },
1021
- "required": [
1022
- "watchlist_uuid"
1023
- ],
1024
- "additionalProperties": false
1025
- },
1026
- "output_schema": {
1027
- "type": "object",
1028
- "properties": {
1029
- "success": {
1030
- "type": "boolean",
1031
- "description": "Whether the operation succeeded"
1032
- }
1033
- },
1034
- "required": [
1035
- "success"
1036
- ],
1037
- "additionalProperties": false
1038
- }
1039
- },
1040
- {
1041
- "name": "add_watchlist_item",
1042
- "displayName": "Add Watchlist Item",
1043
- "description": "Add an asset to a watchlist by providing the watchlist UUID and the asset UUID. Use list_watchlists to find watchlist UUIDs and get_asset_by_symbol/slug to find asset UUIDs.",
1044
- "summary": "Add an asset to a watchlist",
1045
- "icon": "plus",
1046
- "group": "Watchlists",
1047
- "input_schema": {
1048
- "type": "object",
1049
- "properties": {
1050
- "watchlist_uuid": {
1051
- "type": "string",
1052
- "description": "Watchlist UUID (from list_watchlists)"
1053
- },
1054
- "asset_uuid": {
1055
- "type": "string",
1056
- "description": "Asset UUID to add"
1057
- }
1058
- },
1059
- "required": [
1060
- "watchlist_uuid",
1061
- "asset_uuid"
1062
- ],
1063
- "additionalProperties": false
1064
- },
1065
- "output_schema": {
1066
- "type": "object",
1067
- "properties": {
1068
- "success": {
1069
- "type": "boolean",
1070
- "description": "Whether the operation succeeded"
1071
- }
1072
- },
1073
- "required": [
1074
- "success"
1075
- ],
1076
- "additionalProperties": false
1077
- }
1078
- },
1079
- {
1080
- "name": "remove_watchlist_item",
1081
- "displayName": "Remove Watchlist Item",
1082
- "description": "Remove an asset from a watchlist. Use list_watchlists to find the watchlist item UUID for the asset you want to remove.",
1083
- "summary": "Remove an asset from a watchlist",
1084
- "icon": "eye-off",
1085
- "group": "Watchlists",
1086
- "input_schema": {
1087
- "type": "object",
1088
- "properties": {
1089
- "watchlist_uuid": {
1090
- "type": "string",
1091
- "description": "Watchlist UUID (from list_watchlists)"
1092
- },
1093
- "item_uuid": {
1094
- "type": "string",
1095
- "description": "Watchlist item UUID to remove (from the items array in list_watchlists)"
1096
- }
1097
- },
1098
- "required": [
1099
- "watchlist_uuid",
1100
- "item_uuid"
1101
- ],
1102
- "additionalProperties": false
1103
- },
1104
- "output_schema": {
1105
- "type": "object",
1106
- "properties": {
1107
- "success": {
1108
- "type": "boolean",
1109
- "description": "Whether the operation succeeded"
1110
- }
1111
- },
1112
- "required": [
1113
- "success"
1114
- ],
1115
- "additionalProperties": false
1116
- }
1117
- },
1118
- {
1119
- "name": "list_price_alerts",
1120
- "displayName": "List Price Alerts",
1121
- "description": "List all active price alerts for the authenticated user. Price alerts notify the user when an asset reaches a target price. Returns alert details including target price, direction, and associated asset.",
1122
- "summary": "List all price alerts",
1123
- "icon": "bell",
1124
- "group": "Alerts",
1125
- "input_schema": {
1126
- "type": "object",
1127
- "properties": {
1128
- "limit": {
1129
- "description": "Maximum number of alerts to return (default 50)",
1130
- "type": "integer",
1131
- "minimum": 1,
1132
- "maximum": 100
1133
- }
1134
- },
1135
- "additionalProperties": false
1136
- },
1137
- "output_schema": {
1138
- "type": "object",
1139
- "properties": {
1140
- "alerts": {
1141
- "type": "array",
1142
- "items": {
1143
- "type": "object",
1144
- "properties": {
1145
- "uuid": {
1146
- "type": "string",
1147
- "description": "Alert UUID"
1148
- },
1149
- "target_price": {
1150
- "type": "string",
1151
- "description": "Target price as decimal string"
1152
- },
1153
- "direction": {
1154
- "type": "string",
1155
- "description": "Alert direction (e.g. ABOVE, BELOW)"
1156
- },
1157
- "asset_name": {
1158
- "type": "string",
1159
- "description": "Asset name"
1160
- },
1161
- "asset_symbol": {
1162
- "type": "string",
1163
- "description": "Asset ticker symbol"
1164
- }
1165
- },
1166
- "required": [
1167
- "uuid",
1168
- "target_price",
1169
- "direction",
1170
- "asset_name",
1171
- "asset_symbol"
1172
- ],
1173
- "additionalProperties": false
1174
- },
1175
- "description": "List of active price alerts"
1176
- },
1177
- "total_count": {
1178
- "type": "number",
1179
- "description": "Total number of alerts"
1180
- }
1181
- },
1182
- "required": [
1183
- "alerts",
1184
- "total_count"
1185
- ],
1186
- "additionalProperties": false
1187
- }
1188
- },
1189
- {
1190
- "name": "create_price_alert",
1191
- "displayName": "Create Price Alert",
1192
- "description": "Create a price alert for a cryptocurrency asset. You will be notified when the asset price crosses the target price in the specified direction. Use get_asset_by_symbol to find the asset UUID.",
1193
- "summary": "Create a price alert for an asset",
1194
- "icon": "bell-plus",
1195
- "group": "Alerts",
1196
- "input_schema": {
1197
- "type": "object",
1198
- "properties": {
1199
- "asset_uuid": {
1200
- "type": "string",
1201
- "description": "Asset UUID to set the alert for"
1202
- },
1203
- "target_price": {
1204
- "type": "string",
1205
- "description": "Target price as a decimal string (e.g. \"75000.00\")"
1206
- },
1207
- "direction": {
1208
- "type": "string",
1209
- "enum": [
1210
- "ABOVE",
1211
- "BELOW"
1212
- ],
1213
- "description": "Alert direction — ABOVE to notify when price rises above target, BELOW when it drops below"
1214
- }
1215
- },
1216
- "required": [
1217
- "asset_uuid",
1218
- "target_price",
1219
- "direction"
1220
- ],
1221
- "additionalProperties": false
1222
- },
1223
- "output_schema": {
1224
- "type": "object",
1225
- "properties": {
1226
- "success": {
1227
- "type": "boolean",
1228
- "description": "Whether the alert was created"
1229
- }
1230
- },
1231
- "required": [
1232
- "success"
1233
- ],
1234
- "additionalProperties": false
1235
- }
1236
- },
1237
- {
1238
- "name": "delete_price_alert",
1239
- "displayName": "Delete Price Alert",
1240
- "description": "Delete an existing price alert by its UUID. Use list_price_alerts to find alert UUIDs.",
1241
- "summary": "Delete a price alert",
1242
- "icon": "bell-minus",
1243
- "group": "Alerts",
1244
- "input_schema": {
1245
- "type": "object",
1246
- "properties": {
1247
- "alert_uuid": {
1248
- "type": "string",
1249
- "description": "UUID of the price alert to delete"
1250
- }
1251
- },
1252
- "required": [
1253
- "alert_uuid"
1254
- ],
1255
- "additionalProperties": false
1256
- },
1257
- "output_schema": {
1258
- "type": "object",
1259
- "properties": {
1260
- "success": {
1261
- "type": "boolean",
1262
- "description": "Whether the operation succeeded"
1263
- }
1264
- },
1265
- "required": [
1266
- "success"
1267
- ],
1268
- "additionalProperties": false
1269
- }
1270
- }
1271
- ]
1272
- }