Skip to main content
Glama

pbs_node_disk_smart

Get SMART health status and attributes for a disk on a PBS node. Returns wear-out indicator and optional health-only summary.

Instructions

READ-ONLY: get SMART attributes and health for one disk on a PBS node. Returns {status, attributes, wearout}. This is the GET form — it does NOT trigger a self-test. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diskYesBare block device name (e.g. 'sda', 'nvme0n1') — NOT a /dev/ path. As listed by pbs_node_disks_list.
nodeNoPBS node name (or 'localhost').localhost
healthonlyNoIf True, returns only the health status (not the full attribute table).
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?

No annotations are provided, so the description carries the full burden. It explicitly states 'READ-ONLY', notes no self-test trigger, and outlines the return format (status, attributes, wearout). It also mentions the PROXIMO_PBS_* config requirement, though it could be more detailed about authorization.

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 extremely concise: two short sentences that front-load the critical 'READ-ONLY' label. Every sentence adds value without redundancy.

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 tool's moderate complexity (4 parameters, output schema exists), the description covers purpose, behavior, config requirement, and return fields. It does not mention error conditions or parameter combinations, but the existence of an output schema likely covers return details.

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 description adds minimal value beyond the schema. It implicitly references the disk parameter and config requirement but does not elucidate parameter syntax or options beyond what the schema already provides. Baseline 3 is appropriate.

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 'get SMART attributes and health for one disk on a PBS node.' It specifies the verb, resource, and scope, distinguishing it from siblings like pbs_node_disks_list (list disks) and pbs_node_disk_wipe (destructive write).

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

Usage Guidelines3/5

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

The description mentions it is the GET form and does not trigger a self-test, implying a safe usage context. However, it lacks explicit guidance on when to use this tool vs. alternatives like pbs_node_disks_list for disk listing or pbs_node_disk_wipe for wiping.

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