create-blog-post
Create a WordPress blog post by providing title and HTML content, with optional excerpt, categories, tags, and publication status.
Instructions
Create a blog post in WordPress
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag IDs | |
| title | Yes | The title of the blog post | |
| status | No | Publication status | draft |
| content | Yes | The HTML content of the blog post | |
| excerpt | No | Optional post excerpt/summary | |
| categories | No | Array of category IDs |