create_article
Generate and publish blog articles on Emlog by defining title, content, excerpt, tags, cover image, category, draft status, and comment settings through structured input.
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 |