Brand & Art Direction

Seven tools for defining brand packages, checking brand compliance, working with art direction presets, and applying finish effects like grain, vignette, and color grading.


create_brand_package

Create a brand package that defines colors, typography, motion rules, and surface treatments. Brand packages ensure consistency across all scenes in a project.

  • Name
    name
    Type
    string
    Description

    Name for the brand package.

  • Name
    colors
    Type
    object
    Description

    Color palette with primary, secondary, accent, background, and text values.

  • Name
    typography
    Type
    object
    Description

    Typography settings including font families, size scale, and weight rules.

  • Name
    motion
    Type
    object
    Description

    Motion rules: preferred easing, timing ranges, and camera preferences.

  • Name
    surfaces
    Type
    object
    Description

    Surface treatments: grain, texture, shadow depth, and border radius rules.

Returns: Complete brand package definition saved to the project.

Try asking your AI:

"Create a brand package for our fintech product with dark blue tones and minimal motion"


get_brand_package

Load a specific brand package by name.

  • Name
    name
    Type
    string
    Description

    Brand package name to retrieve.

Returns: Full brand package definition with colors, typography, motion, and surface rules.

Try asking your AI:

"Load the corporate-finance brand package"


list_brand_packages

List all available brand packages.

No parameters required.

Returns: Array of brand package names with summary descriptions.

Try asking your AI:

"What brand packages are available?"


validate_brand_compliance

Check a manifest against brand package guardrails. Validates that colors, typography, motion, and surfaces conform to the brand definition.

  • Name
    manifest
    Type
    object
    Description

    Sequence manifest to validate.

  • Name
    brand
    Type
    string
    Description

    Brand package name to validate against.

Returns: Pass/fail result, per-scene compliance details, and specific violations with correction suggestions.

Try asking your AI:

"Validate this manifest against the corporate brand package"


get_art_direction

Retrieve an art direction preset. Six art direction presets are available, each defining a complete visual approach including composition rules, color treatment, and camera behavior.

  • Name
    name
    Type
    string
    Description

    Art direction preset name.

Returns: Art direction definition with composition rules, color treatment, camera preferences, and example applications.

Try asking your AI:

"Show me the documentary art direction preset"


list_art_directions

List all available art direction presets with descriptions.

No parameters required.

Returns: Array of art direction names with summaries and recommended use cases.

Try asking your AI:

"What art direction presets are available?"


apply_finish_preset

Apply a finish preset to a scene or sequence. Finish presets add post-processing effects: grain, vignette, bloom, and color grading.

  • Name
    target
    Type
    object
    Description

    Scene or manifest to apply the finish to.

  • Name
    preset
    Type
    string
    Description

    Finish preset name (e.g., "film-grain", "warm-grade", "cool-vignette").

  • Name
    intensity
    Type
    number
    Description

    Effect intensity from 0 to 1 (default: 0.5).

Returns: Modified scene/manifest with finish effects applied.

Try asking your AI:

"Apply the film-grain finish at 0.3 intensity to my sequence"

Was this page helpful?