Skip to main content
Glama

Apply look

apply_look

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. ONE-CALL aesthetic: composes caption preset + grade + custom grade + transitions + fades + stylize in a single EDL version and reports every component it set. Looks: 'hype' (beast xl captions, vibrant grade, zoom_punch cuts, closing fade), 'clean' (clean white size-led captions, ungraded, gentle fades), 'cinematic' (elegant captions, cinematic grade + slight warmth, 1s fades, dip_black), 'luxury' (luxe captions, warm grade + temperature lift, long fades), 'meme' (impact xl captions, flash cuts, grain). Preserves existing emphasis_words, else picks them from the transcript. Never touches cuts, music or sfx — place accents with add_sfx. Every component can be adjusted afterwards with its own tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations only mark readOnlyHint=false, destructiveHint=false, idempotentHint=false. The description adds substantial behavior: it preserves existing emphasis_words or picks them from the transcript, never touches cuts/music/sfx, and reports every component it set. It also discloses the return behavior (project identity with result). This is far beyond annotation coverage.

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 dense but every sentence earns its place. It front-loads the critical scoping and one-call nature, then enumerates looks, states constraints, and gives adjustability guidance. No filler or repetition.

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?

With no output schema, the description explains what the result contains (project identity, reported components). It covers all inputs, lists the exact enum values with behavior, notes the immutable scope, and clarifies what the tool does NOT do. An agent has everything needed to call it correctly.

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 coverage is 50% (only project_id has a description). The description adds semantic meaning to the 'name' parameter by explaining exactly what each look does (e.g., 'hype' = beast xl captions, vibrant grade, zoom_punch cuts, closing fade). It also reinforces project_id's scope. This compensates well for the schema gap, though it doesn't enumerate parameter syntax explicitly.

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 a specific verb ('apply') and resource ('look'), and immediately clarifies project scoping. It lists five distinct looks (hype, clean, cinematic, luxury, meme) with concrete effects, making the purpose unmistakable and easily distinguishable from sibling tools like add_stylize or set_color_grade.

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?

It explicitly states when to use this tool: for a one-call aesthetic composition across captions, grade, transitions, fades, and stylize. It also gives a clear exclusion: 'Never touches cuts, music or sfx — place accents with add_sfx.' This is direct when/when-not guidance with a named alternative.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.