Create Topic Reply
topic_create_replyPost a reply to a discussion topic. Optionally nest it under an existing reply by including its ID.
Instructions
Create a reply to a discussion topic. Pass reply_to_id to nest under another reply; omit for a top-level reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply body (plain text only). | |
| topic_id | Yes | Topic ID to reply to. | |
| reply_to_id | No | Optional parent reply ID for nested replies. Get IDs from `topic_replies`. Omit for a top-level reply. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| author | Yes | ||
| images | Yes | ||
| topic_id | Yes | ||
| created_at | Yes | ||
| likes_count | Yes | ||
| reply_to_id | Yes | ||
| comments_count | Yes |