jfrog_get_package_curation_status
Check the curation status of a specific package version (approved, blocked, or inconclusive) by specifying package type, name, and version on the JFrog MCP Server.
Instructions
Useful for checking the curation status of a specific package version. Returns one of the following statuses: approved, blocked, inconclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | The name of the package, as it appears in the package repository. | |
| packageType | Yes | The type of package. | |
| packageVersion | Yes | The version of the package, as it appears in the package repository. |