Skip to main content
Glama
zhanglongxiao111

indesign-cli MCP Server

resize_page

Change the size of a page in an Adobe InDesign document by setting new width and height, with options for anchor point, resize method, and coordinate space.

Instructions

Resize a page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoNew width in mm
heightNoNew height in mm
pageIndexYesPage index
anchorPointNoCENTER_ANCHOR
resizeMethodNoREPLACING_CURRENT_DIMENSIONS_WITH
coordinateSpaceNoPAGE_COORDINATES
Behavior1/5

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

With no annotations, the description is the sole source for behavioral traits. It lacks any details about effects on page content, coordinate systems, or constraints.

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

Conciseness3/5

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

The description is a single, front-loaded sentence. While concise, it is too brief to be helpful for a tool with six parameters and multiple enums.

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?

The definition is extremely incomplete given the tool's complexity. It fails to explain how resizing affects page content, the role of anchor points, or coordinates, and there is no output schema.

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 coverage is 50% and the description adds no extra meaning beyond the schema's parameter descriptions. It does not clarify how parameters like anchorPoint or resizeMethod interact.

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 'Resize a page' clearly identifies the action and target resource. It distinguishes from similar tools like 'resize_page_item' based on the name and sibling context.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives such as move_page, reframe_page, or other page manipulation tools.

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