Skip to main content
Glama

MCP Webhook Server

by kevinwatt

send_message

Send messages to webhook endpoints with customizable content, display names, and avatar URLs via the MCP protocol.

Instructions

Send message to webhook endpoint

Input Schema

NameRequiredDescriptionDefault
avatar_urlNoAvatar URL (optional)
contentYesMessage content to send
usernameNoDisplay name (optional)

Input Schema (JSON Schema)

{ "properties": { "avatar_url": { "description": "Avatar URL (optional)", "type": "string" }, "content": { "description": "Message content to send", "type": "string" }, "username": { "description": "Display name (optional)", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Webhook Server

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/kevinwatt/mcp-webhook'

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