ecosystem_search_by_capability
Find repositories by capability tags, enabling reverse lookup from specific features to projects. Supports multiple tags with AND/OR logic, star filters, and sorting by stars, recency, or relevance.
Instructions
Search ecosystem repos by capability tags (reverse lookup from tag → repo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | stars / recency / relevance. | stars |
| tags | No | Tag name list (e.g. ["memory_system", "vector_db"]). | |
| limit | No | ||
| offset | No | ||
| max_stars | No | ||
| min_stars | No | ||
| match_mode | No | "all" (AND, default) / "any" (OR). | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||