pve_delete_replication_job
Remove a replication job from Proxmox VE infrastructure by specifying its ID to stop data synchronization tasks.
Instructions
Delete replication job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Replication job ID |
Remove a replication job from Proxmox VE infrastructure by specifying its ID to stop data synchronization tasks.
Delete replication job
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Replication job ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Delete' implies a destructive mutation, but the description doesn't specify whether this action is reversible, requires specific permissions, has side effects (e.g., stopping active replications), or provides confirmation feedback. For a destructive tool with zero annotation coverage, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise ('Delete replication job') but borders on under-specification rather than effective brevity. While it uses only three words, it fails to provide necessary context that would help an agent use the tool correctly. The structure is front-loaded but incomplete.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a destructive deletion tool with no annotations and no output schema, the description is insufficient. It doesn't explain what happens upon deletion, potential errors, or return values. Given the complexity of a deletion operation in a system like Proxmox VE, more context about consequences and behavior is needed for the agent to use this tool appropriately.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the single parameter 'id' documented as 'Replication job ID'. The description adds no additional parameter information beyond what the schema provides. According to scoring rules, when schema_description_coverage is high (>80%), the baseline is 3 even with no param info in the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Delete replication job' is a tautology that restates the tool name with minimal elaboration. It specifies the verb 'Delete' and resource 'replication job', but doesn't distinguish from sibling deletion tools like pve_delete_backup_job or pve_delete_vm, nor does it clarify what a replication job entails in this context. The purpose is clear at a basic level but lacks specificity and differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing replication job ID), exclusions, or relationships to sibling tools like pve_get_replication_job or pve_list_replication_jobs. The description offers no context for appropriate usage scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ruashots/proxmox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server