Skip to main content
Glama

set_ocio_look

Apply an OCIO color look to a media source by inserting an OCIOLook node into the look pipeline. Specify the look name, direction, and optional source group for targeted color grading.

Instructions

Apply an OCIO look to a source.

Inserts an OCIOLook node into the source's look pipeline.

Args: look: Look name from the OCIO config. direction: "forward" or "inverse". source_node: Source group name. If omitted, uses the first source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookYes
directionNoforward
source_nodeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It explains the basic insertion action but does not disclose error behavior (e.g., invalid look name), idempotency, or side effects on existing looks. More details on state changes and prerequisites are needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a purpose sentence, a brief explanation, and arg descriptions. It is not overly verbose, though the 'Args' section could be slightly more compact without losing clarity.

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

Completeness3/5

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

Given that an output schema exists, the description does not need to detail return values. However, it lacks mention of return behavior or success/failure indicators. The tool modifies state, and for a workflow with many siblings, more contextual completeness about preconditions (e.g., valid look) would improve usability.

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?

With 0% schema description coverage, the description adds value for all parameters: 'look' as name from OCIO config, 'direction' as allowed strings, and 'source_node' as optional group name with default. However, it does not explain how to obtain look names or config details, which could be assumed from sibling tools.

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 clearly states the tool applies an OCIO look to a source by inserting an OCIOLook node into the look pipeline. It uses specific verb+resource phrasing and distinguishes from siblings like set_ocio_colorspace and set_ocio_display.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when applying a named look from the OCIO config) but does not explicitly compare with alternatives or state when not to use it. The optional parameter guidance ('If omitted, uses the first source') is helpful but incomplete.

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/Geddart/rv-mcp'

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