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
Name | Required | Description | Default |
---|---|---|---|
avatar | No | ||
channelId | No | ||
name | No | ||
reason | No | ||
webhookId | Yes | ||
webhookToken | No |
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"
}