reply_discord_message
Reply to a specific Discord message in a channel by providing the message ID and reply content. Confirms with user before sending.
Instructions
Reply to a specific Discord message ID in a channel. This is a write action and should be shown to the user as a VoiceOS confirmation pill before execution. Confirm the channel ID, message ID, and exact reply content with the user before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | No | Discord channel ID containing the message being replied to. If omitted, provide channel_name and a configured or explicit guild_id. | |
| channel_name | No | Discord channel name, such as general. Used when channel_id is not provided. | |
| guild_id | No | Optional Discord server/guild ID used to resolve channel_name. If omitted, uses DISCORD_GUILD_IDS from the MCP environment. | |
| message_id | Yes | Discord message ID to reply to. | |
| content | Yes | Exact Discord reply content to send. Discord messages are limited to 2000 characters. | |
| allowed_mentions | No | Allowed Discord mention parsing policy. Use 'none' unless the user explicitly asks to ping users, roles, @everyone, or @here. | none |