Skip to main content
Glama

notify_me_mcp

by thesammykins

send_notification

Send notifications to Discord or Slack via webhooks, including messages, embeds, and attachments, with automatic service detection, retry logic, and secure input validation.

Instructions

Send a notification to Discord and/or Slack webhooks

Input Schema

NameRequiredDescriptionDefault
avatar_urlNo
embed_jsonNo
messageNo
serviceNo
ttsNo
usernameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "avatar_url": { "format": "uri", "type": "string" }, "embed_json": { "anyOf": [ { "type": "string" }, { "additionalProperties": true, "properties": {}, "type": "object" }, { "items": {}, "type": "array" } ] }, "message": { "type": "string" }, "service": { "enum": [ "discord", "slack", "both" ], "type": "string" }, "tts": { "type": "boolean" }, "username": { "type": "string" } }, "type": "object" }
Install Server

Other Tools from notify_me_mcp

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/thesammykins/notifyme_mcp'

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