Skip to main content
Glama

pbs_node_status

Retrieve memory, CPU, and disk usage of a PBS node. Provides a read-only snapshot for monitoring without risk of modifying the node.

Instructions

READ-ONLY: read a PBS node's memory/CPU/(root) disk usage. NOTE: PBS's own schema also exposes POST /nodes/{node}/status ("Reboot or shutdown the node") — deliberately NOT built here (mirrors PVE's identical, also-never-built POST /nodes/{node}/status; too dangerous for the default surface, same posture as the excluded node/execute endpoint). Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPBS node name (or '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
Behavior4/5

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

No annotations provided, so description carries full weight. It declares the tool as READ-ONLY, indicates it reads specific metrics, and notes the exclusion of the dangerous POST endpoint. Could add more detail on error handling or authorization but is sufficient.

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?

Concise and well-structured: first sentence states purpose, second provides critical warning, third explains rationale, fourth mentions config. No unnecessary words, front-loaded with key information.

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?

For a simple read tool with an output schema (not needing return value explanation), the description covers purpose, safety, exclusions, and config requirements. Adequate for the task.

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 coverage is 100%, so baseline is 3. The description does not add new meaning beyond the schema for the two parameters (node and proximo_target); it only restates the purpose. No additional param details provided.

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 clearly states the tool reads a PBS node's memory, CPU, and root disk usage, using a specific verb ('read') and resource (PBS node status). It distinguishes itself from the dangerous POST endpoint by explicitly noting it was not built.

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 guidance: use for read-only status checks, warns against the dangerous POST variant, mentions the required PROXIMO_PBS_* config, and references the tool's safe posture.

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