Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_list_runtime_clusters

Retrieve a paginated list of runtime clusters in the JFrog Platform, specifying limits and pagination keys for controlled data access.

Instructions

return a list of all my runtime clusters in the jfrog platform

Input Schema

NameRequiredDescriptionDefault
limitNoThe maximum number of clusters to return
next_keyNoThe next key to use for pagination

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 50, "description": "The maximum number of clusters to return", "type": "integer" }, "next_key": { "description": "The next key to use for pagination", "type": "string" } }, "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