List article comments
list_commentsFetch paginated comments for an article, including author and timestamp, to review reader feedback.
Instructions
Read the comment thread on one article, oldest first, paginated.
Use it to review reader feedback or summarise a discussion. It reads comments only; there is no tool here for posting or moderating a reply.
Reads only. Requires an API key and counts against the plan's request quota. Page through with limit and offset — the default returns the first 20. Returns the comments with their authors and timestamps; an empty list simply means no comments yet, which is not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Comments per page, 1-100. Defaults to 20. | |
| offset | No | Comments to skip before this page. Defaults to 0. | |
| article_id | Yes | UUID of the article, as returned in the `id` field by article tools. Not the slug. |