reply_forum_post
Reply to a forum post with subject and message. Use dry-run mode to validate first, then post to the campus forum.
Instructions
Reply to an existing forum post.
By default runs in dry_run mode. Set dry_run=False to actually post.
Args: post_id: The ID of the post being replied to (parent). subject: Reply subject. message: Reply body text. dry_run: If True (default), validate without posting.
Returns: JSON with validated status, and postid if posted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| message | Yes | ||
| post_id | Yes | ||
| subject | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |