Skip to main content
Glama

Discord MCP Server

discord_send_message

Send messages to a specific Discord channel, optionally including up to 10 files, text-to-speech functionality, or replying to existing messages.

Instructions

Send a message to a Discord channel, optionally with up to 10 files

Input Schema

NameRequiredDescriptionDefault
channelIdYesThe Discord channel ID
contentNoMessage content (max 2000 characters)
filesNoFiles to attach to the message
replyToNoMessage ID to reply to
ttsNoSend as text-to-speech message

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "description": "The Discord channel ID", "type": "string" }, "content": { "default": "", "description": "Message content (max 2000 characters)", "maxLength": 2000, "type": "string" }, "files": { "description": "Files to attach to the message", "items": { "additionalProperties": false, "properties": { "file": { "description": "MCP file reference", "type": "string" }, "filename": { "description": "Filename to use when uploading", "type": "string" }, "spoiler": { "description": "Mark file as spoiler", "type": "boolean" } }, "required": [ "file", "filename" ], "type": "object" }, "maxItems": 10, "type": "array" }, "replyTo": { "description": "Message ID to reply to", "type": "string" }, "tts": { "description": "Send as text-to-speech message", "type": "boolean" } }, "required": [ "channelId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RossH121/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server