grove_reply
Reply to a message in a thread by specifying channel name, reply content, and the message ID. Requires write access to the channel.
Instructions
Reply to a message in a thread. Requires grove_write.
Args: channel_name: Channel containing the parent message. content: Reply body. reply_to_id: ID of the message being replied to. sender: Display name for the sender. Defaults to your resolved grove_sender. A different identity requires grove_relay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | ||
| sender | No | ||
| content | Yes | ||
| reply_to_id | Yes | ||
| channel_name | Yes |