MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_edit_webhook

Modify an existing Discord webhook by updating its name, avatar, or channel. Use this tool to manage webhook configurations for streamlined communication and automation within your Discord server.

Instructions

Edits an existing webhook for a Discord channel

Input Schema

NameRequiredDescriptionDefault
avatarNo
channelIdNo
nameNo
reasonNo
webhookIdYes
webhookTokenNo

Input Schema (JSON Schema)

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