Create Article
neptime_create_articleCreate a new article by providing a title, description, body text, and optional tags and category.
Instructions
Create a new article/post.
Args:
title: Article title, 5-200 chars (required)
description: Short description, 15-500 chars (required)
text: Article body, min 50 chars (required)
tags: Comma-separated tags (optional)
category: Category ID (optional)
Returns: Created article object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Article title | |
| description | Yes | Short description | |
| text | Yes | Article body text | |
| tags | No | Comma-separated tags | |
| category | No | Category ID |