Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

Delete WordPress Post

wp_delete_post
Destructive

Delete WordPress posts by ID: move to trash (recoverable for 30 days) or permanently delete with force=true.

Instructions

Delete a post. Defaults to trash (recoverable for 30 days). Set force=true to permanently delete.

Args:

  • id (number): Post ID to delete. Required.

  • force (boolean): Default false. True = permanent delete (skip trash).

  • response_format (enum): markdown | json. Default 'markdown'.

Returns: JSON with deletion outcome:

  • force=false: the post object with status='trash'

  • force=true: { deleted: true, previous: }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPost ID to delete.
forceNoDefault false (move to trash, recoverable). Set true to permanently delete.
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (destructiveHint=true), the description discloses the default trash behavior, 30-day recoverability, and the effect of force=true. It also outlines the exact return payload for both modes, offering rich behavioral context. This exceeds what the annotations provide and fully clarifies the tool's 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.

Conciseness5/5

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

The description is well-structured with clear 'Args' and 'Returns' sections. Every sentence serves a purpose: the first explains the core behavior, the Args bullet list specifies inputs, and the Returns section clarifies outcomes. No fluff or redundancy; it is concise yet highly 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?

With three parameters, all explained, and no output schema, the description fully compensates by detailing return values for both force modes. It covers edge cases (trash vs. permanent deletion) and output format options. The description is complete for an agent to invoke the tool correctly without additional context.

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?

Schema coverage is 100%, so parameters are already documented. The description adds value by explicitly linking each argument to its behavioral impact, especially in the 'Returns' section showing how force=false returns a trashed post object and force=true returns a deleted flag and previous object. This goes beyond the schema's static definitions.

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 opens with 'Delete a post', using a specific verb and resource. It further distinguishes by explaining the trash vs. permanent deletion behavior, which clearly separates it from sibling tools like wp_delete_page or wp_delete_media. The title and description align perfectly with the tool's functionality.

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 clearly implies when to use the tool (deleting posts) and explains the force option for permanent deletion. However, it does not explicitly contrast with alternative tools (e.g., wp_delete_page) or state when not to use it. The context is clear but lacks explicit exclusion guidance.

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/ArsNovaSingers/ars-nova-wordpress-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server