Skip to main content
Glama

wordpress_wp_transient_delete_all

Delete all expired WordPress transients to clean up temporary cached data and improve database performance.

Instructions

[UNIFIED] Delete all expired transients from the database. Improves database performance by cleaning up temporary cached data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It adequately specifies scope ('all expired') and effect ('cleaning up temporary cached data'), but fails to mention safety aspects like irreversibility, error conditions, or required authorization levels for this destructive operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The two-sentence structure is efficient and front-loaded with the action, but the '[UNIFIED]' prefix adds metadata noise without providing value to the agent. Otherwise, every sentence earns its place by describing action and benefit.

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

Completeness2/5

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

For a simple maintenance tool with one parameter and no output schema, the description adequately covers the operation's intent but remains incomplete due to the critical omission of parameter semantics and lack of behavioral safety context that would normally be provided by annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage for the required 'site' parameter, and the description completely fails to compensate by explaining what constitutes a valid site identifier (e.g., site ID, domain name, or slug). This leaves the critical parameter undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description provides a specific verb ('Delete') and resource ('all expired transients from the database'), clearly stating the tool's function. The second sentence adds value by explaining the benefit ('Improves database performance'). It loses a point for not explicitly differentiating from the sibling tool `wordpress_wp_transient_list`, though the verb distinction is implicit.

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

Usage Guidelines2/5

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

While it implies a use case via 'Improves database performance,' it lacks explicit guidance on when to use this versus alternatives like `wordpress_wp_cache_flush` or `wordpress_wp_transient_list`. It also omits prerequisites such as required permissions or safety considerations for database cleanup.

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/airano-ir/mcphub'

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