Skip to main content
Glama

manage_lighting

Configure Roblox Studio environment lighting, atmosphere, sky properties, terrain visuals, and time of day settings to create specific moods and visual effects.

Instructions

[PRO] Configure environment: lighting, atmosphere, sky, terrain properties, time of day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes[PRO] Environment action. lighting: set Lighting service properties. atmosphere: set Atmosphere properties. sky: set Sky properties. terrain_props: set Terrain water/visual properties. time: set time of day.
propertiesNoDictionary of properties to set. Used by: lighting, atmosphere, sky, terrain_props. Supports Color3 {r,g,b} (0-255), numbers, booleans, Enum strings.
createIfMissingNoCreate Atmosphere/Sky instance if missing. Used by: atmosphere, sky. Default: true.
timeNoTime string in "HH:MM:SS" format (e.g., "14:30:00"). Used by: time. Provide this OR clockTime.
clockTimeNoNumeric time in 24-hour format (e.g., 14.5 for 2:30 PM). Used by: time. Provide this OR time.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It indicates the scope (PRO environment configuration) but lacks details about persistence of changes, immediate vs. deferred application, or validation behavior. The schema action descriptions provide some behavioral hints (createIfMissing defaults), but the main description doesn't disclose side effects.

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 appropriately brief at one sentence. The [PRO] prefix is functional metadata. Every word earns its place by defining scope. However, the colon-separated list format front-loads the general verb before specifics, which is acceptable.

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 100% schema coverage and 5 distinct operating modes, the description provides minimum viable context by listing the modes. Without an output schema or annotations, it should ideally explain what 'configure' means (update existing vs create), but the schema's 'createIfMissing' parameter partially covers this gap.

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 100%, establishing a baseline of 3. The description lists the configurable domains (lighting, atmosphere, etc.) which helps map the action enum values to their purposes, but adds no syntax details or validation rules beyond what the schema already provides.

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 states the tool configures environment settings and specifically lists the five subsystems handled (lighting, atmosphere, sky, terrain properties, time). The [PRO] tag adds licensing context. However, it doesn't explicitly differentiate the 'terrain properties' capability from the sibling manage_terrain tool, which could cause confusion.

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 siblings like manage_terrain (for terrain geometry) or manage_effects. No prerequisites, error conditions, or explicit 'when not to use' guidance is provided.

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/hope1026/roblox-mcp'

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