Skip to main content
Glama
JFTavares

InDesign MCP para Windows

by JFTavares

export_pdf

Export InDesign documents to PDF with customizable presets, page ranges, bleed/slug inclusion, JPEG quality, and color profile settings.

Instructions

Export document as PDF with advanced options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNoExact installed PDF preset name, or HighQualityPrint, PressQuality, SmallestFileSize, Print, Web (English/Portuguese aliases)HighQualityPrint
filePathYesOutput PDF file path
pageRangeNoPage range (e.g., "1-5", "all")all
includeSlugNoInclude slug area
jpegQualityNoHigh
colorProfileNoColor profile for export
includeBleedNoInclude bleed area
confirmDestructiveNoREQUIRED: Confirm file overwrite

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. 'Export' implies a file-writing operation, but the description does not warn about file overwrite, side effects, or any prerequisites. The confirmDestructive parameter reveals overwrite risk, but that lives only in the schema, not the description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no wasted words. It is front-loaded with the core action, though it is somewhat under-specified rather than overly verbose.

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

Completeness2/5

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

For a tool with 8 parameters, no annotations, and no output schema, the description is too thin. It omits the destructive overwrite behavior, any caveats about presets or color profiles, and what constitutes 'advanced options.' An agent must rely entirely on the schema without additional operational context.

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 88%, so the parameters are already well-documented (preset, pageRange, includeBleed, etc.). The description's phrase 'advanced options' loosely implies the parameter set but adds no specific meaning beyond the schema, so a baseline of 3 is appropriate.

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 uses a specific verb (export) and resource (document as PDF), and the mention of 'advanced options' signals configurability beyond a basic export. It is clear enough to distinguish from export_images and export_epub by name, though it lacks explicit sibling differentiation.

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 guidance is given about when to use this tool versus alternatives like export_images or export_epub. The description simply states what the tool does, leaving the agent to infer usage solely from the tool name and sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.