wordpress_bulk_create_posts
Create multiple WordPress posts simultaneously to streamline batch content generation and publishing workflows.
Instructions
Create multiple posts in one operation - efficient for batch content generation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes |
Input Schema (JSON Schema)
{
"properties": {
"posts": {
"type": "array"
}
},
"required": [
"posts"
],
"type": "object"
}