ecosystem_summary_top_n
Generates a ranked markdown table of top repositories in the AI ecosystem, filtered by category and sorted by stars, recency, or scan freshness.
Instructions
Top-N markdown table of ecosystem repos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of rows (1..100, default 10). | |
| sort | No | ``stars`` (default), ``pushed_at`` (last commit recency) or ``scan_freshness`` (last_scanned_at recency). | stars |
| author | No | Author recorded on the saved report. | ecosystem-summarizer |
| category | No | Optional category filter (agent-framework / mcp-server / memory-system / skill-system / tooling). | |
| save_report | No | When True, persist via report_save with report_type='ecosystem-top-n'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||