Skip to main content
Glama

pve_node_rrddata

Fetch time-series telemetry data from a Proxmox VE node's RRD database. Returns metric values over a chosen timeframe with optional consolidation (average or max).

Instructions

READ-ONLY: fetch RRD (round-robin database) time-series telemetry for a PVE node.

No state change. Returns a list of data-point dicts with timestamps and per-metric values (the exact metric keys vary by PVE version) over the specified timeframe, optionally aggregated by consolidation function (AVERAGE or MAX). Node-level only, not per-guest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cfNoRRD consolidation function: 'AVERAGE' or 'MAX'; defaults to server-side default
nodeNoPVE node name; defaults to the configured node
timeframeNoRRD time window: 'hour', 'day', 'week', 'month', or 'year'hour
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It states no state change, returns a list of dicts with timestamps and metric values, and notes that metric keys vary by PVE version. It does not discuss auth or rate limits, but the core behavioral traits are covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with four sentences front-loaded by 'READ-ONLY'. Each sentence adds value: function, no state change, return format, metric variability, scope. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and 4 parameters, the description covers the return format (list of dicts with timestamps and metrics), the optional aggregation, and the node-level scope. It does not detail every parameter default, but the schema covers that. Mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the parameters are well-described in the schema. The description adds marginal context by mentioning the consolidation function (AVERAGE or MAX) and the timeframe options, but largely restates the schema. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool is READ-ONLY and fetches RRD time-series telemetry for a PVE node. It distinguishes from siblings by specifying 'Node-level only, not per-guest', which contrasts with per-VM metric tools. The verb 'fetch' with resource 'RRD telemetry' is specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'READ-ONLY' and 'No state change', making it clear when to use for read-only telemetry. It implies usage for historical node metrics but does not explicitly list alternatives or when not to use. Siblings like pve_node_status are not mentioned, but the scope is well-defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/john-broadway/proximo'

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