Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_list_running_images

List all running container images across clusters, their security status, and operational metrics using customizable filters, rows, and statistics for detailed runtime analysis.

Instructions

List all running container images across runtime clusters with their security and operational status

Input Schema

NameRequiredDescriptionDefault
filtersNoFilters to apply
num_of_rowsNoNumber of rows to return
page_numNoPage number
statisticsNoWhether to include statistics
timePeriodNoTime period to querynow

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "default": "", "description": "Filters to apply", "type": "string" }, "num_of_rows": { "default": 100, "description": "Number of rows to return", "type": "integer" }, "page_num": { "default": 1, "description": "Page number", "type": "integer" }, "statistics": { "default": true, "description": "Whether to include statistics", "type": "boolean" }, "timePeriod": { "default": "now", "description": "Time period to query", "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