Skip to main content
Glama
atezer

F-MCP (Figma MCP Bridge)

by atezer

figma_export_nodes

Export Figma nodes as SVG, PNG, JPG, or PDF in batch (up to 50). Returns base64-encoded data for each node.

Instructions

Export one or multiple nodes as SVG, PNG, JPG, or PDF. Returns base64-encoded data for each node. Supports batch export (up to 50 nodes). No REST API token needed — uses plugin exportAsync. SVG preserves vectors; PNG/JPG are rasterized at configurable scale. v1.8.0: default scale=1 for context safety (was 2). Override for high-DPI exports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdsYesNode IDs to export (1-50)
formatNoExport formatPNG
scaleNoScale factor (0.5-4, default 1)
svgOutlineTextNoSVG: render text as outlines (default true)
svgIncludeIdNoSVG: include node IDs in attributes
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses return format (base64), format-specific behavior (SVG preserves vectors, PNG/JPG rasterize), and scale version change (v1.8.0 default scale=1 for safety). It could mention if any side effects occur, but as an export tool, it is likely read-only.

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, consisting of 4 sentences front-loaded with the main action. Each sentence adds distinct information (formats, batching, authentication, format details, version history) without redundancy.

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

Completeness4/5

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

Given the tool's complexity (5 parameters, 1 required) and no output schema, the description covers key aspects: formats, batch, scale, version note, and return type (base64). It omits error handling or performance details, but for an export tool the information is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% but description adds significant value: explains format differences, batch limit (max 50), default scale reasoning (context safety override), and SVG-specific parameters (outline text, include id). This enriches understanding beyond schema names and descriptions.

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 nodes in SVG, PNG, JPG, or PDF formats, returns base64 data, and supports batch export up to 50 nodes. It uniquely identifies the tool's purpose among siblings, which include creation, modification, and retrieval tools but no other export tool.

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?

The description indicates when to use the tool (exporting nodes) and provides context like 'no REST API token needed' and 'uses plugin exportAsync'. It does not explicitly state when not to use it, but given no sibling tools offer similar functionality, the guidance is clear.

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/atezer/FMCP'

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