cursorstring · optionalValue supplied for cursor.
minLength: 1 · maxLength: 2048
Loading tools…
Retrieve a bounded page of public comments for a Reddit post.
Return bounded top-level public comments with string IDs, canonical URLs, text, authors, parent IDs, timestamps, scores and reply counts. One opaque provider cursor is accepted per call; nested replies are summarized rather than recursively expanded.
Agents select this operation with tool ID reddit.post-comments, then check its current inputs and price before a run.
cursorstring · optionalValue supplied for cursor.
minLength: 1 · maxLength: 2048
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 100
urlstring · requiredValue supplied for url.
format: uri · maxLength: 1024
captured_atstringReturned captured at value.
duplicate_itemsnumberReturned duplicate items value.
itemsarrayReturned items value.
next_cursorUse verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
Returned next cursor value.
omitted_itemsnumberReturned omitted items value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "reddit.post-comments",
"input": {
"url": "https://www.reddit.com/r/AskReddit/comments/1lfbo7u/what_is_a_thing_you_love/",
"limit": 10
}
}{
"items": [
{
"id": "mymupxb",
"url": "https://www.reddit.com/r/AskReddit/comments/1lfbo7u/example/mymupxb/",
"text": "A public comment",
"score": 75,
"author": "public-author",
"parent_id": "t3_1lfbo7u",
"reply_count": 1
}
],
"captured_at": "2026-08-20T00:00:00.000Z",
"next_cursor": "opaque-next",
"omitted_items": 0,
"duplicate_items": 0
}invalid_input: The route input was invalid or outside its public-read bounds.example: {"url":"https://www.reddit.com/r/AskReddit/comments/1lfbo7u/what_is_a_thing_you_love/","limit":10}