Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Create / Update Take

create_take

Create or update a Cinema 4D take with camera and render overrides in one call, returning a take handle to programmatically build per-shot take stacks.

Instructions

Create or update a Take (AddTake + SetCamera + SetRenderData + SetChecked) in one call. New takes are checked by default so they participate in batch renders; pass checked:false to override. Returns the take handle — ideal for building per-shot take stacks programmatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTake name (used as handle).
cameraNoObject name to link as the take's camera override.
parentNoParent take name (default: Main).
checkedNoChecked state for batch rendering (default true on create).
make_activeNoMake this take the current take.
render_dataNoRender data name to link as the take's render settings override.
clear_cameraNoExplicitly clear the camera override.
update_if_existsNoIf a take with this name already exists, update it instead of creating.
clear_render_dataNoExplicitly clear the render data override.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It does disclose an important non-obvious behavior — new takes are checked by default so they participate in batch renders — and states the return value. However, it does not clarify update semantics, such as whether updating an existing take merges or overwrites camera/render data when the clear flags are not set.

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?

Two sentences, front-loaded with the action, and every phrase earns its place: sub-operations, default behavior, rationale, return value, and intended use case. No filler or redundant restating of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 9-parameter mutation tool with no annotations and no output schema, the description covers the core action, default behavior, return value, and the main use case. The schema handles individual parameters, but the description omits details about update-if-exists behavior and error conditions, so it is not fully complete.

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?

All nine parameters are already documented in the schema (100% coverage), so the baseline is 3. The description's `checked:false` mention repeats what the schema already says and adds no new parameter-level meaning.

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 the core operation precisely — 'Create or update a Take' — and enumerates the bundled sub-operations (AddTake + SetCamera + SetRenderData + SetChecked), so the tool's function is unmistakable. It does not explicitly distinguish itself from the similarly named sibling `take_override`, so it falls just short of full sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context by framing the tool as the one-call compound alternative and suggesting a concrete use case: 'building per-shot take stacks programmatically.' It does not name alternatives or state when not to use it, so it lacks the explicit exclusion guidance needed for a 5.

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