Skip to main content
Glama

MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_send_webhook_message

Send messages to a Discord channel via a webhook by specifying the webhook ID, token, and content. Integrates with MCP-Discord for streamlined Discord interactions.

Instructions

Sends a message to a Discord channel using a webhook

Input Schema

NameRequiredDescriptionDefault
avatarURLNo
contentYes
threadIdNo
usernameNo
webhookIdYes
webhookTokenYes

Input Schema (JSON Schema)

{ "properties": { "avatarURL": { "type": "string" }, "content": { "type": "string" }, "threadId": { "type": "string" }, "username": { "type": "string" }, "webhookId": { "type": "string" }, "webhookToken": { "type": "string" } }, "required": [ "webhookId", "webhookToken", "content" ], "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