get_user_package
Retrieve a user's package from GitHub by specifying username, package type (npm, maven, docker, etc.), and package name to access package information.
Instructions
Get a package for a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username | |
| package_type | Yes | The type of package | |
| package_name | Yes | The name of the package |