Skip to main content
Glama

pmg_doctor

Check PMG connectivity and credential permissions by querying /version and /access/users endpoints. Run this preflight test first when diagnosing Proxmox Mail Gateway issues.

Instructions

READ-ONLY: PMG connectivity + credential/permission preflight — checks the global /version endpoint and /access/users. Needs PROXIMO_PMG_* config.

Returns a dict with "version" and "permissions" keys; a successful call proves connectivity and credentials together. Run this first when diagnosing PMG trouble, before other pmg_* tools. PMG has no /access/permissions endpoint (that is PVE-only); "permissions" here is /access/users.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPMG node name; defaults to the configured 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
Behavior5/5

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

Explicitly marks as READ-ONLY, describes endpoints called, return dict keys, and what a successful call proves. With no annotations provided, the description fully covers behavioral traits without contradiction.

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?

Three sentences with front-loaded purpose. No superfluous content. Highly efficient.

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?

Complete for a diagnostic tool: input schema fully covers parameters, output schema described in description, behavior and usage guidance provided. No gaps.

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. Description does not add additional parameter meaning beyond what the schema already provides; it merely restates the environment requirement.

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 is for PMG connectivity and credential preflight, checking /version and /access/users endpoints. It distinguishes from sibling tools by advising to run this first before other pmg_* tools.

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?

Explicit when-to-use guidance: 'Run this first when diagnosing PMG trouble, before other pmg_* tools.' Also states prerequisite (PROXIMO_PMG_* config) and clarifies a common confusion (PMG has no /access/permissions endpoint).

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