Skip to main content
Glama

Set Render Scene Environment

set_scene_environment

Set render scene environment parameters: brightness, background, ground plane, and reflections. Unsupported settings are reported to guide adjustment.

Instructions

Adjust render brightness. Unsupported settings are reported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backgroundNo
brightnessNo
ground_planeNo
ground_reflectionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior3/5

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

The description adds one useful behavioral detail beyond the annotations: unsupported settings are reported rather than silently ignored. The annotations already indicate this is not read-only and not destructive, and the description's mutation framing is consistent. It does not disclose side effects on the scene or render state, but the added detail earns a mid-level score.

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 very short and front-loaded with the primary action, followed by a concise behavioral note. There is no fluff or redundancy. It is perhaps too terse for the tool's complexity, but conciseness itself is strong.

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?

Almost no contextual information is present: there is no output schema, no parameter descriptions, no mention of when to use this tool in a render workflow, and no relationship to sibling tools. An agent must infer the meaning of most parameters and the tool's role in the broader scene-rendering context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the full burden of explaining parameters, but it only mentions brightness. The other properties background, ground_plane, and ground_reflections are left entirely unexplained, and no type, format, or effect information is provided.

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

Purpose3/5

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

The description states a clear verb and resource, 'Adjust render brightness,' which gives some purpose clarity. However, it understates the tool's real scope as suggested by the title and input schema: background, ground_plane, and ground_reflections are environment settings, not just brightness. It also does not distinguish itself from related siblings like render_view or set_appearance.

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?

There is no guidance on when to use this tool versus alternatives such as render_view, start_render, get_scene_info, or set_appearance. The phrase 'Unsupported settings are reported' hints at behavior but not at selection criteria or exclusions.

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