Skip to main content
Glama

Create / Update Take

create_take

Create or update a take with camera override, render data, and checked state for batch rendering in one call.

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.
Behavior2/5

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

No annotations provided, so description carries full burden. It discloses that new takes are checked by default and that update_if_exists exists, but does not explain idempotency, merge behavior, side effects, or failure modes.

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?

Three sentences, tightly written. First sentence defines function, second explains a key default, third states return value and use case. No fluff.

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

Completeness3/5

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

With 9 parameters, no output schema, and no annotations, the description could be more complete. It covers overall purpose and one default, but does not explain interactions between parameters (e.g., clear_camera vs camera) or update behavior.

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

Parameters4/5

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

Schema coverage is 100%. Description adds value beyond schema by noting default checked state and the ability to override. This clarifies intent and behavior beyond the basic parameter descriptions.

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?

Description clearly states the tool creates or updates a Take, combining multiple operations. It distinguishes from siblings like 'take_override' by bundling AddTake, SetCamera, SetRenderData, and SetChecked.

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?

Provides context for use, such as default checked state and ideal for building take stacks. However, it does not explicitly mention when to use this tool versus the sibling 'take_override' or other alternatives.

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/kumoproductions/mcp-cinema4d'

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