Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Edit F-Curve Keys

edit_fcurve_keys

Modify existing animation keys by snapshot index: update values, set linear/spline/step interpolation, and adjust auto or manual tangents. Batch edits are preflighted and applied as a single undo group.

Instructions

Edit existing REAL keys by snapshot index: values, linear/spline/step interpolation, automatic or manual tangents. Left/right are signed offsets, not absolute control-point positions. Manual takeover splits handles and disables automatic/clamp/auto-weight/overshoot/tangent-lock options; key time/value locks are respected. Read get_fcurve first and avoid simultaneous scene edits. Preflights the complete batch before a single undo-grouped track update. Does not create keys or edit coupled XYZ/time tracks.

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.
editsYes
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.
document_nameYesExact active document name. A mismatch is rejected; this tool never switches documents.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.7/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 burden, and it delivers substantial behavioral detail: left/right are signed offsets, manual takeover splits handles and disables several tangent options, locks are respected, the batch is preflighted, and updates are undo-grouped. This is far beyond what the schema alone reveals.

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 every clause earns its place by adding a constraint, a behavioral caveat, or an exclusion. The main action is front-loaded, and there is no filler or repetition of schema content.

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

Completeness5/5

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

For a mutating tool with no annotations and no output schema, the description covers prerequiaites, concurrency, batch semantics, undo grouping, and exclusions. It tells the agent what to read first, what behavior to expect, and what the tool will not do, making it sufficiently complete for safe invocation.

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 description coverage is 86%, so the baseline is already 3. The description adds real value beyond the schema by clarifying non-obvious semantics: left/right are signed offsets rather than absolute positions, manual mode disables automatic/clamp/auto-weight/overshoot/tangent-lock, and key_index refers to a fresh get_fcurve snapshot. This elevates it to a 4.

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 opens with a specific action and target: 'Edit existing REAL keys' and enumerates what can be edited (values, interpolation modes, tangents). It further distinguishes the tool from siblings through explicit exclusions: 'Does not create keys or edit coupled XYZ/time tracks.'

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?

It gives clear preconditions and concurrency guidance: 'Read get_fcurve first' and 'avoid simultaneous scene edits.' It also clarifies what the tool does not do, but it does not explicitly name an alternative tool or provide a when-not-to-use branch, so it stops short of 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