ecosystem_search_by_capability
Find ecosystem repositories using capability tags, reverse-searching from tags to repos. Filter by star counts, match mode (AND/OR), sort by stars, recency, or relevance, and paginate results to discover niche or popular projects.
Instructions
Search ecosystem repos by capability tags (reverse lookup from tag → repo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | stars (default) / recency (recently pushed first) / relevance (relevance_score desc). | stars |
| tags | No | Tag name list (e.g. ["memory_system", "vector_db"]). | |
| limit | No | Max rows per page (default 30, server max 200). | |
| offset | No | Rows to skip — pagination cursor for the next page. | |
| max_stars | No | Popularity ceiling; 0 (default) = no limit. Set it to exclude the famous head and surface lesser-known projects. | |
| min_stars | No | Popularity floor; 0 (default) keeps niche repos in. | |
| match_mode | No | "all" (AND, default) — repo must carry every tag; "any" (OR) — repo carries at least one, use it to widen a search that returned too few hits. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||