Skip to main content
Glama

wp_purge_cache

Clear cached files from WordPress plugins like LiteSpeed, WP Rocket, or W3TC to force fresh content delivery. Requires confirmation when safe mode is on.

Instructions

Purge site cache (LiteSpeed, WP Rocket, W3TC, etc.). confirm:true required when safe mode is enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoRequired when safe mode is enabled

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.3.0

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It does disclose that confirmation is required when safe mode is enabled, which is a meaningful guardrail. However, it does not explain what 'safe mode' is, whether the purge is destructive to all cache layers, or what side effects to expect, leaving some behavioral uncertainty.

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?

Two short, front-loaded sentences convey the tool's purpose, scope, and the key invocation constraint. There is no filler or redundant elaboration; every phrase earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter cache purge tool with no output schema, the description provides the core information needed to invoke it. The only notable gap is the undefined 'safe mode' term, which may be ambiguous without further context, but overall the tool is adequately described.

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 the schema already documents the 'confirm' parameter. The description adds the exact required value ('confirm:true'), which goes slightly beyond the schema's 'Required when safe mode is enabled' by clarifying that the boolean must be true rather than merely present.

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 clearly states the action ('Purge') and resource ('site cache'), and it enumerates the supported cache plugins (LiteSpeed, WP Rocket, W3TC, etc.). This is specific enough for an agent to distinguish it from the sibling tools, none of which are cache-purge operations.

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

Usage Guidelines3/5

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

The description implies when to use the tool: whenever the site cache needs clearing. It does not explicitly name alternatives or exclusion conditions, but the safe-mode confirmation requirement provides some contextual guidance for invocation. It would be stronger if it said 'use when cache must be invalidated' or listed cases where a full purge is not appropriate.

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/mpierre135/wp-mcp-control-server'

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