Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_specific_build

Retrieve detailed information for a specific build by name, optionally narrowed to a project, using the JFrog MCP Server's API capabilities.

Instructions

Get details for a specific build by name, optionally scoped to a project

Input Schema

NameRequiredDescriptionDefault
buildNameYesName of the build to retrieve
projectNoOptional project key to scope the build search

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "buildName": { "description": "Name of the build to retrieve", "type": "string" }, "project": { "description": "Optional project key to scope the build search", "type": "string" } }, "required": [ "buildName" ], "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