Skip to main content
Glama

set_color_management

Adjust Blender's color management by setting view transform, look, exposure, and gamma for accurate color grading.

Instructions

色彩管理:view_transform (AgX/Filmic/Standard…)、look、曝光、gamma。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookNo
gammaNo
exposureNo
view_transformNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/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 of behavioral disclosure. It only lists parameters without explaining the effect of setting them, whether the operation is reversible, or any side effects on the scene. This is a significant gap for a tool that modifies settings.

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 extremely concise—a single line that states the topic and lists the parameters. It is front-loaded with the subject '色彩管理' and has no redundant or filler content, making it easy to scan.

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

Completeness2/5

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

Given that the tool has 4 optional parameters, no output schema, and no annotations, the description is insufficient. It doesn't explain the purpose of each parameter, the expected value types beyond the schema, or any constraints. An agent would struggle to use this tool correctly without additional knowledge.

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?

The schema has 0% description coverage, so the description must compensate. It lists all four parameters and provides an example of valid values for view_transform ('AgX/Filmic/Standard…'), which adds useful context. However, it doesn't explain the meaning or acceptable ranges for look, exposure, or gamma, leaving the agent under-informed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's purpose as configuring color management and lists the specific parameters (view_transform, look, exposure, gamma). Although it doesn't explicitly state an action verb, the tool name 'set_color_management' provides that context. It distinguishes itself from siblings like set_render_settings by focusing on color management specifically.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention conditions, prerequisites, or exclusions. There are many sibling tools for rendering and material settings, but no comparison is given, leaving the agent to infer when this tool is appropriate.

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