Skip to main content
Glama

Create Document

ps_create_document

Create a new Photoshop document using preset sizes for social media or print, or custom dimensions. Optionally add a background color and guide lines.

Instructions

Creates a new Photoshop document. Use a preset for common social-media / print sizes, or supply custom dimensions. Optionally fill a background color and add guide presets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoDocument width in pixels (ignored if preset is set)
heightNoDocument height in pixels (ignored if preset is set)
resolutionNoPixels per inch — default 72
colorModeNoColor mode — default RGBRGB
nameNoDocument name
presetNoSocial-media / print preset — overrides width, height, and resolution
backgroundColorNoOptional background fill color {r,g,b}
guidesNoAdd a guide preset: rule-of-thirds, center, or golden-ratio
Behavior3/5

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

Annotations already indicate the tool is not read-only and not destructive, so the description's main addition is that it creates a document. It does not disclose side effects, permissions, or what happens if the document name conflicts, but the basic safety profile is covered by annotations.

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 sentences, each containing essential information. The first sentence states the primary action, the second explains key options. No unnecessary words.

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

Completeness3/5

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

With 8 parameters including nested objects and no output schema, the description covers main use cases but omits important context like return values (e.g., document ID) and error conditions. Some guidance on behavior when presets override dimensions would improve completeness.

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 description coverage is 100%, so the schema already documents each parameter. The description adds value by grouping parameters into usage patterns: presets vs custom dimensions, and optional background/guides. This contextualizes the parameters beyond individual descriptions.

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 tool creates a new Photoshop document, with specific verbs and resource. It distinguishes between using presets for common sizes or custom dimensions, which sets it apart from sibling creation tools like ps_create_layer or ps_create_design.

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 provides guidance on when to use presets versus custom dimensions, which is helpful. However, it does not explicitly exclude cases where this tool should not be used or mention alternatives like ps_create_design for templates.

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/ayushnagvanshi101098-ship-it/photoshop-mcp-pro'

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