Skip to main content
Glama
angelostark

figma-drive

by angelostark

export_figma_frames

Export Figma frames as high-quality PNGs with automatic batching to avoid API timeouts.

Instructions

Exporta frames do Figma como PNG em alta qualidade. Usa a API REST do Figma com batching automatico para evitar timeouts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileKeyYesFile key do Figma (segmento apos /design/ na URL)
nodeIdsYesNode IDs para exportar (ex: ["1038:6", "1038:16"])
prefixYesPrefixo dos arquivos exportados (ex: "2026-03-17-Stark")
scaleNoEscala do export (default: 2)
outputDirNoDiretorio de saida/tmp/figma_exports
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses automatic batching to avoid timeouts, which is a behavioral trait. However, it does not mention other relevant behaviors like API rate limits, authentication requirements, or 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?

Two sentences: first states purpose, second gives implementation detail. No redundant content. Front-loaded with the core action.

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?

There is no output schema, so the description should indicate what the tool returns (e.g., file paths, success status). It mentions exporting to a directory but does not specify the return value. The schema covers all parameters adequately.

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 100%, so baseline is 3. The description adds the file key extraction hint but does not explain node IDs or provide additional context beyond the schema. It adds marginal value.

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 the tool exports Figma frames as high-quality PNGs with automatic batching. It uses a specific verb and resource, but does not explicitly differentiate from sibling tools like figma_to_drive.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs alternatives. The mention of automatic batching to avoid timeouts is a usage hint, but there is no when-not-to-use or reference to sibling tools.

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/angelostark/stark-figma-drive-mcp'

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