Skip to main content
Glama

pve_acme_cert_order

Order an ACME TLS certificate for Proxmox node domains. Dry-run by default; set confirm=True to execute. Returns an async task UPID for progress tracking.

Instructions

MUTATION: order a NEW ACME TLS certificate for the node's configured ACME domains. Dry-run by default. Async — returns a task UPID (poll pve_task_status/pve_task_wait).

MEDIUM (lower than pve_node_cert_upload's HIGH): the cert is CA-validated and installed ONLY on a successful challenge — a failed challenge leaves the existing cert untouched, so it cannot lock you out. On success PVE reloads pveproxy. force=overwrite an existing custom cert. Revert to self-signed with pve_node_cert_delete. confirm=True to execute. Smoke-confirm: POST shape + async UPID against a live PVE instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoTarget PVE node name; omit to use the configured default node.
forceNoOverwrite an existing custom certificate on the node if one is already installed.
confirmNoFalse (default) returns a dry-run PLAN only; True submits the ACME order task.
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?

Discloses mutation, async nature, return of UPID, dry-run behavior, forced overwrite option, safety (failure leaves cert untouched), effect on pveproxy reload, and revert path. With no annotations, description fully covers behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Packed with information but all sentences are relevant and concise. Could be slightly more structured (e.g., bullet points) but no superfluous content.

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?

Covers purpose, execution modes, risk, effects, and alternatives. Output schema exists so return value not needed. Lacks explicit mention of prerequisite (node must have ACME domains configured) but implied by 'configured ACME domains'.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage for 4 params; description adds context: node default behavior, force overwriting, confirm as dry-run vs execute, proximo_target for multi-target routing, enhancing understanding beyond schema.

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 it orders a NEW ACME TLS certificate for the node's ACME domains, uses specific verbs like 'order' and 'MUTATION', and distinguishes from siblings like pve_node_cert_upload and pve_node_cert_delete via risk level and purpose.

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?

Explicitly says dry-run by default, confirm=True to execute, contrasts with pve_node_cert_upload (HIGH risk) and pve_node_cert_delete (revert), provides smoke-confirm advice for testing.

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