Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

proxmox_node_service

List services on a Proxmox node or control a service with start, stop, or restart commands.

Instructions

Manage node services. action=list: list services | action=control: start/stop/restart a service (elevated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode name
serviceNoService name (e.g., pveproxy, ssh, pvedaemon)
commandNoService command
actionYes
Behavior3/5

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

Description mentions elevated permissions for control actions, which adds transparency beyond the schema. However, it does not disclose other behavioral traits like side effects or error handling, and annotations are absent.

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?

Two sentences with no extraneous information. The structure is compact and front-loads the core functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool, the description covers main functionality but lacks detail on conditional requirements (e.g., service and command needed for control) and return values. Without output schema or annotations, more completeness would be beneficial.

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?

Description adds meaning for the 'action' parameter by explaining its values (list/control) and the elevated requirement for control. Schema covers 75% of parameters with descriptions, and the description compensates for the missing action 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?

Description clearly states the tool manages node services and specifies two actions (list and control) with distinct purposes. It distinguishes from sibling tools like proxmox_node by focusing specifically on services.

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?

Description explains when to use each action (list vs control) and notes elevated permissions for control. While it doesn't explicitly exclude alternatives, the specificity provides clear usage context.

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/Bldg-7/proxmox-mcp'

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