Direct Publish
direct_publishPublish markdown blog posts directly to WordPress with image handling and SEO metadata. Choose between live publish or draft mode.
Instructions
Publish a blog post directly to WordPress without Notion. Handles image uploads, Gutenberg conversion, featured image generation, and SEO metadata. Body must be markdown. Set publish=true to go live, false for draft. Use this instead of create_post when you don't need Notion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Post title | |
| body | Yes | Post content in markdown (required) | |
| category | No | Category name | |
| tags | No | Tag names | |
| seoKeyword | No | SEO focus keyword | |
| seoDescription | No | Custom meta description for SEO (max 160 chars) | |
| imageTitle | No | Featured image title/text overlay | |
| slug | No | Custom URL slug | |
| publish | No | Publish immediately (true) or create as draft (false) |