Skip to main content
Glama

Prometheus MCP Server

by yanmxa

prom_range

Execute a PromQL range query to retrieve time-series data between specified start and end timestamps, with a defined step interval, using Prometheus MCP Server.

Instructions

Execute a PromQL range query

Input Schema

NameRequiredDescriptionDefault
endYesEnd timestamp
includesNoMetric properties to include in response (optional)
queryYesPromQL query expression
startYesStart timestamp
stepYesStep interval (e.g., "15s", "1m")

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End timestamp", "type": "string" }, "includes": { "description": "Metric properties to include in response (optional)", "items": { "type": "string" }, "type": "array" }, "query": { "description": "PromQL query expression", "type": "string" }, "start": { "description": "Start timestamp", "type": "string" }, "step": { "description": "Step interval (e.g., \"15s\", \"1m\")", "type": "string" } }, "required": [ "query", "start", "end", "step" ], "type": "object" }

Other Tools from Prometheus MCP Server

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/yanmxa/prometheus-mcp-server'

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