Skip to main content
Glama
Jelloeater

ulanzi-mcp

clear_indicators

Clears all indicators from the connected Ulanzi clock. Optionally specify a clock index to target a specific device.

Instructions

Clear all indicators from the clock.

Args: clock_index: Optional index of clock to target (0-based). Defaults to first clock.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clock_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action and parameter, lacking details about side effects, reversibility, or any prerequisites. For a mutation tool, more transparency is needed.

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 extremely concise—two sentences that immediately state the purpose and the parameter. Every sentence is essential and contributes to understanding.

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 low complexity (one optional parameter, output schema present), the description is mostly complete. It explains the core functionality and parameter. However, it could mention the return value briefly, but the output schema covers that.

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 input schema has 0% description coverage, but the description compensates by clarifying that the index is 0-based and defaults to the first clock. This adds meaning beyond the schema's mere type and default definitions.

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 action ('clear all indicators') and the target ('from the clock'), making the tool's purpose unambiguous. It distinguishes from sibling tools like 'set_indicator' by specifying clearing all, not setting individual ones.

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 the optional clock_index parameter and its default, but it does not provide explicit guidance on when to use this tool versus alternatives like 'set_indicator' or 'set_moodlight'. The context of use is implied but not stated.

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