Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_list_running_images

Identify all active container images across runtime clusters, displaying their security and operational status with configurable filters, statistics, and time-based queries for streamlined management.

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