Skip to main content
Glama
gherardo200-glitch

illustrator-mcp

Transform Selection

illustrator_transform_selection

Transform selected objects by moving, rotating, or scaling them. Specify horizontal/vertical displacement, rotation angle, and uniform or non-uniform scale percentages.

Instructions

Move, rotate and/or scale the currently selected objects.

Args (all optional, applied in order move -> rotate -> scale):

  • dx, dy (number): move by this many points (dy positive = down)

  • rotate (number): rotation in degrees (counter-clockwise positive)

  • scale (number): uniform scale in percent (100 = no change)

  • scale_x, scale_y (number): non-uniform scale in percent (used if 'scale' omitted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dxNoHorizontal move in points.
dyNoVertical move in points (positive = down).
scaleNoUniform scale percent (100 = none).
rotateNoRotation in degrees.
scale_xNoHorizontal scale percent.
scale_yNoVertical scale percent.
Behavior4/5

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

Annotations indicate it's a mutating operation; the description adds the order of application and details about each parameter. It does not disclose that changes can be undone or selection is preserved, but that is standard. No annotation contradictions.

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?

Two brief paragraphs: first for purpose, second for parameters. No wasted words; every sentence adds information.

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

Completeness5/5

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

For a tool with 6 optional parameters and no output schema, the description covers all aspects needed to use it correctly: purpose, parameter format, order, and conditional usage.

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

Parameters4/5

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

Schema coverage is 100% (all 6 parameters documented). The description adds value by clarifying the application order and explaining that scale_x/scale_y are used only when 'scale' is omitted, and that dy positive = down.

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 states the action ('Move, rotate and/or scale') and the resource ('currently selected objects'). It distinguishes from sibling tools like illustrator_align_selection by focusing on arbitrary transforms.

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

Usage Guidelines4/5

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

The description specifies the order of operations (move -> rotate -> scale) and that all arguments are optional, but does not explicitly contrast with sibling tools. The context among siblings makes the usage clear enough.

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/gherardo200-glitch/illustrator-mcp'

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