Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Set Redshift PBR Material

rs_set_material_pbr

Set or update PBR channels on a Redshift Standard Material in Cinema 4D, including base color, metalness, roughness, normal, and displacement, using numeric values or validated texture maps.

Instructions

Patch supplied Redshift Standard Material PBR channels. Texture paths are prevalidated; replace_graph requires an explicit document and reliable rollback support.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
normalNo
materialYesTarget Redshift material handle.
metalnessNo
roughnessNo
base_colorNo
displacementNo
document_nameNoOpen document name.
replace_graphNo

Schema Changelog

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

  1. First observedv0.5.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully discloses that texture paths are prevalidated and that replace_graph requires an explicit document and reliable rollback support. However, it does not explain what replace_graph actually does, what failure modes exist, or whether the operation is undoable, leaving significant behavioral gaps.

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 two sentences with little wasted text, and the most important constraint (replace_graph needs document and rollback support) gets its own sentence. Some phrasing such as 'reliable rollback support' is vague, but overall the size is appropriate.

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?

For a mutation tool with 8 parameters, deeply nested channel objects, no annotations, and no output schema, this description is not complete enough. An agent would need external knowledge or schema inference to understand what each PBR channel accepts and what actually happens when replace_graph is true or false.

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 25%, so the description needed to compensate for the many undocumented parameters. It does not define base_color, roughness, metalness, normal, or displacement beyond the generic 'PBR channels' phrase. It adds a small amount of meaning around replace_graph and the document requirement, but not enough to make 8 nested parameters understandable.

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 states a specific action ('Patch') and resource ('supplied Redshift Standard Material PBR channels'), making it clear this edits an existing material rather than creating or assigning one. It does not explicitly name a sibling alternative, but the wording itself delineates the purpose from rs_create_material and assign_material.

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?

There is no explicit when-to-use or when-not-to-use guidance. 'Supplied' implies the tool targets an existing material, but it does not tell the agent when to choose this over set_params, rs_create_material, or assign_material. The replace_graph requirement is a constraint, not a routing guideline.

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