Skip to main content
Glama
CameronFoxly

ASCII Motion MCP

by CameronFoxly

export_image

Export the current ASCII art frame as an image (PNG, JPG, or SVG) for full-quality download. Specify file path and format; optional size multiplier and grid lines.

Instructions

Export the current frame as an image (PNG, JPG, or SVG). The browser renders the image at full quality. Requires live mode with a connected browser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesFile path to save (relative to project dir). Extension determines format (.png, .jpg, .svg).
formatNoImage format (auto-detected from file extension if omitted)
sizeMultiplierNoSize multiplier (1x, 2x, 3x, or 4x)
includeGridNoInclude grid lines in the export
qualityNoJPEG quality (1-100, only used for JPG format)
frameIndexNoFrame to export (defaults to current frame)
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It mentions full-quality rendering and the live mode requirement, but does not discuss file overwrite behavior, error states, or permissions. It is adequate but not comprehensive.

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: the first states the function and formats, the second adds a key prerequisite. Every word adds value, with no redundancy or filler.

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?

For a tool with 6 parameters and no output schema, the description covers the main action and a prerequisite but omits context about optional parameters (e.g., size, grid, quality) and return value. It is minimally complete but not thorough.

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 description coverage is 100%, so the schema already documents all parameters. The description adds minimal extra meaning beyond stating the format options. It does not elaborate on sizeMultiplier, includeGrid, quality, or frameIndex.

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 (export), the resource (current frame), and the output formats (PNG, JPG, SVG). It distinguishes this tool from sibling export tools like export_video or export_ansi by specifying 'image' and 'current frame'.

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?

It provides a clear prerequisite: 'Requires live mode with a connected browser.' This tells the agent when it can be invoked. However, it does not explicitly mention when not to use it or compare to alternatives like export_video.

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/CameronFoxly/ascii-motion-mcp'

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