ecosystem_search
Query an archive of ecosystem repository profiles to find relevant repos by keyword, topic, stars, language, and more. Filter and sort results to discover tools for agent frameworks, MCP servers, and other AI system components.
Instructions
Query ecosystem_repo_profiles archive (Stage E enhanced).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | stars (default) / recency (pushed_at desc) / relevance (relevance_score desc). | stars |
| tags | No | Tag name list, semantic capability filter. | |
| limit | No | Max results (default 30, server max 200). | |
| topic | No | Topic keyword filter (JSON field LIKE match). | |
| offset | No | Pagination offset. | |
| keyword | No | Keyword match (name / description / summary / repo_full_name / description_excerpt). | |
| category | No | Category filter (agent-framework / mcp-server / memory-system / skill-system / tooling). | |
| language | No | Programming language filter (e.g. Python / TypeScript). | |
| max_stars | No | Maximum star count (0 = no limit). | |
| min_stars | No | Minimum star count. | |
| project_id | No | ||
| is_archived | No | True/False to filter archived repos; None = no filter. | |
| facet_counts | No | When True, response includes facet_counts (category/language/archived). | |
| pushed_after | No | ISO datetime — only repos with pushed_at >= this. Empty = no filter. | |
| tag_match_mode | No | "all" (AND) / "any" (OR). Default all. | all |
| needs_deep_review | No | True/False filter; None = no filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||