Skip to main content
Glama

pbs_acme_plugin_create

Creates an ACME DNS challenge plugin for automated certificate validation, with a dry-run mode by default; requires plugin ID and type, and optionally provider credentials.

Instructions

MUTATION: create an ACME DNS challenge plugin. Dry-run by default.

Additive — does not affect any existing plugin. dns_api = DNS provider name (e.g. 'cf', 'route53'). Reference plugin_id when ordering a cert via a DNS-01 challenge; to remove the plugin use pbs_acme_plugin_delete. confirm=True executes (POST /config/acme/plugins, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoBase64-encoded plugin credential/config data (e.g. DNS provider API tokens) required by the challenge type. Redacted from the PLAN preview and the audit ledger, but IS sent to PBS on confirm=True.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the plugin creation.
disableNoSet to disable the plugin on creation; omit to leave it enabled.
dns_apiNoDNS provider API name for a DNS-01 challenge (e.g. 'cf', 'route53'); maps to PBS's 'api' field.
plugin_idYesIdentifier for the new ACME DNS challenge plugin (1-32 chars, alnum/_/./- ; config/acme/plugins/{plugin_id}).
plugin_typeYesACME challenge plugin type (e.g. 'dns' or 'standalone'). PBS's own schema declares no enum here — validated defensively by charset only; see pbs_acme_challenge_schema for the live catalog of known types.
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.
validation_delayNoExtra delay in seconds (0-172800) to wait before requesting validation — copes with long DNS TTLs.

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 carries the burden. It reveals the tool is a mutation, dry-run by default, additive, synchronous, and describes the HTTP endpoint, return format, and config requirement. It also notes the data field is base64-encoded and redacted from plans but sent on confirm.

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 with 4 sentences, front-loaded with the action and mutation type. Every sentence adds value: dry-run behavior, additive nature, key parameter example, removal reference, confirm execution details, and config requirement. No redundancy.

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?

Given 8 parameters (2 required) and an output schema, the description covers core behavioral aspects: dry-run vs execute, return value, endpoint, and config needs. It does not detail all optional parameters but relies on schema descriptions. With output schema present, this is sufficient.

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 adds some context (e.g., dns_api as DNS provider name, plugin_id usage in cert ordering) but does not significantly go beyond what the schema already provides. No new parameter semantics 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 explicitly states 'create an ACME DNS challenge plugin' with a clear verb and resource. It distinguishes from siblings by noting that removal uses pbs_acme_plugin_delete, and it is additive (does not affect existing plugins).

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?

Provides clear context: use this to create a plugin for DNS-01 challenges, references plugin_id when ordering a cert, and contrasts with pbs_acme_plugin_delete for removal. It does not explicitly compare with pbs_acme_plugin_update but gives sufficient guidance for typical usage.

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