Skip to main content
Glama
Jelloeater

ulanzi-mcp

show_notification

Display custom notifications on Ulanzi pixel clocks with text, color, icon, sound, and duration options.

Instructions

Display a notification on the clock.

Args: text: Text to display duration: How long to show the notification in seconds (default: 5) color: Text color as hex string (e.g., "#FF0000") or RGB array icon: Icon name to display sound: Sound filename to play hold: Keep notification on screen until dismissed (default: False) wakeup: Wake up the matrix if it's off (default: False) stack: Stack with other notifications (default: True) clock_index: Optional index of clock to target (0-based). Defaults to first clock.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
durationNo
colorNo
iconNo
soundNo
holdNo
wakeupNo
stackNo
clock_indexNo

Output 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 must disclose behavioral traits. While it lists parameters like 'hold' and 'stack,' it does not explain side effects (e.g., what happens if stack is false) or limitations (e.g., maximum text length). Transparency is minimal.

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 well-structured with a clear one-line purpose followed by an 'Args' section. Every sentence provides necessary information without redundancy, making it appropriately concise for a tool with 9 parameters.

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 all parameters and the core action, and an output schema exists, so return values are handled externally. However, it omits prerequisites (e.g., clock must be on) and cross-references to sibling tools, leaving minor gaps.

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

Parameters5/5

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

Schema coverage is 0%, so the description bears full responsibility for parameter meaning. It provides clear, concise explanations for each parameter (e.g., 'Text to display,' 'How long to show the notification in seconds'), adding significant value 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 clearly states 'Display a notification on the clock,' specifying a concrete action and the target resource. It distinguishes itself from sibling tools like 'dismiss_notification' by focusing on showing instead of removing.

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 explains what the tool does but does not provide explicit guidance on when to use it versus alternatives, such as 'dismiss_notification' or 'set_indicator.' Usage is implied but not explicitly contrasted.

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/Jelloeater/ulanzi-mcp'

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