Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Create Redshift Light

rs_create_light

Create or update Redshift lights in Cinema 4D by specifying type, color, intensity, position, and rotation. Use runtime-supported properties to add or adjust area, dome, sun, point, or spot lights.

Instructions

Create or update a native Redshift light using only runtime-supported properties.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesLight name.
typeYes
colorNo
exposureNo
positionNo
rotationNo
intensityNo
dome_textureNoAbsolute dome texture path.
document_nameNoOpen document name.
update_if_existsNo

Schema Changelog

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

  1. First observedv0.5.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It does disclose that the operation creates or updates and only supports runtime properties, but it omits key behavioral details such as what happens when the light already exists and update_if_exists is false, whether an open document is required, and what side effects or return values to expect.

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 with no filler. Every word contributes either the action, the target resource, or a constraint, making it an economically written definition.

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?

The tool is moderately complex with ten parameters, no output schema, and no annotations, yet the description provides almost no contextual coverage. Missing details include required parameter semantics, update behavior, return format, and document prerequisites.

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 only 30%, so the description needs to compensate. It does not explain any of the ten parameters or their roles, and the phrase 'runtime-supported properties' is too generic to clarify which properties are actually settable or how they behave.

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?

States a specific action (create or update) and a specific resource type (native Redshift light), which distinguishes it from generic creation tools and other Redshift-specific siblings. The qualifier 'using only runtime-supported properties' adds a clear scope constraint.

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 usage context is implied: use it when creating or updating a native Redshift light. However, there is no explicit guidance about when not to use it or which alternative sibling to choose for other light-related or entity creation operations.

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/YihonW/mcp-c4d-2025'

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