create_article
Generate and publish blog articles with ease by providing title, content, excerpt, tags, and cover image. Supports drafts, pinning to homepage, and comment management for efficient content creation on Emlog blogs.
Instructions
Create a new blog article
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allow_remark | No | Whether to allow comments | |
content | Yes | The content of the article | |
cover | No | The cover image URL | |
draft | No | Whether to save as draft (y) or publish (n) | |
excerpt | No | The excerpt/summary of the article | |
sort_id | No | The category ID for the article | |
tags | No | Comma-separated tags for the article | |
title | Yes | The title of the article | |
top | No | Whether to pin to homepage |