wordpress_create_post
Create WordPress posts with custom slugs, categories, tags, and featured images. Manage content publishing through the MCP Hub server.
Instructions
[UNIFIED] Create a new WordPress post. Supports custom slug, categories, tags, and featured image.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| title | Yes | ||
| content | Yes | ||
| status | No | draft | |
| slug | No | ||
| excerpt | No | ||
| categories | No | ||
| tags | No | ||
| featured_media | No |