Skip to main content
Glama

pixel_onion_view

Read-onlyIdempotent

Overlay up to 3 previous animation frames as fading ghosts on the current frame to judge motion. Optionally apply a tint color for silhouettes when colors overlap.

Instructions

Render the current frame over faded ghosts of up to 3 earlier frames — onion-skinning, the standard way to judge motion between animation frames.

List previous_paths most-recent first; ghosts fade with distance (35%, 20%, 12% opacity). Pass a tint color to show ghosts as silhouettes when frame colors overlap too much. Nothing is written to disk. Returns a text summary plus the rendered image. On failure returns "Error: ...".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes
Behavior5/5

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

Discloses key behavioral traits beyond annotations: 'Nothing is written to disk', opacity percentages (35%, 20%, 12%), ordering of ghosts, tint effect for silhouettes, and return format ('text summary plus the rendered image', 'Error: ...' on failure). Annotations already indicate readOnly and idempotent, but description adds concrete details.

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?

Three succinct sentences covering purpose, ordering/opacity, tint, safety (no disk writes), and return/failure format. No redundant information; every sentence adds 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?

Covers return value (text summary + image), error format, and core logic for a 4-parameter tool with no output schema. However, does not mention the 'scale' parameter or auto-fit behavior, which would help a user understand display size control. Overall adequate but slightly incomplete.

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?

Description adds meaning for 'previous_paths' (most-recent-first ordering, fading percentages) and 'tint' (silhouettes, prevents color overlap). However, 'scale' is not mentioned despite being optional with auto-fit behavior. Given 0% schema description coverage, the description compensates partially but not fully for all parameters.

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?

Description clearly states 'Render the current frame over faded ghosts of up to 3 earlier frames — onion-skinning, the standard way to judge motion between animation frames.' The verb 'render' and specific resource 'current frame over faded ghosts' precisely define the action, and the purpose 'judge motion' distinguishes it from siblings like pixel_view_canvas.

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 implies usage when needing to judge motion between animation frames ('standard way to judge motion'). It provides context but does not explicitly exclude alternative tools or state when not to use it. Sibling pixel_view_canvas exists but is not contrasted.

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/light-vp/pixelart-mcp'

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