Skip to main content
Glama

Get historical Proxmox node stats for a host

termix_proxmox_get_historical_proxmox_node_stats_host
Read-onlyIdempotent

Retrieve historical Proxmox node performance stats for a specific host by specifying host ID and time range.

Instructions

Get historical Proxmox node stats for a host

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
rangeNo
hostIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.2/5.0
Behavior2/5

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

The description adds no behavioral detail beyond what the annotations already state. readOnlyHint, openWorldHint, and idempotentHint cover safety, but the description does not disclose staleness, collection dependencies, pagination, or any other runtime behavior.

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

Conciseness4/5

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

The description is a single sentence with no wasted words and the key action is front-loaded. However, it is a verbatim repetition of the title, so it is compact but contributes almost no new information.

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

Completeness2/5

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

With no output schema and minimal parameter explanation, the description does not give the agent enough to confidently invoke the tool or distinguish it from the cached sibling. The annotations cover safety, but selection and invocation details are incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to compensate, but it only says 'for a host,' which loosely maps to hostId. The from, to, and range parameters are left entirely unexplained, relying on the enum values to hint at time-window semantics.

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

Purpose2/5

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

Tautological: description restates name/title.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus the cached variant or the stats-collection control tools. The agent must infer from the name that this is for historical data, but no explicit context, exclusions, or alternatives are provided.

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

Deploy Server

Other Tools