Skip to main content
Glama

mcp-pushinator

by appricos

send-notification

Deliver push notifications to specific channels using precise channel IDs and custom content through the Pushinator API. Integrate with LLM-powered workflows to ensure timely updates.

Instructions

Send a notification via the Pushinator API

Input Schema

NameRequiredDescriptionDefault
channel_idYesUUID of the channel to send the notification to
contentYesString content of the notification

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel_id": { "description": "UUID of the channel to send the notification to", "type": "string" }, "content": { "description": "String content of the notification", "type": "string" } }, "required": [ "channel_id", "content" ], "type": "object" }
Install Server

Other Tools from mcp-pushinator

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/appricos/pushinator-mcp'

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