Skip to main content
Glama
theloniuser

InDesign UXP MCP Server

by theloniuser

place_file_on_page

Place a file onto a chosen InDesign page, specifying position, layer, and import options, with the ability to autoflow text content.

Instructions

Place a file on a page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIndexYesPage index
filePathYesPath to file to place
xNoX position in mm
yNoY position in mm
layerNameNoLayer name to place on
showingOptionsNoShow import options dialog
autoflowingNoAutoflow placed text
Behavior2/5

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

With no annotations, the description should disclose behavioral traits, but it only states the action without revealing important details like whether placing a file overwrites existing content, what happens with unsupported file types, or that an options dialog can be shown (as indicated by the showingOptions parameter).

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

Conciseness2/5

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

The description is a single short sentence, which is concise but fails to provide sufficient detail for a tool with 7 parameters. It does not front-load critical information or earn its place by adding value beyond the schema.

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

Completeness1/5

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

Given the complexity (7 parameters, no output schema, no annotations), the description is severely incomplete. It doesn't explain the placing process, return values, or behavioral implications, making it inadequate for an AI agent to use correctly.

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 the baseline is 3. The description adds no additional meaning to parameters; it merely restates the tool's purpose. The schema already describes each parameter adequately, so the description doesn't improve semantic understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Place a file on a page' is a verb+resource but is very generic. It does not specify what types of files are supported or how this differs from similar tools like place_file_on_spread or place_image, lacking distinction from siblings.

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 on when to use this tool versus alternatives. For example, it doesn't clarify whether this should be used for images, PDFs, or text files, nor does it mention prerequisites or restrictions.

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/theloniuser/indesign-uxp-server'

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