Skip to main content
Glama

VictoriaMetrics-mcp-server

vm_query_range

Query time series data within a specified range using PromQL expressions, with customizable start, end, and step parameters for precise analysis.

Instructions

Query time series over a time range

Input Schema

NameRequiredDescriptionDefault
endNoEnd timestamp in Unix seconds
queryYesPromQL expression
startNoStart timestamp in Unix seconds
stepNoQuery resolution step width

Input Schema (JSON Schema)

{ "properties": { "end": { "description": "End timestamp in Unix seconds", "type": "number" }, "query": { "description": "PromQL expression", "type": "string" }, "start": { "description": "Start timestamp in Unix seconds", "type": "number" }, "step": { "description": "Query resolution step width", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from VictoriaMetrics-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/yincongcyincong/VictoriaMetrics-mcp-server'

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