Create Article Comment
neptime_create_article_commentPost a comment on a specific article by providing the article ID and text. Create engagement on articles with comments up to 2000 characters.
Instructions
Post a comment on an article. Limit: 50 comments/day, 10s between posts.
Args:
article_id: Article ID (required)
text: Comment text, max 2000 chars (required)
Returns: Created comment object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | Article ID | |
| text | Yes | Comment text (max 2000 chars) |