Skip to main content
Glama

Get node diagnostic report

get_node_report
Read-onlyIdempotent

Generate a text diagnostic report for a Proxmox VE node to aid in troubleshooting and system analysis.

Instructions

Return a Proxmox pvereport-style diagnostic bundle as text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is clear. The description adds that output is text, but does not provide additional behavioral context such as potential size, required permissions, or effect on the system.

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 a single, front-loaded sentence that efficiently conveys the core purpose and output format. Every word contributes meaning with no 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?

For a simple read-only tool with one parameter and no output schema, the description covers the essential function and output format. However, it could be slightly improved by noting the expected size or structure of the diagnostic bundle, but overall it is sufficient.

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?

The input schema has 0% description coverage for the 'node' parameter. The description does not explain what 'node' is (e.g., node name or identifier), leaving the agent to infer from context. Description should have clarified the parameter meaning.

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?

Clearly states the tool returns a Proxmox pvereport-style diagnostic bundle as text. The verb 'Return' and specific resource description make purpose unambiguous, and it distinguishes from sibling 'get_' tools by focusing on a node diagnostic report.

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 implies usage for obtaining a node diagnostic bundle, but does not explicitly state when to use this tool over alternatives or provide any prerequisites or exclusion criteria. Usage context is implied but not elaborated.

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/ngocdd/proxmox-mcps'

If you have feedback or need assistance with the MCP directory API, please join our Discord server