discord_send_message
Send inline messages or share artifacts as Markdown files to a Discord channel in your connected server.
Instructions
Send to a Discord channel in your connected server. Provide exactly one of: content (inline text); handoff_id or insight_id (sends that artifact, rendered to Markdown, as a .md file attachment); or artifact (last_handoff / last_correlation / last_onboarding / last_architecture / last_release_notes, with project_id) to send the latest active artifact of that kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Inline message text. Mutually exclusive with handoff_id / insight_id / artifact | |
| artifact | No | Send the latest active artifact of this kind. Requires project_id | |
| channel_id | Yes | Discord channel id from discord_list_channels. | |
| handoff_id | No | Id of a handoff (from list_handoffs) to render and attach as a .md file | |
| insight_id | No | Id of an insight (from list_insights) to render and attach as a .md file | |
| project_id | No | Project UUID. Required only when artifact is set |