Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_runtime_specific_cluster

Retrieve a runtime cluster by ID from the JFrog MCP Server to access platform API capabilities like repository management, build tracking, and artifact security analysis.

Instructions

return a runtime cluster by id

Input Schema

NameRequiredDescriptionDefault
clusterIdYesThe ID of the cluster to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clusterId": { "description": "The ID of the cluster to retrieve", "type": "integer" } }, "required": [ "clusterId" ], "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