Skip to main content
Glama
Christancho-co

illustrator-mcp

Save the active Illustrator document

illustrator_save_document

Save active Illustrator document, or specify a path to save as a new .ai file.

Instructions

Saves the active document in place, or as a new .ai file if path is given (Save As).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoOptional absolute path ending in .ai to Save As instead of saving in place.
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It clearly reveals the core write behavior and the Save As distinction, but it does not mention potential overwrite/error conditions, what happens to the active document after a Save As, or whether any confirmation/return is produced.

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 one focused sentence with no filler. It front-loads the primary action and immediately clarifies the optional-path behavior, making it easy for an agent to parse.

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

Completeness4/5

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

For a simple one-parameter save operation, the description tells the agent exactly what happens in both invocation modes, which is sufficient to call it correctly. It omits explicit return/error behavior, but that is not a major gap for such a straightforward tool with no output schema.

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 single parameter `path` is already fully documented in the schema with its type, optionality, and '.ai' requirement at 100% coverage. The description only restates that information and adds no additional semantic detail, so the baseline of 3 is appropriate.

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 states a specific verb ('Saves'), a clear resource ('the active document'), and the two modes of behavior: in-place save and Save As via `path`. This also differentiates it from sibling `illustrator_export_document`, since it explicitly targets .ai files rather than export formats.

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 gives clear conditional usage: call with no `path` to save in place, or supply a `path` to Save As. It does not explicitly name alternatives like `illustrator_export_document`, so it stops short of full when/not guidance, but the operational conditions are unambiguous.

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/Christancho-co/illustrator-mcp'

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