Skip to main content
Glama

ring

Display a persistent popup notification that waits for user input, supporting free-text replies and selectable choices. Falls back to OS-native notifications if the popup cannot be shown.

Instructions

Ring a notification bell that opens a tab in a single always-on-top popup window. Multiple concurrent rings appear as tabs in the same window — the user switches between them and answers each independently. Each tab supports a free-form text reply, multi/single-select options (1-9 keys to toggle, Enter to submit, Esc to dismiss), or both. There is no auto-dismiss by default; the popup waits for the user. The user can also Mute the bell or Dismiss All from the toolbar. If the popup cannot be shown, the server falls back to an OS-native notification and reports the failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesNotification title (max 200 chars)
messageYesNotification body (max 5000 chars)
optionsNoOptional list of choices. When provided, the tab renders checkboxes (or radios in 'single' selectionMode) instead of just a text field. Up to 12 items, each up to 200 chars.
allowTextNoWhen options are provided, also show the free-form text input alongside them. Default: false when options are provided, true when no options.
timeoutMsNoOptional auto-dismiss timeout in milliseconds (1000–3600000). Default 0 = wait forever (the user explicitly handles each ring manually).
selectionModeNoHow options behave: 'single' = radio buttons, 'multiple' = checkboxes. Default 'multiple'. Ignored when no options are provided.
Behavior4/5

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

With no annotations, the description carries the burden of transparency and does well: it discloses no auto-dismiss by default, popup waits for user, supports mute/dismiss-all, and falls back to OS notification if popup fails. It also explains concurrent rings and interaction keys. It stops short of detailing return semantics, but otherwise provides extensive behavioral context.

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 well-structured and front-loaded with the core purpose, then progressively adds operational details. It is moderately long but every sentence contributes meaningful behavior; no redundant filler. Slightly dense but justified for a feature-rich tool.

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

Completeness2/5

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

The tool is complex (interactive popup with options), yet the description omits what the function returns to the caller. Since there is no output schema, the agent cannot know whether the result includes the user's text reply, selected options, or timeout status. This is a critical gap for a tool meant to gather user input. The fallback failure is mentioned, but success response semantics are missing.

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?

The schema covers all parameters with descriptions, achieving 100% coverage. The description adds interaction context (e.g., 1-9 keys to toggle, Esc to dismiss) and relates options/selectionMode behavior, but does not significantly enhance parameter meaning beyond what the schema already provides. Baseline 3 is appropriate.

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 a clear, specific action: 'Ring a notification bell that opens a tab in a single always-on-top popup window.' It distinguishes the tool's interactive nature (tabs, options, text replies) and its notification behavior, making the purpose unmistakable.

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?

The description implies when to use the tool (to present interactive notifications), but it does not provide explicit when-to-use guidance or exclusions since no sibling tools are listed. It does clarify behavior like blocking until user action and fallback, but lacks direct alternatives or recommended scenarios.

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/drgost1/ring-mcp'

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