ai_close_document
Close the active Adobe Illustrator document without saving changes. Use this to discard unsaved work and free up resources.
Instructions
关闭 Illustrator 当前活动文档(不保存)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Close the active Adobe Illustrator document without saving changes. Use this to discard unsaved work and free up resources.
关闭 Illustrator 当前活动文档(不保存)。
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It explicitly states '不保存' (not saving), which is the key behavioral and potentially destructive trait. It does not mention error behavior or confirmation prompts, but for a zero-parameter close operation the critical warning is present.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the verb and target, then adds the essential no-save behavior in parentheses. Every element is necessary and there is no wasted text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description sufficiently covers what action is performed, on which document, and with what saving behavior. It is complete enough for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters and 100% schema description coverage, so the baseline is 4. There is no parameter information needed; the description does not add parameter semantics but does not need to.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('关闭' / close), a precise resource ('当前活动文档' / current active document), and a defining constraint ('不保存' / not saving). It clearly distinguishes this Illustrator tool from the sibling Photoshop close tool by naming the application and scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: when the goal is to close the active Illustrator document without saving. However, it gives no explicit guidance about alternatives, such as saving first with ai_save_as_ai, or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/freakyglorian-create/adobe-com-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server