package_search
Search for packages by keyword and get the top matches with descriptions. Supported ecosystems: npm and cargo (PyPI has no public search API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| query | Yes | Free-text search terms, matched against package names and descriptions. | |
| ecosystem | Yes | Package registry to look in. One of: npm, pypi, cargo. |