Skip to main content
Glama

pdm_node_status

Retrieve resource statistics for the PDM appliance's own node, not a managed remote. Read-only, returns PVE-shaped node status.

Instructions

READ-ONLY: get resource stats for the PDM appliance's own node (not a managed remote's node).

No state change. Returns a dict shaped like PVE node status; live-prove-pending (not yet confirmed live). Defaults to node='localhost' since PDM is single-node. For a managed PVE node's status instead, use pve_node_status. Needs PROXIMO_PDM_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPDM node name; PDM is single-node so this defaults to 'localhost'.localhost
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
Behavior5/5

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

No annotations provided, but description declares read-only, no state change, returns dict shaped like PVE node status, and notes 'live-prove-pending' caveat. Fully transparent about behavior.

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?

Three sentences, no wasted words. Front-loaded with 'READ-ONLY'. Clearly structured.

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?

Given output schema exists, description covers all necessary context: purpose, usage alternatives, behavior, parameters, and prerequisites. Complete for a simple read-only tool.

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

Parameters4/5

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

Schema coverage is 100%; description adds context for node default (single-node reason) and proximo_target usage. Adds some value beyond schema, but baseline 3 is appropriate with a slight uplift.

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?

Explicitly states it gets resource stats for the PDM appliance's own node, distinguishing from pve_node_status. Clear verb ('get resource stats') and resource ('PDM appliance's own node').

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

Usage Guidelines5/5

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

Provides explicit when-to-use (for PDM node status) and alternative (pve_node_status for PVE nodes). Mentions config requirement and default behavior (localhost due to single-node architecture).

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