Skip to main content
Glama

prometheus-mcp

by idanfishman

prometheus_metric_metadata

Retrieve detailed metadata for a specified Prometheus metric to enable precise monitoring and analysis 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" }

Other Tools from prometheus-mcp

Related Tools

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