reddit_get_more_comments
Expand unexpanded Reddit comment stubs by supplying the post id and comment ids from an unexpanded stub. This fetches the deep thread tail that re-fetching with a larger maxDepth cannot reach.
Instructions
Expand the reply stubs reddit_get_post reported under unexpanded. Pass the post id and the ids from one stub. This is the only way to reach a deep thread's tail — re-fetching the post with a bigger maxDepth walks the same top-level branches again rather than continuing where it stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | A post id. Accepts the bare id ("1abc2de"), the fullname ("t3_1abc2de") or the full permalink — they are normalized for you. | |
| commentIds | Yes | Comment ids from an `unexpanded[].ids` array, up to 100 per call. |