Skip to main content
Glama

Prometheus MCP Server

MIT License
81
  • Linux
  • Apple

execute_range_query

Run PromQL range queries by specifying a query string, start and end times, and step intervals to retrieve time-series metrics data for analysis.

Instructions

Execute a PromQL range query with start time, end time, and step interval

Input Schema

NameRequiredDescriptionDefault
endYes
queryYes
startYes
stepYes

Input Schema (JSON Schema)

{ "properties": { "end": { "title": "End", "type": "string" }, "query": { "title": "Query", "type": "string" }, "start": { "title": "Start", "type": "string" }, "step": { "title": "Step", "type": "string" } }, "required": [ "query", "start", "end", "step" ], "title": "execute_range_queryArguments", "type": "object" }

You must be authenticated.

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

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