Skip to main content
Glama
zakotoys

notify-mcp

by zakotoys

List built-in audio

notify_list_audio

List available built-in audio tracks for use in desktop notifications, enabling selection of the desired alert sound before playing notifications.

Instructions

List the fixed audio tracks available to notify-mcp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

There are no annotations, so the description carries the full burden. 'List' implies a read-only operation with no side effects, and 'fixed' indicates the set is predetermined. Still, it does not disclose details such as the exact format of the output or whether any state is involved.

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?

The description is a single, clear sentence with no wasted words. The core action and scope are front-loaded.

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?

For a zero-parameter list operation with no output schema and no annotations, the description is nearly sufficient. It could be slightly richer by indicating that the returned track identifiers can be used with notify_play_audio, but this is inferable from the sibling tool names.

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?

The tool has zero parameters and the schema already covers everything with 100% coverage, so the description does not need to explain parameters. The term 'fixed audio tracks' adds a small amount of domain context beyond the schema.

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 states a clear verb ('List') and a specific resource ('fixed audio tracks available to notify-mcp'). It clearly differentiates from siblings like notify_play_audio by indicating this is an enumeration, not a playback action.

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

Usage Guidelines3/5

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

Usage is reasonably implied: this lists audio tracks available to notify-mcp, presumably for use with notify_play_audio. However, it never explicitly says 'use this before playing audio' or mentions when not to use it versus alternatives.

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

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