Commit 692df11
Add listed_apps_in_marketplace MCP tool (#6)
* listed apps mcp tool
* Improve listed_apps_in_marketplace tool for LLM discoverability
- Rewrite docstring with explicit trigger phrases (e.g. "any data on
crypto/options/...") and clarify that OpenBB data comes from vendor
apps, so the LLM reliably picks this tool for data-availability
questions.
- Slim output to fields that help the LLM match user topics and cite a
source: drop backendUrl, thumbnail, screenshots, contactEmail,
apiKeyUrl, version, isBuiltIn, isDevelopment, averageRating. Keep
widgets (full list — essential for keyword matching), vendor
description, auth type, and documentation URL.
- Filter out E2E test apps and isDevelopment=True apps.
- Add 10s timeout on the HTTP call.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Minh Hoang <nminh.hoang1023@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8e20862 commit 692df11
1 file changed
Lines changed: 74 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
428 | 502 | | |
429 | 503 | | |
430 | 504 | | |
| |||
0 commit comments