ecosystem_search_by_capability
Find repositories by capability tags using reverse lookup. Filter by stars, match mode, and sort order to surface relevant ecosystem repos.
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 | |||