Skip to main content
Glama

prometheus-mcp

by idanfishman

prometheus_metric_metadata

Retrieve metadata for a specified Prometheus metric to enhance monitoring and analysis capabilities within the prometheus-mcp server environment.

Instructions

Get metadata for a specific Prometheus metric

Input Schema

NameRequiredDescriptionDefault
metricYesmetric name to get metadata for

Input Schema (JSON Schema)

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