Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_artifacts_summary

Retrieve summaries of one or multiple artifacts by specifying their full paths, including repository names, using the JFrog Platform API capabilities through the experimental MCP server.

Instructions

Get the summary of artifacts, one or many

Input Schema

NameRequiredDescriptionDefault
pathsYesList of full paths of the artifacts, the full path should include the repositotiry name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "paths": { "description": "List of full paths of the artifacts, the full path should include the repositotiry name", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "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