Skip to main content
Glama

kweenkl MCP Server

kweenkl

Send push notifications to users about important events, updates, or information requiring immediate attention through customizable webhook channels.

Instructions

Send a push notification using kweenkl. The verb 'kweenkl' means to send a notification. Use this to notify users about important events, updates, or information that requires immediate attention.

Input Schema

NameRequiredDescriptionDefault
messageYesThe notification message content. Should be clear, concise, and actionable. Maximum recommended length: 500 characters for optimal mobile display.
payloadNoOptional custom JSON payload for additional metadata. Can include any structured data that your app might process (e.g., action buttons, deep links, custom data).
priorityNoPriority level for the notification. 'high' = urgent/critical alerts, 'normal' = standard updates (default), 'low' = non-urgent information.
titleNoOptional title for the notification. Should be brief (max 50 chars recommended). If omitted, only the message will be shown.
webhook_tokenYesThe webhook token for your kweenkl channel. Format: UUID-like string. Can be found in the kweenkl iOS app by opening a channel and viewing 'Channel Info'.

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "The notification message content. Should be clear, concise, and actionable. Maximum recommended length: 500 characters for optimal mobile display.", "type": "string" }, "payload": { "description": "Optional custom JSON payload for additional metadata. Can include any structured data that your app might process (e.g., action buttons, deep links, custom data).", "type": "object" }, "priority": { "description": "Priority level for the notification. 'high' = urgent/critical alerts, 'normal' = standard updates (default), 'low' = non-urgent information.", "enum": [ "low", "normal", "high" ], "type": "string" }, "title": { "description": "Optional title for the notification. Should be brief (max 50 chars recommended). If omitted, only the message will be shown.", "type": "string" }, "webhook_token": { "description": "The webhook token for your kweenkl channel. Format: UUID-like string. Can be found in the kweenkl iOS app by opening a channel and viewing 'Channel Info'.", "type": "string" } }, "required": [ "webhook_token", "message" ], "type": "object" }

Other Tools from kweenkl MCP 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/antoinedelorme/kweenkl-mcp'

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