get_trending_patterns
Analyze recent usage across projects to surface trending development patterns, with configurable lookback days and limit, to guide code generation.
Instructions
Get patterns that are trending (most used in recent days), useful for identifying current development patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (default: 7) | |
| limit | No | Maximum number of patterns to return (default: 10) |