Skip to main content
Glama

photoshop_play_action

Play a recorded action from an action set to apply predefined Photoshop edits, targeting a specific document when needed.

Instructions

Play a recorded action from the Actions palette

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNameYesName of the action to play
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.
actionSetNameYesName of the action set containing the action

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior1/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It merely states that an action is played, without mentioning side effects (e.g., document modification), whether the action is reversible, or if it requires a specific document state. This is a significant gap for a tool that executes a potentially destructive action.

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 a single, direct sentence with no superfluous words. It is as concise as possible while still conveying the core purpose.

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

Completeness2/5

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

Given the tool's complexity (playing a recorded action can have significant effects), the description lacks critical context: it does not state that an active document is required, what happens if the action or set doesn't exist, or what the outcome will be. With no output schema and no annotations, this is incomplete for safe and correct invocation.

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 schema covers all three parameters with descriptions, so the baseline is 3. The description adds no extra semantics beyond what the schema already documents, and no parameter details are missing.

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 states the verb 'Play' and the resource 'recorded action from the Actions palette', which is clear and specific. It does not explicitly distinguish from sibling tools, but no sibling directly overlaps with this action-playing capability, so it is sufficiently clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any preconditions like requiring an active document. An agent would have to infer from the name and schema when this tool is appropriate.

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