grove_send_message
Send a message to a Grove channel, creating it if needed. Requires write permission; specify a different sender identity only with relay permission.
Instructions
Send a message to a Grove channel. Creates the channel if it doesn't exist. Requires grove_write.
Args: channel_name: Target channel name. content: Message body. sender: Display name for the sender. Defaults to your resolved grove_sender (never a literal "Auto"). Passing a DIFFERENT identity requires the grove_relay permission — otherwise returns sender_forbidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | ||
| sender | No | ||
| content | Yes | ||
| channel_name | Yes |