wordpress_convert_to_webp
Convert WordPress images to WebP format to reduce file size and improve website loading speed. Upload images to WordPress and use this tool to create optimized WebP versions.
Instructions
Convert image to WebP format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"mediaId": {
"type": "number"
}
},
"required": [
"mediaId"
],
"type": "object"
}