get_trending
Get trending packages with rank delta and weekly growth for multiple ecosystems. Filter by ecosystem or time window to identify rising packages without bias.
Instructions
Live trending packages with rank-delta and weekly growth %. USE WHEN: 'what is rising in npm/PyPI/Cargo right now'; recommendation not biased by training-data cutoff. RETURNS: {items[]: {name, rank, rank_delta, weekly_growth_pct}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | No | Optional. If omitted returns cross-ecosystem trending. | |
| scope | No | Time window. Defaults to week. | |
| limit | No | Max results, 1-50. Default 20. |