Skip to main content
Glama
tylerart3d

MoonRay MCP

by tylerart3d

set_interactive_viewer_exposure

Adjust the live viewer's exposure from -20 to +20 stops to correct scene brightness and improve visual clarity during interactive rendering.

Instructions

Set the live standalone viewer display exposure from -20 to 20 stops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exposureYes
viewer_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavioral burden. It usefully discloses the valid exposure range and the fact that the operation targets the display of the standalone viewer, but it does not mention side effects, persistence, validation of out-of-range values, or the operation's response.

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?

A single, front-loaded sentence communicates the action, target, and constraint with no filler. Every word contributes meaning.

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?

For a simple two-parameter setter, the description covers the core operation and range, but it lacks details on viewer_id semantics and post-call behavior. Given the absence of annotations and output schema, the information is adequate but not fully self-contained.

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?

Schema description coverage is 0%, so the description must add parameter meaning. It explicitly communicates the exposure range, which goes beyond the bare schema, but it does not describe the viewer_id parameter or how to obtain it; viewer_id is only inferable from the tool name.

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 uses a specific verb ('Set') and a precise resource ('live standalone viewer display exposure') with an explicit range of -20 to 20 stops. This clearly distinguishes it from sibling viewer controls like set_interactive_viewer_denoising or switch_interactive_viewer_aov.

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 phrase 'live standalone viewer' gives some context about the target environment, but the description does not state when to prefer this over alternatives or mention any prerequisites. Usage is mostly implied by the tool name and target resource.

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

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/tylerart3d/moonray_mcp'

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