Skip to main content
Glama
syuaibsyuaib

ssyubix-pixelart-mcp

pixelart_get_canvas_info

Read-onlyIdempotent

Check canvas dimensions and non-transparent pixel count without rendering a preview. Quickly determine if any artwork has been drawn.

Instructions

Get lightweight metadata about a canvas without rendering a preview image.

Cheaper than pixelart_get_canvas_preview when the agent only needs to check dimensions or whether anything has been drawn yet.

Args: params: canvas_id. Returns: JSON string: {"width", "height", "non_transparent_pixels", "total_pixels"}.

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 convey read-only, idempotent, non-destructive behavior. The description adds value by stating it is 'cheaper' and 'without rendering a preview image', which are helpful behavioral details beyond the annotations.

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: two sentences for purpose, a usage hint, then structured Args/Returns. Every sentence adds value, no wasted words.

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 read-only metadata tool with one parameter and a clear return format described, the description is complete. It covers purpose, usage guidance, return values, and cost comparison, leaving no obvious gaps.

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 single parameter canvas_id is described in the schema as 'Canvas to inspect.' The tool description only mentions it in the Args section without adding new meaning. Since schema coverage is 0% and the description does not compensate, a score of 3 is appropriate for adequate but minimal enrichment.

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 retrieves lightweight metadata (dimensions, pixel counts) without rendering a preview, and it explicitly distinguishes itself from the sibling pixelart_get_canvas_preview by emphasizing it is cheaper.

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 explicitly tells the agent when to use this tool: when only dimensions or whether anything has been drawn are needed, and contrasts it with pixelart_get_canvas_preview as a more expensive 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/syuaibsyuaib/ssyubix-pixelart-mcp'

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