Skip to main content
Glama

Create Vintage Lens

create_vintage_lens

Add vintage analog-film effects to any TOP in one call. Applies lens distortion, chromatic aberration, vignette, and film grain with era presets.

Instructions

Drape a vintage analog-film aesthetic over any TOP in one call. Chains barrel/pincushion lens distortion → chromatic aberration → vignette → film grain as four inline GLSL passes inside a new baseCOMP. Era presets (super8, vhs, 16mm, 80s_camcorder) load era-correct strength defaults; any per-param override wins. Returns a standard Layer 1 envelope with container path, node paths, output path, preview image, warnings, and the resolved strength values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eraNoEra preset that sets default strength values; per-param overrides win.super8
nameNoName suffix for the baseCOMP (default 'vintage_lens').vintage_lens
ca_strengthNoRGB-split offset magnitude (radial from center). Overrides preset.
parent_pathNoParent network where the vintage-lens container is created (default '/project1')./project1
grain_amountNoPer-pixel noise amplitude. Overrides preset.
source_top_pathYesPath of the existing TOP to grade (e.g. '/project1/render1').
vignette_strengthNoEdge darkening amount; 0 disables. Overrides preset.
distortion_strengthNoBarrel-distortion coefficient (UV warped from center). Overrides preset.
Behavior5/5

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

Beyond the annotations, the description discloses that it creates a new baseCOMP with four ordered GLSL passes, how era presets interact with per-parameter overrides, and the exact return envelope including paths, preview, warnings, and resolved strengths. This gives the agent a solid behavioral model of side effects and outputs.

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?

Four front-loaded sentences with no filler: the first states the purpose, the second details the pipeline, the third explains presets/overrides, and the fourth lists return values. Every sentence earns its place.

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 tool with 8 parameters and no output schema, the description covers purpose, pipeline, preset behavior, and the full return envelope. The schema already documents each parameter, so together they provide enough information to invoke the tool 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 100%, so the baseline is 3. The description adds meaning by explaining the chain order (distortion → chromatic aberration → vignette → grain) that ties the strength parameters together, and clarifies that era presets are overridden by individual parameters. It doesn't re-describe each parameter but enriches the overall semantics.

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 opens with 'Drape a vintage analog-film aesthetic over any TOP in one call,' naming a specific verb, resource, and scope. It further distinguishes itself from siblings by detailing the exact four-pass GLSL chain and era presets, making its function unmistakable.

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?

It gives clear context: use this when you want a vintage analog-film look applied to any TOP, with era presets and per-parameter overrides. It does not explicitly name alternatives or when-not-to-use cases, but the intended use case is unambiguous.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucasmaher-hash/touch-designer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server