mattermost_reply_to_thread
Send a reply to an existing message thread in a Mattermost channel. Requires channel ID, parent post ID, and reply text.
Instructions
Reply to a specific message thread in Mattermost
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel containing the thread | |
| post_id | Yes | The ID of the parent message to reply to | |
| message | Yes | The reply text |