Discord · Capability
Discord REST API — Webhooks
Discord REST API — Webhooks. 7 operations. Lead operation: Discord List channel webhooks. Self-contained Naftiko capability covering one Discord business surface.
What You Can Do
GET
Getchannelwebhooks
— Discord List channel webhooks
/v1/channels/{channel-id}/webhooks
POST
Createwebhook
— Discord Create webhook
/v1/channels/{channel-id}/webhooks
GET
Getguildwebhooks
— Discord List guild webhooks
/v1/guilds/{guild-id}/webhooks
GET
Getwebhook
— Discord Get webhook
/v1/webhooks/{webhook-id}
PATCH
Modifywebhook
— Discord Modify webhook
/v1/webhooks/{webhook-id}
DELETE
Deletewebhook
— Discord Delete webhook
/v1/webhooks/{webhook-id}
POST
Executewebhook
— Discord Execute webhook
/v1/webhooks/{webhook-id}/{webhook-token}
MCP Tools
discord-list-channel-webhooks
Discord List channel webhooks
read-only
idempotent
discord-create-webhook
Discord Create webhook
discord-list-guild-webhooks
Discord List guild webhooks
read-only
idempotent
discord-get-webhook
Discord Get webhook
read-only
idempotent
discord-modify-webhook
Discord Modify webhook
idempotent
discord-delete-webhook
Discord Delete webhook
idempotent
discord-execute-webhook
Discord Execute webhook