grove_reply
Post a reply to a specific message in a channel thread by providing the channel name, reply content, and the ID of the parent message.
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 |