Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Set Redshift Camera

rs_set_camera

Create or update a Redshift camera in Cinema 4D by specifying exposure, focus, position, and rotation, then receive a report of unsupported settings.

Instructions

Create or update a native Redshift camera and report unavailable requested settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCamera name.
f_stopNo
exposureNo
positionNo
rotationNo
shutter_timeNo
document_nameNoOpen document name.
shutter_angleNo
depth_of_fieldNo
focus_distanceNo
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
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool can create or update camera settings and that it reports unavailable requested settings, which is a useful behavioral trait. However, it does not mention side effects, whether updates are destructive, error handling, or what the report looks like. Some behavioral context is present, but not comprehensive.

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?

The description is a single, tight sentence that front-loads the core action and resource, then adds the distinguishing reporting behavior. There is no wasted words and every phrase adds meaning.

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 tool with 11 parameters, no annotation, and no output schema, the one-sentence description is insufficient. It does not explain what 'report unavailable requested settings' means, whether the document must be active, what the required name parameter controls, or what the return format is. An agent would struggle to use this tool correctly without inspecting the schema or experimenting.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 18%, so the description must compensate for 11 parameters, but it provides no parameter-specific information. The phrase 'requested settings' is a vague reference and does not explain any of the fields like f_stop, position, or shutter_time. This is a significant gap for tool selection and invocation.

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 states a specific action ('Create or update') on a specific resource ('native Redshift camera') and adds a distinctive behavior ('report unavailable requested settings'). This clearly differentiates it from sibling tools like rs_create_material or rs_create_light without needing to open the schema.

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 description implies usage: use this tool to create or update a native Redshift camera. However, it provides no explicit guidance on when not to use it, no alternative sibling tools are named, and there are no conditions or exclusions. The usage context is implicit rather than explicit.

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