Skip to main content
Glama
gherardo200-glitch

illustrator-mcp

Export Document

illustrator_export_document
Idempotent

Export the active Adobe Illustrator document to PNG, JPG, SVG, or PDF with adjustable scale, transparency, and artboard selection.

Instructions

Export the active document to an image or PDF.

Args:

  • path (string): absolute destination path (include the extension)

  • format ('png'|'jpg'|'svg'|'pdf'): default 'png'

  • scale (number): raster scale in percent, e.g. 200 = 2x (default 100)

  • transparent (boolean): PNG transparency (default true)

  • artboard_index (number, optional): export a specific artboard (0-based)

PNG/JPG are clipped to the active artboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute destination path, including extension.
scaleNoRaster scale in percent (200 = 2x). Default 100.
formatNoOutput format.png
transparentNoPNG transparency. Default true.
artboard_indexNo0-based artboard index to export (optional).
Behavior3/5

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

Annotations already indicate it is not read-only, idempotent, and not destructive. The description adds that PNG/JPG are clipped to the active artboard, which is a useful behavioral detail, but overall it adds limited new information beyond what annotations and schema provide.

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 extremely concise: one sentence for purpose followed by a compact Args list. It front-loads the most critical information and avoids any fluff.

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 simplicity, the description covers the core behavior and parameters well. It lacks details on error handling or success indicators, but the annotations and schema fill most gaps.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining scale with an example ('200 = 2x'), noting format default, and clarifying that PNG/JPG clipping applies to the active artboard. This enhances understanding beyond the schema alone.

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 verb 'Export' and the resource 'active document' with specific format options (image or PDF). It distinguishes from sibling tools like save_document or create_document by being the only 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 Guidelines3/5

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

The description implies usage for exporting but provides no explicit guidance on when to use this tool versus alternatives such as save_document or when not to use it. No exclusions or context comparisons are given.

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/gherardo200-glitch/illustrator-mcp'

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