Skip to main content
Glama
SparkleOfficial

@writavo/mcp-server

Delete an article

delete_article
DestructiveIdempotent

Permanently delete an article from Writavo CMS, removing tag assignments and causing its published URL to return 404 after cache purge. Requires explicit confirmation; no undo.

Instructions

Delete an article. Permanent. The row and its tag assignments are removed, and if the article was published its URL starts returning 404 on your blog once the cache is purged. PERMANENT: this deletes content from the customer's Site. There is no trash and no undo. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the articles:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA UUID.
confirmNoSet to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing.
if_matchNoThe ETag from your last read of this object. Send it and the write is refused if somebody else changed the object in the meantime, rather than silently overwriting their work.
Behavior5/5

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

The description adds substantial behavioral context beyond the annotations: permanent deletion, removal of tag assignments, 404 impact after cache purge, no trash/undo, and the confirm flag's dry-run behavior. It also explains the if_match concurrency control's effect. Annotations already indicate destructive=True, but the description enriches this with specific scenarios and consequences.

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?

Every sentence carries critical information: the action, permanence, side effects, irreversibility, consent requirement, and authentication. It is direct and front-loaded with the most important warning 'Permanent', followed by concrete consequences. No redundancy or filler.

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?

For a destructive tool with no output schema, the description covers all necessary invocation context: what gets deleted, downstream effects, irreversibility, user consent workflow, authentication scope, and concurrency handling. It fully prepares the agent to use the tool correctly and safely.

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 descriptions cover all three parameters, so baseline is 3. The description adds extra meaning for 'confirm' by explaining that omitting it results in a preview instead of deletion, and for 'if_match' by describing optimistic concurrency. This goes beyond the schema's basic descriptions, earning a 4.

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 uses a specific verb ('Delete') and resource ('article'), clearly distinguishing from sibling tools like update_article or publish_article. It immediately states the destructive nature, leaving no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to ask the user before calling and to pass confirm:true only after agreement. Also specifies the required API key scope (articles:write), providing clear operational prerequisites. This goes beyond simple context and gives actionable when-to-use 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/SparkleOfficial/writavo-mcp-server'

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