Skip to main content
Glama

pbs_metrics_influxdb_udp_delete

Delete a PBS InfluxDB UDP metrics server configuration. Use dry-run to review, then confirm=True to execute.

Instructions

MUTATION: delete a PBS InfluxDB udp metrics server configuration.

RISK_LOW: config-only change — stops metrics forwarding, no credential or data loss, matching PVE's LOW-rated pve_metrics_server_delete baseline. Dry-run by default (captures current config); confirm=True executes (DELETE /config/metrics/influxdb-udp/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — re-create with pbs_metrics_influxdb_udp_create. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesId of the InfluxDB udp metrics server to delete.
digestNoOptimistic-lock: 64-char lowercase hex SHA-256 of the config PBS last returned.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the deletion.
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, dry-run default, synchronous execution, return value (null), and that it stops metrics forwarding. Explains risk level (LOW) and lack of undo. As annotations are absent, description fully carries the burden, covering all critical 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.

Conciseness5/5

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

The description is well-structured with clear sections (MUTATION, RISK_LOW, dry-run, execution, undo). Every sentence adds value and is front-loaded with purpose. Concise and efficiently informative.

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 parameters and an output schema, the description covers mutation nature, risk, dry-run behavior, execution details, return format, undo alternative, and config requirement. It is complete and context-rich, including cross-reference to PVE baseline.

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?

The input schema already provides comprehensive descriptions for all parameters (100% coverage). The description only reiterates the confirm parameter's dry-run behavior without adding new semantic meaning. Baseline score of 3 is appropriate.

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 'delete a PBS InfluxDB udp metrics server configuration,' with a clear verb and resource. It includes a MUTATION label, making the action unambiguous. It distinguishes from sibling CRUD tools through context.

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 when-to-use guidance: mentions dry-run default and that no undo exists, recommending re-creation with pbs_metrics_influxdb_udp_create. Also notes the PROXIMO_PBS_* config requirement. However, it does not explicitly state when not to use or alternative tools for checking existence.

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