Skip to main content
Glama
6starlong

mcp-server-notify

by 6starlong

send_notification

Send system desktop notifications for task reminders, status updates, and event alerts. Supports custom icons, sounds, and optional app activation on click.

Instructions

发送系统桌面通知。可用于任务完成提醒、状态更新、重要事件通知等场景。支持自定义图标、声音和点击通知打开指定应用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNo图标设置(可选):string(文件路径/URL)、false(禁用图标)、不传表示使用默认图标
openNo点击通知后要激活的应用名称(可选)
soundNo声音设置(可选):string(文件路径/URL)、false(静音)、不传表示使用默认声音
titleYes通知标题,应该简洁明了地概括通知的主要内容
messageYes通知的详细内容,可以包含具体信息和上下文
Behavior3/5

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

With no annotations, the description discloses the tool's core behavior (sending a desktop notification) and mentions customization options (icon, sound, click-to-open). However, it does not address permission requirements, failure behavior, or whether notifications are disruptive, leaving some behavioral gaps.

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

Conciseness5/5

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

Two sentences, front-loaded with the action, then scenarios, then features. No wasted words.

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

Completeness4/5

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

The description covers purpose, scenarios, and feature highlights, while the schema handles parameter constraints. Given no output schema, it is adequately complete for a simple notification tool, though it could mention potential permission prerequisites.

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

Parameters3/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 merely echoes the schema's custom icon/sound/open features without adding new semantic details about the parameters.

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 opens with 'Send system desktop notification' (发送系统桌面通知), a specific verb+resource pair, and lists concrete use cases (task completion reminders, status updates, important events), making the tool's purpose unmistakable even without sibling context.

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?

It explicitly states applicable scenarios ('可用于任务完成提醒...'), providing clear when-to-use guidance. No alternatives are named because there are no sibling tools, but the context is sufficient.

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/6starlong/mcp-server-notify'

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