npmSearch
Search NPM for packages by keyword, with adjustable result limits and optional cache bypass for fresh results.
Instructions
Search for NPM packages with optional limit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10) | |
| query | Yes | Search query for packages | |
| ignoreCache | No | Force a fresh lookup, ignoring the cache |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| message | No | ||
| results | No | ||
| limitUsed | No | ||
| resultsCount | No | ||
| totalResults | No |