Skip to main content
Glama
DivoomDevelop

mcp-divoom-lan

Official

watchface_disp_catalog

Retrieve the Divoom watchface display ID catalog, with hints identifying each slot as image-based or text-based.

Instructions

Return the full disp id catalog (194 entries) that the firmware understands for ItemList[i].disp and ItemPatchList[i].patch.disp. Each entry includes English symbol, Chinese description, and heuristic hints (likelyUsesRasterOrAssetLayer for image/GIF slots; oftenUsesVectorFontForText for text slots). Use it together with watchface_font_catalog: text-leaning disps need a font id; raster-leaning disps need an image_addr asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoReturn only the entries whose disp id is in this list.
nameContainsNoCase-insensitive substring filter on the English symbol (e.g., 'WEATHER').
descriptionContainsNoCase-insensitive substring filter on the Chinese description (e.g., '日历').
expectsNo'image' = only slots whose hints.likelyUsesRasterOrAssetLayer is true; 'text' = only slots whose hints.oftenUsesVectorFontForText is true.
limitNoMax entries to return (default 80, max 300).
idsOnlyNoIf true, return only `[{disp, name, description_zh}]` rows for a compact summary.
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses return fields (symbol, description, hints), filter parameters, defaults (limit default 80), and no side effects. Could mention if read-only implicitly, but behavior is clear for a catalog retrieval.

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?

Two sentences, first sentence upfront states purpose and key details, second sentence provides usage context. No redundant information; every word contributes value.

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?

Description is fairly complete for a catalog retrieval tool: states entry count, fields, and usage with sibling tool. No output schema, but description implies structure. Slight gap in not explicitly stating return format (array of objects) but overall adequate.

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?

Schema description coverage is 100%, each parameter already has a description. The description adds little beyond schema: it references hints (image/text) which maps to the 'expects' enum, but does not add new semantic meaning. 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 clearly states the tool returns the full disp id catalog (194 entries) firmware understands, specifies entry contents (English symbol, Chinese description, heuristic hints), and explicitly distinguishes its use from sibling tool watchface_font_catalog by explaining the relationship between disp and font/image requirements.

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

Usage Guidelines5/5

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

Explicit guidance: 'Use it together with watchface_font_catalog' and explains when each type applies ('text-leaning disps need a font id; raster-leaning disps need an image_addr asset'). This provides clear context for when to use this tool vs 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/DivoomDevelop/mcp-divoom-lan'

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