get_package_versions
Retrieve available versions and tags for a GitHub package to ensure compatibility and prevent outdated dependencies.
Instructions
Get versions for a specific GitHub package.
USE THIS WHEN: You found a package using list_github_packages and want to see available tags/versions.
Args:
owner: GitHub username or organization name
package_type: Type of package (e.g., "container")
package_name: Name of the package (e.g., "rtfd")
Returns:
JSON list of versions/tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| package_type | Yes | ||
| package_name | Yes |