MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_create_webhook

Generate a new webhook for any Discord channel, enabling automated messaging and integrations. Specify channel ID, name, and optional avatar or reason for streamlined setup.

Instructions

Creates a new webhook for a Discord channel

Input Schema

NameRequiredDescriptionDefault
avatarNo
channelIdYes
nameYes
reasonNo

Input Schema (JSON Schema)

{ "properties": { "avatar": { "type": "string" }, "channelId": { "type": "string" }, "name": { "type": "string" }, "reason": { "type": "string" } }, "required": [ "channelId", "name" ], "type": "object" }
ID: 4k20oqxijs