Skip to main content
Glama

pve_diagnose

Gather a node's health evidence in a single call, including status, storage usage, failed tasks, and advisory flags for triage.

Instructions

READ-ONLY: gather one node's health evidence in a single call — node status, storage usage, recent failed tasks, and advisory flags — for triage.

No state change and no side effects. This inspects node health; to instead verify your token's connectivity and effective permissions use pve_doctor, and for in-container evidence use ct_diagnose. Returns a dict of the gathered sections; omit node to use the configured default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node to gather health evidence for. Omit to use the configured default node.
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
Behavior3/5

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

No annotations are provided, so the description must fully convey behavioral traits. It states 'No state change and no side effects' and 'READ-ONLY', which is good. However, it does not mention potential error conditions (e.g., unreachable node) or authorization requirements. The return type is mentioned as a dict, but details are left to the output schema.

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: a single purpose statement, safety declaration, usage alternatives, and default behavior—all in three well-structured sentences. 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 presence of an output schema and full schema coverage, the description covers the essential aspects: purpose, read-only nature, scope (node health), alternatives, and default parameter behavior. It could be slightly more complete by mentioning error scenarios or prerequisites, but overall it provides sufficient context for an agent to invoke the tool correctly.

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%, providing baseline value. The description reinforces the default behavior for the 'node' parameter ('omit to use the configured default') but does not add significant semantic detail beyond the schema for either parameter. The proximo_target parameter is not mentioned 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:' and specifies the verb 'gather' with a clear resource ('one node's health evidence'). It lists the specific categories (node status, storage usage, recent failed tasks, advisory flags) and explicitly distinguishes from sibling tools pve_doctor and ct_diagnose.

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 says 'for triage' and gives explicit alternatives: use pve_doctor for token verification and ct_diagnose for container-level diagnosis. It also notes the default behavior for the node parameter. However, it does not explicitly state when not to use or list prerequisites.

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