wordpress_update_media
Update WordPress media file metadata including alt text, caption, and title to improve accessibility and content organization.
Instructions
Update media file metadata (alt text, caption, title)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"mediaId": {
"type": "number"
}
},
"required": [
"mediaId"
],
"type": "object"
}