Skip to main content
Glama

MCP Tools

by flesler

os_notification

Send system-level notifications directly from the MCP Tools interface. Display custom messages and titles using native OS notification systems for real-time alerts and updates.

Instructions

Send OS notifications using native notification systems.

Input Schema

NameRequiredDescriptionDefault
messageYesThe notification message to display
titleNoDefaults to current project, generally omit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The notification message to display", "minLength": 1, "type": "string" }, "title": { "description": "Defaults to current project, generally omit", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from MCP Tools

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/flesler/mcp-tools'

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