wordpress_regenerate_thumbnails
Regenerate missing or outdated image thumbnails for WordPress attachments. Use after uploading media, switching themes, or when thumbnails are absent. Supports batch processing with pagination.
Instructions
[UNIFIED] Rebuild attachment sub-sizes (the registered WP image sizes plus any from add_image_size() in the active theme). Use this after upload_media_from_url / _from_base64 with convert_to=webp|avif, after a theme switch that adds new sizes, or for legacy attachments missing thumbnails. Routes through the airano-mcp-bridge companion plugin v2.8.0+. Body shapes: either an 'ids' list to target specific attachments (max 50 per call); or all=true with offset/limit for paged batch. Returns has_more + next_offset in batch mode so callers can continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| ids | No | ||
| site | Yes | ||
| limit | No | ||
| offset | No |