Skip to main content
Glama
zhanglongxiao111

indesign-cli MCP Server

set_document_layout_preferences

Configure document layout settings such as adjust layout, alignment, and smart guides to control page design behavior.

Instructions

Set layout preferences for the document

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adjustLayoutNoEnable/disable adjust layout
adjustLayoutRulesNoAdjust layout rules
adjustLayoutMarginsNoEnable/disable adjust layout margins
alignDistributeBoundsNoAlign distribute bounds
smartGuidePreferencesNoEnable/disable smart guide preferences
adjustLayoutPageBreaksNoEnable/disable adjust layout page breaks
alignDistributeSpacingNoAlign distribute spacing
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'set layout preferences' but does not disclose whether changes are destructive, reversible, require permissions, or affect other settings. The behavioral impact is not described beyond the mutation implied by 'set'.

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 sentence that is concise and to the point. It is appropriately sized given the simplicity of the description, though it could benefit from more structure or detail.

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?

With 7 parameters, no output schema, and no annotations, the description is too minimal. It does not provide enough context for the agent to understand when to set these preferences, their interactions, or the expected result, leading to potential misuse.

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?

The input schema has 7 parameters with full descriptions (100% coverage). The description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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 name and description clearly indicate the tool sets document layout preferences. The verb 'set' and object 'layout preferences' are specific, and the sibling 'get_document_layout_preferences' reinforces the read-write pair, but no explicit differentiation from 'adjust_page_layout' is provided.

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 on when to use this tool versus alternatives like 'get_document_layout_preferences' or 'adjust_page_layout'. There is no mention of prerequisites, order of operations, or conditions under which the tool is appropriate.

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/zhanglongxiao111/indesign-cli'

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