Skip to main content
Glama

pixoo_overlay_text

pixoo_overlay_text
Idempotent

Set or clear persistent scrolling text overlays on Pixoo displays using device-native fonts. Overlays remain active across channel switches until explicitly removed.

Instructions

Set or clear a device-native scrolling text overlay. Use mode "set" to add or update an overlay on a slot (0–19); use mode "clear" to remove it. Overlays use device-rendered fonts (115 font IDs, 0–114) and persist across channel switches until explicitly cleared with mode "clear". Not previewable — rendering happens on-device. Best for persistent tickers over pushed scenes; for styled, previewable text use pixoo_display_text instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesset = add/update overlay; clear = remove it.
idYesOverlay slot ID (0–19). Each ID is an independent overlay layer.
textNoText to display (required for mode=set).
xNoX start position on display (default: 0).
yNoY start position on display (default: 0).
fontNoDevice font ID (0–114). 0 = default, 18 = arrows, 20 = °C/°F. Device-rendered; no preview.
colorNoText color as CSS hex color (default: white).#ffffff
speedNoScroll speed (0–100, device units; default: 50).
directionNoScroll direction (default: left).left
alignNoText alignment (default: left).left
widthNoText region width in pixels (optional; defaults to display width).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
acknowledgedYesTrue when the device confirmed the overlay command (error_code: 0).
modeYesOperation performed: "set" (overlay added/updated) or "clear" (overlay removed).
idYesThe overlay slot ID (0–19) that was operated on.
Behavior5/5

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

The description adds behavioral context beyond annotations: 'Overlays use device-rendered fonts...', 'persist across channel switches until explicitly cleared', and 'Not previewable — rendering happens on-device.' Annotations (destructiveHint=false, idempotentHint=true) are consistent and supplemented.

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 five sentences, front-loaded with the core purpose, and contains no redundant or extraneous information. Every sentence adds value.

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

Completeness5/5

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

With a well-covered schema (11 params, 100% description in schema), annotations, and an output schema (context indicates exists), the description completes the picture by explaining persistence, on-device rendering, and the alternative tool. No gaps remain.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining font ID ranges and examples (e.g., 18=arrows, 20=°C/°F) and clarifying overlay slot behavior. However, it does not elaborate on all parameters beyond 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 explicitly states the verb-resource pair: 'Set or clear a device-native scrolling text overlay.' It also distinguishes from the sibling tool pixoo_display_text, which is for styled, previewable text.

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?

The description clearly states when to use ('Best for persistent tickers over pushed scenes') and when not ('for styled, previewable text use pixoo_display_text instead'), providing an explicit alternative.

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/cyanheads/pixoo-mcp-server'

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