Skip to main content
Glama

pve_node_disk_smart

Get SMART health data for a specific disk on a Proxmox VE node. Returns health status, disk type, and SMART attributes.

Instructions

READ-ONLY: get SMART health data for one disk on a PVE node.

GET /nodes/{node}/disks/smart?disk=…. VERIFIED live (PVE 9.2): returns a dict (health, type, text/attributes). This GET form does NOT trigger a self-test. To list all disks first use pve_node_disks_list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diskYesDevice path/identifier of the disk to query (e.g. /dev/sda), as listed by pve_node_disks_list.
nodeNoPVE node name the disk lives on; defaults to the configured node if omitted.
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 explicitly marks the tool as READ-ONLY, discloses that it does not trigger a self-test, and describes the return value (a dict with health, type, text/attributes). This gives the AI a clear understanding of side effects and output. Could add more on error handling or response size, but sufficient for a simple read operation.

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 only three sentences: purpose, API endpoint and return type, behavioral note, and usage tip. It is front-loaded with the main action, and every sentence adds value without redundancy.

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

Completeness5/5

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

For a simple, read-only tool with an output schema (mentioned), the description covers the core functionality, behavioral nuance (no self-test), return structure, and a prerequisite (list disks first). This is complete for the given complexity.

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 description coverage is 100%, so the baseline is 3. The description does not add new meaning beyond the schema (e.g., 'disk' parameter already describes device path and listing from pve_node_disks_list). No additional parameter semantics are provided in the description.

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 starts with 'READ-ONLY: get SMART health data for one disk on a PVE node,' clearly stating the action (get) and resource (SMART health data for one disk). It distinguishes from sibling tools like pve_node_disks_list (list disks) and pve_node_disk_wipe (wipe).

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?

Explicitly advises to use pve_node_disks_list first to list all disks, providing a clear when-to-use guide. Also notes that this GET form does not trigger a self-test, which helps the agent avoid confusion. However, it does not explicitly state when not to use this tool or mention alternatives for self-testing.

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