Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Transform F-Curve

transform_fcurve

Scale and retime real animation keys with pivot, time/value scaling, and offsets. Manual tangents scale correctly, while automatic tangents recalculate; invalid collisions or out-of-range results are rejected before writing.

Instructions

Retime/scale selected or all REAL keys. Manual tangents scale with the keys; AUTO remains automatic and is recalculated by Cinema 4D. New time = pivot + (old time - pivot) * scale + offset; value uses the analogous formula. Supports subframes, rejects collisions with all keys and out-of-range results before writing. Read the curve again afterward because sorted key indices can change. No time reversal or cross-track bake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNoTime base, default document FPS.
pathNoFull DescID as [[id,dtype,creator],...], from list_user_data desc_id or list_tracks path. For a vector append a REAL x/y/z DescLevel. Exclusive with param_id/component/dtype.
handleYesEntity with an existing REAL value track.
param_idNoLegacy top-level parameter id; exclusive with path.
componentNoLegacy vector component with param_id; HPB rotation maps to x/y/z. Omit with path.
time_scaleNoPositive time scale, default 1. Time reversal is not supported.
key_indicesNoSnapshot indices to transform; omit to transform all keys (at most 1000).
pivot_frameNoTime scaling pivot, default 0.
value_pivotNoValue scaling pivot, default 0.
value_scaleNoValue scale, default 1. Zero and negative values are allowed.
value_offsetNoValue shift after scaling, default 0.
document_nameYesExact active document name. A mismatch is rejected; this tool never switches documents.
time_offset_framesNoTime shift after scaling, default 0.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so exceptionally well. It discloses manual vs AUTO tangent behavior, the exact transform equation, subframe support, collision/out-of-range rejection before writing, post-write key index changes, and unsupported operations like time reversal and cross-track bake.

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 dense but tight: the action is front-loaded, the formula is compact, and each sentence adds either a behavioral caveat or a limitation. There is no filler or unnecessary restatement 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?

Given 13 parameters and no annotations or output schema, the description covers the essential operation, formula, failure behavior, and post-read advice. It could be slightly more explicit about when not to use it relative to edit_fcurve_keys, but it is largely sufficient for correct invocation.

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

Parameters5/5

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

Even though schema coverage is 100%, the description adds substantial meaning beyond the schema by defining the mathematical relationship between pivot, scale, and offset for both time and value. It also clarifies the semantics of 'selected or all' keys, which maps to key_indices, and reinforces that time reversal is unsupported.

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 opens with a specific action and target: 'Retime/scale selected or all REAL keys.' It clearly describes the resource (f-curve keys) and the operation (retime/scale), and adds a precise formula. It does not explicitly distinguish itself from the similar sibling edit_fcurve_keys, so it stops short of a 5.

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

Usage Guidelines2/5

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

The description provides no explicit guidance about when to use this tool versus alternatives like edit_fcurve_keys or get_fcurve. It implies usage via the transform formula and 'selected or all REAL keys,' but there are no when-to-use conditions, exclusions, or alternative recommendations.

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