Skip to main content
Glama

VictoriaMetrics-mcp-server

vm_data_write

Write time-series data to VictoriaMetrics database by specifying metrics, values, and timestamps in a structured format.

Instructions

Write data to the VM database

Input Schema

NameRequiredDescriptionDefault
metricYestag of metric
timestampsYesArray of metric timestamps
valuesYesArray of metric values

Input Schema (JSON Schema)

{ "properties": { "metric": { "description": "tag of metric", "type": "object" }, "timestamps": { "description": "Array of metric timestamps", "items": { "type": "number" }, "type": "array" }, "values": { "description": "Array of metric values", "items": { "type": "number" }, "type": "array" } }, "required": [ "metric", "values", "timestamps" ], "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