ecosystem_summary_top_n
Generate a markdown table of the top N ecosystem repositories, sorted by stars, last commit, or scan recency, with optional category filtering. Results saved as a report.
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 | |||