Create Topic Reply
topic_create_replyPost a reply to a discussion topic, optionally as a nested reply to another reply.
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 |
|---|---|---|---|
| topic_id | Yes | Topic ID to reply to. | |
| body | Yes | Reply body (plain text only). | |
| reply_to_id | No | Optional parent reply ID for nested replies. Get IDs from `topic_replies`. Omit for a top-level reply. |