Social Get Comment Replies
social_get_comment_repliesRetrieve replies to a specific comment on Scratch projects, studios, or profiles. Specify source, source ID, and comment ID to get paginated replies.
Instructions
Fetch the replies to one top-level comment.
For source="profile" this is slow: Scratch has no endpoint for a single
profile comment, so scratchattach pages through the profile until it finds
the id. Prefer social_get_comments, which returns profile replies inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max replies to return (1-40). project and studio only. | |
| offset | No | How many replies to skip. project and studio only. | |
| source | Yes | "project", "studio", or "profile". | |
| source_id | Yes | The numeric project or studio id, or the username, matching `source`. | |
| comment_id | Yes | Id of the top-level comment whose replies you want. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| source | Yes | ||
| comments | Yes | ||
| has_more | Yes | ||
| returned | Yes | ||
| source_id | Yes |