Skip to main content
Glama
CameronFoxly

ASCII Motion MCP

by CameronFoxly

export_video

Export ASCII animations as MP4 or WebM video files using browser rendering. Specify file path, format, size, frame rate, quality, and frame range.

Instructions

Export the animation as a video file (MP4 or WebM). The browser renders each frame and encodes the video. Requires live mode with a connected browser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesFile path to save (relative to project dir). Extension determines format (.mp4, .webm).
formatNoVideo format (auto-detected from file extension if omitted)
sizeMultiplierNoSize multiplier (1x, 2x, or 4x)
frameRateNoFrame rate in fps, or "auto" to use project frame rateauto
qualityNoEncoding qualityhigh
includeGridNoInclude grid lines in the export
loopsNoNumber of times to loop the animation in the videonone
frameRangeNoFrame range to export (defaults to all frames)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that rendering happens in the browser and encoding occurs, and it requires live mode. However, it does not mention potential performance impacts, file overwriting behavior, or what happens on failure. Some gaps remain.

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?

Two sentences with no fluff. The first sentence states the core purpose, the second adds essential context (how it works and a prerequisite). Every word earns its place.

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?

Given the complexity (8 parameters, nested objects, enums, no output schema), the description covers the main action but omits success/failure info, side effects, and error handling. It is adequate but could be more comprehensive about what the tool returns or confirms.

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 baseline is 3. The tool description does not add extra meaning beyond what the schema provides for each parameter; it only gives a general overview. No additional value is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it exports animation to video (MP4/WebM). It mentions rendering and encoding, and a prerequisite. While it doesn't explicitly differentiate from image exports, the format and verb make it distinct.

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 includes the requirement 'live mode with a connected browser,' which is a usage condition. However, it lacks explicit guidance on when to use this vs alternatives (e.g., export_image for still frames). The usage is implied but not fully clarified.

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