Skip to main content
Glama

manage_lighting

Configure Roblox environment lighting, atmosphere, sky, terrain, and time of day properties. Adjust lighting, atmospheric effects, skybox, terrain visuals, or set a specific time.

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.
contextIdNoOptional execution context identifier. Used to continue an existing context for mutating actions.
contextSummaryNoOptional structured execution context attached to this tool call.
replayMetadataNoOptional replay-ready metadata attached to this tool call.
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.
Behavior2/5

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

No annotations provided. The description does not disclose effects, side effects, or safety profile. For a configuration tool, information about mutation or persistence is missing.

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?

One sentence, front-loaded with '[PRO]'. Concise but could integrate sibling differentiation. No wasted words.

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?

With 8 parameters, nested objects, no output schema, and no annotations, the description lacks behavioral context, return values, and usage patterns. Schema partially compensates but is insufficient.

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 coverage is 100% with detailed parameter descriptions. The tool description adds minimal value (e.g., '[PRO]' prefix). Baseline of 3 is appropriate.

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 elements (lighting, atmosphere, sky, terrain, time). The action enum further specifies sub-actions. However, it does not distinguish from sibling tools like manage_terrain or manage_properties.

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?

No guidance on when to use this tool vs alternatives (e.g., manage_terrain for terrain, manage_properties for generic property changes). No prerequisites or exclusions mentioned.

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