get_npm_downloads
Retrieve NPM package download statistics for any package, with options for predefined periods or custom date ranges.
Instructions
Get NPM package download statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Predefined time period for download stats | |
| endDate | No | End date for custom range (YYYY-MM-DD format) | |
| package | Yes | NPM package name | |
| startDate | No | Start date for custom range (YYYY-MM-DD format) |