List replies on a Threads post
list_threads_repliesRetrieve replies to a Threads post, or walk the entire conversation thread by setting conversation to true. Get full context before responding.
Instructions
Read the replies on a Threads post. Set conversation:true to walk the entire thread rather than only direct replies. Use before reply_to_thread so you answer with the actual conversation in view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many replies (1–50, default 25) | |
| postId | Yes | post id from list_threads_posts | |
| conversation | No | true = the whole thread, not just direct replies |