Skip to main content
Glama

MCP Server Discord Webhook

by genm

send_message

Send custom messages to Discord via webhooks, allowing customization of content, username, and avatar URL through the MCP Server.

Instructions

Discordにメッセージを送信します

Input Schema

NameRequiredDescriptionDefault
avatar_urlNoアバターURL(オプション)
contentYes送信するメッセージ内容
usernameNo表示名(オプション)

Input Schema (JSON Schema)

{ "properties": { "avatar_url": { "description": "アバターURL(オプション)", "type": "string" }, "content": { "description": "送信するメッセージ内容", "type": "string" }, "username": { "description": "表示名(オプション)", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Discord Webhook

Related Tools

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/genm/mcp-server-discord-webhook'

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