wordpress_delete_backup
wordpress_delete_backupDelete a specific backup file from your WordPress site by providing its backup ID.
Instructions
Delete a backup file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupId | Yes |
wordpress_delete_backupDelete a specific backup file from your WordPress site by providing its backup ID.
Delete a backup file
| Name | Required | Description | Default |
|---|---|---|---|
| backupId | Yes |
Changes observed during successful MCP inspections.
v1.0.0Input schema / $schemaAdded value: +"http://json-schema.org/draft-07/schema#"Input schema / additionalPropertiesAdded value: +falseDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description carries the full burden. 'Delete a backup file' implies destructive behavior but does not disclose whether deletion is permanent, irreversible, or affects related data. No mention of permissions, confirmation, or side effects.
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 a single, front-loaded sentence with no fluff. It is efficient for a simple tool, though it sacrifices important detail. Still, it earns its place by being concise and direct.
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?
With one parameter and no output schema, the description is relatively simple, but it lacks essential context about the permanence of deletion, expected results, and how the backupId is defined. This gap could lead to incorrect tool usage.
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?
Schema description coverage is 0% and the description does not explain the backupId parameter at all. It gives no indication of what backupId refers to or how to obtain it from tools like wordpress_list_backups, forcing the agent to guess at parameter semantics.
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 uses a clear verb ('Delete') and resource ('a backup file'), which unambiguously identifies the action. It distinguishes itself from sibling backup tools like list_backups and restore_backup by clearly indicating it performs deletion.
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 about when to use this tool versus alternatives such as list_backups or restore_backup. The description lacks context on prerequisites or use cases, leaving the agent without direction on tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.