Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_package_curation_status

Check the curation status (approved, blocked, inconclusive) of a package version by specifying its type, name, and version. Used within the JFrog MCP Server for package security analysis.

Instructions

Useful for checking the curation status of a specific package version. Returns one of the following statuses: approved, blocked, inconclusive.

Input Schema

NameRequiredDescriptionDefault
packageNameYesThe name of the package, as it appears in the package repository.
packageTypeYesThe type of package.
packageVersionYesThe version of the package, as it appears in the package repository.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packageName": { "description": "The name of the package, as it appears in the package repository.", "type": "string" }, "packageType": { "description": "The type of package.", "enum": [ "pypi", "npm", "maven", "golang", "nuget", "huggingface", "rubygems" ], "type": "string" }, "packageVersion": { "description": "The version of the package, as it appears in the package repository.", "type": "string" } }, "required": [ "packageType", "packageName", "packageVersion" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfrog/mcp-jfrog'

If you have feedback or need assistance with the MCP directory API, please join our Discord server