Skip to main content
Glama

export

Generate a scaled PNG image from a canvas by providing the canvas ID and an optional scale factor (1-16).

Instructions

Export a canvas as a scaled PNG image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoScale factor (default 4)
canvas_idYesCanvas ID
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only says the output is a scaled PNG, but does not clarify whether the export returns binary data, saves to a file, or if there are any side effects.

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?

One concise sentence that front-loads the action and resource. Every word adds value with no redundancy.

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

Completeness3/5

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

The tool is simple and the description gives the essential idea, but it leaves out the exact return mechanism. Without an output schema, a brief note about the output type (e.g., 'returns PNG data') would improve completeness.

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 schema provides full descriptions for both parameters (canvas_id and scale with default). The description adds the word 'scaled' which maps to the scale parameter but no additional meaning beyond the 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 clearly states the tool exports a canvas as a PNG image with scaling, using a specific verb and resource. This distinguishes it from drawing and composition siblings like 'draw' or 'spritesheet'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used when a PNG export of a canvas is needed, but it does not explicitly state when to use this tool versus alternatives or mention exclusions. No sibling tools are referenced as 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/rxolve/pixscii'

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