Skip to main content
Glama
mrfqcentic

mcp-notify

by mrfqcentic

List sounds

list_sounds

List available notification sounds and identify the default sound used by the notify tool, showing resolution order from environment variables to system sound.

Instructions

List audio files available to the notify tool and the currently selected default sound. Resolution order: NOTIFY_SOUND env var, sounds/default* file, first file in sounds/, bundled chime, system sound.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It clarifies that the tool lists available files and the default sound, and it details the resolution order, which is helpful context. However, it does not explicitly state whether the operation is read-only (though 'list' implies it), nor does it describe what the response looks like or possible error conditions. This is adequate but not rich beyond the immediate action.

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, tightly packed sentence that leads with the primary purpose and then provides the resolution order without any filler. Every clause carries meaning, and the structure is efficient and easy to parse.

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?

Given the tool's simplicity (no parameters, no output schema, no annotations), the description covers the main functionality and even adds the resolution order, which is beyond the minimum. However, it does not specify the exact format of the returned list (e.g., array of filenames, structure of default sound), so an agent must infer that from the description or experience. This is a minor gap but not significant enough to lower it further.

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, so the schema is inherently complete and there is nothing for the description to add. The baseline for zero parameters is 4, and the description does not need to compensate for any schema gaps. It also does not introduce any misleading parameter-related information.

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 clearly states the tool's function: it lists audio files available to the notify tool and the currently selected default sound. This is a specific verb+resource combination that distinguishes it from the sibling 'notify' (which sends notifications rather than listing sounds).

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

Usage Guidelines2/5

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

The description provides context about what the tool lists (sounds for notify) but does not explicitly specify when to use this tool versus alternatives. There is no direct guidance such as 'use this to check available sounds before calling notify' or any note about when not to use it. The resolution order is more about default sound determination than usage conditions.

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