Skip to main content
Glama

photoshop_apply_lut

Apply a Color Lookup (3D LUT) adjustment layer to add a cinematic grade, using a built-in LUT name or a path to .cube/.3dl/.look files.

Instructions

Apply a Color Lookup (3D LUT) adjustment layer for cinematic color grading. Accepts a built-in LUT name (e.g. "Crisp_Warm.3dl", "Kodak 5218 Fuji 3510.3dl", "Moonlight.3dl") or an absolute path to a .cube/.3dl/.look file.

Users often say: cinematic grade, film look, teal and orange, apply LUT, sinematik renk.

Use when: stylistic non-destructive color grade in one step. Do NOT use when: basic tonal fixes — use photoshop_adjust_curves or photoshop_auto_levels.

Returns: JSON { ok, summary, details: { layer_name, lut, lut_source } }. Preconditions: active document. Side effects: adds a Color Lookup adjustment layer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lutYesBuilt-in LUT file name (e.g. "Crisp_Warm.3dl") or absolute path to a .cube/.3dl/.look file
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

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the key behavioral traits: an active document precondition, a side effect of adding a Color Lookup adjustment layer, and the non-destructive nature of the operation. It also states the return JSON shape. It does not cover failure modes or interaction with existing layers, but it covers the essentials well.

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 organized with clearly labeled sections (Users often say, Use when, Do NOT use when, Returns, Preconditions, Side effects), and it front-loads the core purpose. Although it is longer than the minimum, every section carries useful routing or behavioral information without padding.

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

Completeness5/5

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

For a 2-parameter tool with no output schema, the description is highly complete: it covers what the tool does, accepted input values, user intents, when to use and when not to use it, return format, preconditions, and side effects. An agent has everything necessary to invoke it correctly.

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 baseline is 3. The description adds example built-in LUT names and file extensions, but these largely mirror the schema's lut description. It does not add significant meaning for document_id beyond what the schema already states.

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?

States a specific verb ('Apply'), a specific resource ('Color Lookup (3D LUT) adjustment layer'), and a clear purpose ('cinematic color grading'). It also enumerates example LUT names and supported file formats, making it easy to distinguish from other color/filter tools at a glance.

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

Usage Guidelines5/5

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

Explicitly provides 'Use when' (stylistic non-destructive color grade in one step) and 'Do NOT use when' (basic tonal fixes) with named alternatives (photoshop_adjust_curves or photoshop_auto_levels). It also lists natural-language user expressions, which helps an agent recognize when a user request maps to this tool.

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