Skip to main content
Glama

prometheus-mcp

by idanfishman

prometheus_label_values

Retrieve all values for a specified Prometheus label using the MCP server, enabling quick data discovery and metric analysis within your monitoring infrastructure.

Instructions

Get all values for a specific Prometheus label

Input Schema

NameRequiredDescriptionDefault
labelYeslabel name to get values for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "label": { "description": "label name to get values for", "type": "string" } }, "required": [ "label" ], "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/idanfishman/prometheus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server