reply_to_thread
Reply to a discussion thread by posting a comment or answer, with control over privacy, anonymity, and nested replies.
Instructions
Reply to a thread with a comment or answer. Wrap content in Ed XML: Your text here
Args: thread_id: The global thread ID (from list_threads or search_threads). content: Reply body in Ed XML format. type: "comment" for a general reply, or "answer" for a direct answer (only works on "question" type threads). is_private: If true, only staff can see this reply. is_anonymous: If true, the author's name is hidden. parent_id: To nest this reply under an existing comment, pass that comment's ID here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | comment | |
| content | Yes | ||
| parent_id | No | ||
| thread_id | Yes | ||
| is_private | No | ||
| is_anonymous | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |