Skip to main content
Glama
wenym8

figmingo-mcp

by wenym8

download_assets

Batch-export Figma nodes and image fills as PNG, JPG, SVG, or PDF files, saving them locally with a download manifest.

Instructions

Batch-export nodes as files (up to N ids, chunked) plus raw image fills from GET /v1/files/:key/images. Saves everything into a directory and returns a manifest. Temp Figma URLs are downloaded immediately and cached.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFull figma.com URL (design/file/proto). node-id query param is honored.
scaleNo
formatNopng
nodeIdNoNode id, "1:2" or "1-2" form. Overrides node-id in url.
outDirNoOutput directory (default ~/.figmingo/assets/<fileKey>).
fileKeyNoFigma file key (from the file URL). Provide either fileKey or url.
nodeIdsNoNode ids to export. Omit to only download image fills.
maxBytesPerFileNoSkip files larger than this many bytes.
includeImageFillsNo
Behavior4/5

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

With no annotations, the description carries full burden. It mentions immediate download of temp URLs, caching, chunking, and manifest return. However, it does not disclose potential side effects like file system writes or rate limits.

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?

Description is concise with three sentences, each adding key information. Front-loaded with core purpose, no 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?

No output schema, so description must explain return value; it mentions manifest. Tool has 9 parameters and no required ones; description doesn't explain default behavior or parameter interactions. Adequate but could be more complete.

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 coverage is 67%, so the description adds limited value over schema fields. The description mentions nodeIds and includeImageFills but does not clarify relationships or behavior for conflicting parameters (e.g., url vs fileKey).

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 batch-exports nodes as files and raw image fills, saving to a directory with a manifest. It distinguishes from sibling tools like get_screenshot by focusing on batch export and caching.

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 does not explicitly state when to use this tool versus alternatives (e.g., get_screenshot for single exports). Usage context is implied but no exclusions or comparisons are provided.

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/wenym8/figmingo-mcp'

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