Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

Node Logs

proxmox_node_log
Read-only

Read Proxmox node logs by selecting syslog or systemd journal to diagnose system events and errors.

Instructions

Read node logs. action=syslog: read syslog | action=journal: read systemd journal

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode name
actionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.3.0
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  2. First observedv1.2.1

TDQS

A3.7/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes that this is a safe read operation, and the description aligns with it by saying 'Read'. The description adds useful context about the two log sources, but does not disclose output format, potential access restrictions, or truncation behavior. No contradiction with annotations.

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 very short and front-loaded with the core purpose: 'Read node logs.' The action mapping is compact and adds no redundant fluff. Every part of the description is useful.

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 two-required-parameter read-only tool, the description plus schema covers both parameters sufficiently: node is named and action values are explained. There is no output schema and the description does not mention return format, which is a minor gap, but it does not prevent an agent from making a correct call.

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?

The schema already documents 'node' as a node name, but 'action' only has an enum with no description. The description compensates by explicitly explaining 'action=syslog' and 'action=journal', so the previously undocumented parameter becomes clear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: 'Read node logs', and further distinguishes two concrete modes (syslog and systemd journal). It does not explicitly differentiate from siblings, but the resource is specific enough that an agent can identify what the tool does.

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 when to use the tool by saying 'Read node logs' and maps each action value to its meaning. However, it gives no explicit guidance about when to prefer this tool over siblings like proxmox_node_info or proxmox_node_task, nor exclusions for cases where a different tool would be better.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools