Skip to main content
Glama
syuaibsyuaib

ssyubix-pixelart-mcp

pixelart_flip_canvas

Idempotent

Mirror a pixel art canvas horizontally or vertically to quickly create symmetrical designs from a single drawn half.

Instructions

Mirror a canvas horizontally or vertically in place.

Common for pixel-art symmetry: draw one half of a character/object and flip instead of hand-drawing the mirrored half.

Args: params: canvas_id, direction ('horizontal' or 'vertical'). Returns: Confirmation string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false. The description adds 'in place' modification and clarifies the return is a confirmation string, complementing the annotations without contradiction.

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 concise with four short sentences, front-loads the action, and avoids unnecessary wording. 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?

For a simple tool with two parameters and an output schema, the description covers purpose, usage context, parameter details, and return value thoroughly. No gaps remain.

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?

The description lists the two parameters (canvas_id, direction) and their expected values, but the input schema already provides a description for direction. The description adds no new semantic meaning beyond what the schema provides, resulting in a baseline score.

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 action is to mirror a canvas horizontally or vertically in place. It provides a specific use case for pixel-art symmetry, and the tool name is distinct among siblings.

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 when to use (after drawing half of a symmetrical object) but does not explicitly state when not to use or provide alternatives. It offers a clear context for usage.

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/syuaibsyuaib/ssyubix-pixelart-mcp'

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