Skip to main content
Glama

wordpress_bulk_optimize_images

wordpress_bulk_optimize_images

Compress all images on your WordPress site in bulk to reduce file sizes and improve page load speed.

Instructions

Bulk optimize images (compress all images)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.0.0
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It states 'compress all images' implies a mutating, site-wide operation, but does not clarify whether originals are overwritten, whether it is reversible, or whether it may take a long time or require special permissions. This lacks necessary context for a potentially destructive bulk action.

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 description is a single short sentence, but it contains redundancy: 'Bulk optimize images' and '(compress all images)' convey the same meaning. It is concise but not maximally efficient; 'Compress all images' would be equally clear and shorter.

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 site-wide bulk operation with no output schema and no annotations, the description is incomplete. It does not mention side effects (e.g., original file replacement), performance considerations, or any success/failure indicators. The description is too sparse to fully prepare an agent for the consequences of invoking this tool.

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?

The tool has zero parameters, so the schema coverage is trivially 100%, and description is not required to explain parameter details. The description adds the scope 'all images', which effectively communicates the absence of filtering options, aligning with the 0-parameter baseline.

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 'Bulk optimize images (compress all images)' clearly identifies the action (compress) and the resource (images), with an explicit scope ('all images'). It distinguishes from related tools like wordpress_convert_to_webp and wordpress_regenerate_thumbnails, though the word 'optimize' is slightly vague without the parenthetical.

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?

No guidance is provided on when to use this tool versus alternatives such as wordpress_convert_to_webp or wordpress_regenerate_thumbnails. It does not mention prerequisites, site-wide impact, or situations where a more targeted approach would be appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools