MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_read_messages

Retrieve up to 100 messages from a specified Discord text channel using channel ID, enabling efficient message monitoring and analysis.

Instructions

Retrieves messages from a Discord text channel with a configurable limit

Input Schema

NameRequiredDescriptionDefault
channelIdYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "channelId": { "type": "string" }, "limit": { "default": 50, "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "channelId" ], "type": "object" }
ID: 4k20oqxijs