Skip to main content
Glama

photoshop_generate_image

Create images from text prompts directly in Photoshop, on a blank or active document, turning descriptions into new visual content.

Instructions

Generate image content from a text prompt (text-to-image) on blank or active document.

Use when: creating new imagery from a description.

Returns: { ok, summary, details }. Preconditions: generative_fill capability; Adobe generative credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoWidth if creating new doc (default 1024)
heightNoHeight if creating new doc (default 1024)
promptYesImage description
document_idNoOptional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose preconditions (generative_fill capability and Adobe credits) and the return shape, which is useful. However, it does not clarify side effects on an active document, such as whether a new layer is created or existing content is replaced.

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 compact and well-structured: a one-line definition, a use-when clause, return shape, and preconditions. Every sentence earns its place with no filler.

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?

The description includes the use case, document scope, return format, and preconditions, which covers most operational needs. It lacks explicit guidance on when not to use it or how it differs from alternative sibling tools, but it is still mostly complete for a straightforward text-to-image operation.

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 description coverage is 100%, so the schema already documents all parameters. The description adds minimal param-level meaning beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Generate image content from a text prompt (text-to-image)', giving a specific verb, resource, and mode. It also scopes the operation to blank or active documents. It does not explicitly name sibling alternatives, but the text-to-image framing helps distinguish it from related generative tools.

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 'Use when: creating new imagery from a description' line provides clear context for when the tool should be used. It does not provide explicit exclusions or mention alternative tools, so it falls just short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools