Skip to main content
Glama

export_frames_to_pdf

Destructive

Export multiple Figma frames as a single multi-page PDF. Create pitch decks, proposals, and slide presentations from ordered frame sequences.

Instructions

Export multiple frames as a single multi-page PDF file. Each frame becomes one page in order. Ideal for pitch decks, proposals, and slide exports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdsYesOrdered list of frame node IDs to export as PDF pages, colon format e.g. '4029:12345'
outputPathYesFile path to write the PDF to, must end in .pdf (relative to working directory or absolute)
Behavior4/5

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

Adds critical behavioral detail beyond annotations: explains that 'Each frame becomes one page in order' (mapping/ordering behavior). Annotations already declare destructive/file-system hints, so description appropriately focuses on content structure rather than repeating safety warnings.

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, zero waste. First sentence delivers core functionality immediately; second sentence provides use-case context. Front-loaded and appropriately sized.

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?

Adequately complete for a file-export tool: explains input-to-output mapping (frames→pages), file format, and use cases. No output schema exists; while description could mention return value or overwrite behavior given destructiveHint:true, the annotations sufficiently cover the safety profile.

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% with full descriptions for both nodeIds and outputPath. Description reinforces the 'ordered' aspect of nodeIds ('in order') but does not add syntax, validation rules, or examples beyond the schema itself. Baseline 3 appropriate.

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?

Specific verb ('Export') + resource ('frames') + format ('multi-page PDF') clearly stated. Distinguishes from sibling screenshot tools via 'multi-page PDF' and 'pitch decks, proposals' use cases.

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?

Provides clear positive guidance ('Ideal for pitch decks, proposals, and slide exports') establishing when to use the tool. Lacks explicit negative guidance or named alternatives (e.g., not mentioning when to use get_screenshot instead).

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/vkhanhqui/figma-mcp-go'

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