Skip to main content
Glama
anananaTERRA

mcp-indesign-agent

by anananaTERRA

layout_operation

Align, distribute, center, stack, or apply margins to InDesign objects. Define target, axis, alignment, and spacing to adjust layouts precisely.

Instructions

Layout helpers: align | distribute | center | stack | applyMargins. Thin wrapper — prefer execute_batch when combining with other ops. Requires scan_document; role targets need analyze_page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
axisNo
alignNo
gapPtNo
targetYesUsually {selection:true} or multiple items via role; uuid for a single item
startPtNo
marginPtNo
timeoutSecNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only mentions 'thin wrapper' and prerequisites. It does not state that layout operations likely mutate the document, possible side effects, or return behavior. The description lacks crucial behavioral disclosure.

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 concise at two sentences, front-loaded with the operation list. Both sentences add valuable information without redundancy, and the structure is easy to scan.

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?

Given 8 parameters, 5 operations, and no output schema, the description is far from complete. It provides prerequisites but leaves operation semantics, parameter usage, and return values unexplained. This is insufficient for a tool of this complexity.

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

Parameters2/5

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

Schema description coverage is only 13%, so the description must compensate for undocumented parameters. It only mentions that role targets need analyze_page, and repeats operation names already in the enum. It fails to explain axis, align, gapPt, startPt, marginPt, timeoutSec, or target variants beyond a single mention.

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 identifies the tool as a layout helper with specific operations (align, distribute, center, stack, applyMargins), which immediately conveys its purpose. It also differentiates from sibling tools like execute_batch by noting it's a thin wrapper.

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

Usage Guidelines5/5

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

The description explicitly advises to prefer execute_batch when combining with other operations, and specifies prerequisites: scan_document is required, and role targets need analyze_page. This gives clear when-to-use and when-not-to-use guidance relative to alternatives.

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/anananaTERRA/mcp-indesign-agent'

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