> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Discord message

> Send a message to the user via Discord.

{/* Tool: send_discord_message */}

## Parameters

<ParamField path="message" type="string" required={true}>
  The text content. Must be non-empty.
</ParamField>

<ParamField path="reply_to_message_id" type="string" default={""}>
  Optional Discord message ID to reply to. Omit for default reply behavior.
</ParamField>

<ParamField path="thread_id" type="string" default={""}>
  Optional Discord thread ID to send into. Overrides channel\_id/current context destination.
</ParamField>

<ParamField path="channel_id" type="string" default={""}>
  Optional Discord channel ID to send into when not targeting a thread.
</ParamField>
