Skip to main content
Glama

pve_node_cert_delete

Delete a custom TLS certificate from a PVE node, reverting to self-signed certificate. Dry-run by default; confirm to execute and optionally restart pveproxy.

Instructions

MUTATION: delete the custom TLS certificate from a PVE node.

RISK_MEDIUM: PVE reverts to its self-signed certificate — recoverable by re-uploading via pve_node_cert_upload (to view current certs first use pve_node_certificates). restart=True reloads pveproxy after deletion. Dry-run by default (returns a PLAN); confirm=True executes (DELETE, Smoke-confirm) and returns {"status": "ok", "result": None}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPVE node name to delete the custom certificate from; defaults to the configured node if omitted.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the deletion.
restartNoIf True, reload pveproxy after deletion to apply the reverted self-signed certificate immediately.
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?

With no annotations, the description fully discloses behavioral traits: it is a mutation, reverts to self-signed certificate, is recoverable, supports dry-run (returns PLAN) and confirm (executes), and the restart parameter reloads pveproxy. The output structure is also described. This covers all key behavioral aspects.

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 concise (3 sentences/segments) and well-structured: it starts with purpose, then risk, then recovery, then parameter behavior. Every sentence adds value without redundancy. It is front-loaded with the core action and clearly distinguishes modes.

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?

Given the tool has 4 optional parameters, output schema, and sibling tools, the description covers the behavior (including dry-run vs. confirm), risk, recovery path, and prerequisite/sequencing (view certs first, re-upload after). It also explains the output format for both modes. This is complete for safe and correct usage.

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 input schema has 100% coverage, providing baseline 3. The description adds value by explaining that confirm=False returns a dry-run PLAN and that restart=True reloads pveproxy immediately. This enhances understanding beyond the schema defaults and descriptions, enabling the agent to use parameters more effectively.

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 that the tool deletes the custom TLS certificate from a PVE node, labels it as a MUTATION, and distinguishes it from siblings pve_node_cert_upload and pve_node_certificates by referencing them for recovery and viewing. The verb 'delete' combined with the resource 'custom TLS certificate from a PVE node' is specific.

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?

The description explains when to use the tool (to delete a custom TLS cert and revert to self-signed), mentions recoverability via pve_node_cert_upload, and describes the dry-run vs. confirm execution model. It implicitly advises against deleting if the cert is needed and provides context on risk level (RISK_MEDIUM). However, it does not explicitly state when not to use it beyond the implied preservation.

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