Skip to main content
Glama

MCP-Discord

by jar285
MIT License
16
1
  • Linux
  • Apple

discord_edit_webhook

Modify an existing Discord webhook to update its name, avatar, or channel ID. Use this tool to manage webhook configurations within the MCP-Discord server for efficient integration and communication.

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" }

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/jar285/mcp-discord'

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