Skip to main content
Glama

Place Image

ps_place_image

Places an external image file into the active Photoshop document as a Smart Object for non-destructive editing, with optional position and size settings.

Instructions

Places an external image file into the active document. By default it is placed as a Smart Object for non-destructive editing. Optionally set position and dimensions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesAbsolute path to the image file on disk
xNoX position in pixels — defaults to 0
yNoY position in pixels — defaults to 0
widthNoDesired width in pixels — scales proportionally if only one dimension is given
heightNoDesired height in pixels — scales proportionally if only one dimension is given
asSmartObjectNoPlace as Smart Object — default true
Behavior4/5

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

The description adds behavioral context beyond annotations: it mentions the default Smart Object placement and non-destructive editing, which aligns with the non-destructive annotation. It does not describe error handling or behavior for missing files, but overall it reveals key traits.

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 extremely concise—two sentences that front-load the core action and then add a key detail. Every word earns its place with no repetition or filler.

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?

Given the tool has 6 parameters and no output schema, the description covers the main purpose but omits potential error cases (e.g., file not found, unsupported format) and does not specify whether it returns the placed layer. It is adequate but not fully comprehensive.

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?

Schema coverage is 100% with clear individual parameter descriptions. The tool description adds only a summary statement ('Optionally set position and dimensions'), which provides minimal extra meaning beyond the schema. Thus baseline score 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 the specific verb 'places', the resource 'external image file', and the context 'into the active document'. It clearly distinguishes from sibling tools like ps_create_layer (creates empty layer) or ps_smart_object (converts existing layers).

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 explains the default behavior (placed as Smart Object for non-destructive editing) and option to set position and dimensions, providing clear context for when to use this tool. However, it does not explicitly contrast with alternatives or state 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.

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