Skip to main content
Glama
mrfqcentic

mcp-notify

by mrfqcentic

Notify

notify

Play a notification sound and show a system banner to alert users when a task finishes or requires their attention, with support for custom audio files.

Instructions

Play a notification sound on the user's computer and show a system banner. Call this whenever a task is done, something needs the user's attention, or the user asks to be notified. Always write a concise, human-friendly title and message describing what just happened or needs attention (e.g. title: 'Build finished', message: 'All 142 tests passed, no errors.'). Default sound resolution: NOTIFY_SOUND env var, then a sounds/default* file, then the first file in this server's sounds/ folder, then the bundled chime, then the system sound. You can pass an absolute path to any audio/video file with audio (mp4, m4a, mp3, wav, aiff) in sound.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
soundNoAbsolute path to a sound file to play instead of the default.
titleYesShort banner title (max 50 chars), e.g. 'Task done', 'Build finished', 'Needs your input'.
messageYesOne or two sentence description of what happened, shown in the notification banner.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It comprehensively covers the default sound resolution order, the accepted file formats for custom sounds, and guidance on writing title/message. It does not mention any side effects like whether the call blocks or returns a value, but for a notification tool this level of detail is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and usage trigger, then introduces the title/message guidance, and finally details sound resolution. It is a bit long but every sentence carries useful information. The structure is logical and skimmable, though slightly verbose for an agent scanning quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple nature of the tool (3 params, no output schema), the description covers everything an agent needs: when to use it, how to write parameters, and the fallback behavior for sound. No critical information is missing, making it complete for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by providing example titles/messages and explaining the `sound` parameter's behavior (absolute path, supported audio formats, override logic). This enriches the agent's understanding beyond the raw property descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('play', 'show') and resource ('notification sound', 'system banner'), making the tool's function immediately clear. It also gives concrete examples of when to use it, which distinguishes it from the sibling list_sounds without needing explicit exclusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to call the tool ('whenever a task is done, something needs the user's attention, or the user asks to be notified'), which is clear guidance. However, it does not mention when NOT to use it or alternative tools, so it misses the 'when-not/alternatives' component for a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/mrfqcentic/mcp-notify'

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