Skip to main content
Glama

Discord MCP Server

discord_get_message

Retrieve a specific Discord message by ID, including full attachment details, to access and analyze message content directly from the channel.

Instructions

Get a specific message by ID with full attachment details

Input Schema

NameRequiredDescriptionDefault
channelIdYesThe Discord channel ID
messageIdYesThe message ID to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channelId": { "description": "The Discord channel ID", "type": "string" }, "messageId": { "description": "The message ID to retrieve", "type": "string" } }, "required": [ "channelId", "messageId" ], "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