Skip to main content
Glama

pixoo_display_text

pixoo_display_text
Idempotent

Render styled text onto Pixoo display using themes, gradients, shadows, and outlines. Auto-fits text and pushes the frame for immediate inspection.

Instructions

Render styled text (theme, gradient, shadow, outline, auto-fit) onto the Pixoo display and push it. Returns the rendered frame as an image content block for immediate inspection. The primary tool for text-only display — for layers, icons, widgets, or animations use pixoo_compose_scene. Run pixoo_design_brief with topic "text" first for palette and legibility guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to display. String or array of lines.
themeNoNamed scene theme — sets background gradient and default text palette.
backgroundNoBackground color or gradient. Overrides theme background when set.
styleNoText style: palette, shadow, outline, scale.
fontNoFont variant: standard (5×7) or compact (3×5). Auto-fit will choose if omitted.
positionNoText position on the display.
alignNoMulti-line text alignment (default: center).
effectNoAnimation effect. auto = scroll only when text overflows. Produces a multi-frame result.
pushNoPush the rendered frame to the device (default: true).
brightnessNoSet device brightness before push (0–100). Failure is a warning, not an error.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pushedYesTrue when the device acknowledged the push.
previewDataNoBase64-encoded PNG preview of the rendered frame (8× upscaled, 512px).
previewMimeTypeNoMIME type of the preview image.
layoutYesLayout report: every fit decision the renderer made.
deviceStateNoDevice state after the push. Absent when push: false.
outputFilesNoAbsolute paths to saved PNG preview files. Present only when PIXOO_OUTPUT_DIR is configured.
noticeNoWarning or informational message about the render or push.
Behavior5/5

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

Annotations indicate non-destructive and idempotent behavior. The description adds that it pushes to the device, returns an image for inspection, and details that brightness failure is a warning. It also explains the 'auto' effect behavior. No contradictions.

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 two sentences long plus a note about alternatives and prerequisite. It is front-loaded with the core purpose and succinctly covers key points without waste.

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?

Despite complexity (10 parameters, nested objects, enums), the description provides a solid overview: purpose, usage guidelines, return format (image block), and key features. The output schema exists, so return details are covered elsewhere. The description is sufficient for an agent to understand the tool.

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 coverage is 100%, so baseline is 3. The tool description does not add significant new meaning beyond the schema; it mentions theme, gradient, shadow, outline, and auto-fit, but these are already in the schema. The description provides context but limited added value for parameter semantics.

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 'Render styled text onto the Pixoo display and push it' and distinguishes from sibling tools like pixoo_compose_scene and pixoo_design_brief. It specifies the tool as the primary one for text-only display.

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?

Explicitly says when to use (text-only display) and when not to (use pixoo_compose_scene for layers, icons, etc.). Also recommends running pixoo_design_brief first for guidance. Provides clear context and 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/cyanheads/pixoo-mcp-server'

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