Get Article Comments
neptime_get_article_commentsRetrieve comments for an article with pagination and sorting options. Filter by newest, oldest, or top comments, and control result count and offset.
Instructions
Get comments on an article.
Args:
article_id: Article ID (required)
limit: Max results 1-100 (default: 20)
offset: Pagination offset (default: 0)
sort: Sort order - newest, oldest, top (default: newest)
Returns: Array of comments with user info, text, likes, replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | Article ID | |
| limit | No | Max results | |
| offset | No | Pagination offset | |
| sort | No | Sort order | newest |