wordpress_bulk_update_meta
Batch update or delete post meta for posts, pages, and WooCommerce products in a single REST call, with permission checks per item.
Instructions
[UNIFIED] Batch-update post_meta (posts, pages, WooCommerce products) in a single REST round-trip via the airano-mcp-bridge companion plugin (v2.2.0+). Each item is permission-checked in PHP via current_user_can('edit_post', post_id). Pass a null meta value to delete that key. Maximum 500 items per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| updates | Yes |