Skip to main content
Glama
DivoomDevelop

mcp-divoom-lan

Official

watchface_layout_suggest

Get layout hints for a display ID by merging catalog metadata with typography stats from marketplace templates. Use before authoring ItemList rows to clamp boxes to the canvas.

Instructions

Return layout hints for a single disp id by combining disp-catalog metadata with aggregated typography (median size/x/y/w/h, frequent colors, alignment mode) mined from bundled marketplace templates. Use before authoring a new ItemList row or ItemPatchList.patch fragment — values are soft guidance, not firmware-enforced. Always clamp boxes to the logical canvas (typically 800×1280).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dispYesTarget ItemList[i].disp.
canvasWidthNoLogical canvas width for clamp reminders (default 800).
canvasHeightNoLogical canvas height for clamp reminders (default 1280).
Behavior4/5

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

With no annotations, the description discloses key behaviors: results are aggregated from templates, soft guidance, and a requirement to clamp boxes to the canvas. It does not cover side effects or permissions, but is sufficient for a read-only tool.

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 three sentences, front-loading the core purpose. Every sentence is essential, with no repetition or filler.

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

Completeness3/5

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

The tool has no output schema, so the description should clarify return value structure. It only says 'Return layout hints' without specifying format. Given moderate complexity and no annotations, this is a notable gap.

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 already describes parameters with 100% coverage. The description adds value by explaining the role of disp (target list item) and the logical canvas sizes for clamping, enhancing understanding 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 the tool returns layout hints for a single disp id, combining metadata and aggregated typography. It distinguishes itself from sibling tools by specifying its unique function.

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

Usage Guidelines4/5

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

The description advises using this tool 'before authoring a new ItemList row or ItemPatchList.patch fragment', providing clear context. It also notes that values are soft guidance, not enforced, which helps set expectations.

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