Create Blog Post
neuron_create_blog_postCreate a blog post as draft or published. Specify title, content (markdown), author type, tags, and optional SEO settings like meta description and keywords.
Instructions
Create a new blog post (draft or published)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names or slugs | |
| title | Yes | Post title (max 500 chars) | |
| status | No | Post status | draft |
| content | Yes | Post content (markdown) | |
| excerpt | No | Short summary (optional) | |
| seoTitle | No | SEO title override (optional) | |
| authorType | Yes | Author type | |
| seoKeywords | No | SEO keywords (optional) | |
| coverImageUrl | No | Cover image URL (optional) | |
| seoDescription | No | Meta description (optional) |