Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Read F-Curve

get_fcurve

Read keyframe data from an existing F-curve: frame times, values, interpolation, tangent offsets, and extrapolation. Optionally sample specific frames.

Instructions

Read an existing REAL F-Curve: stable key indices for this snapshot, precise frame times, values, interpolation, tangent offsets and pre/post extrapolation. Optionally sample the track. At most 1000 keys. Does not create a track/curve or change document time. Not a scene/constraint evaluation or character-animation reader.

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.
document_nameYesExact active document name. A mismatch is rejected; this tool never switches documents.
sample_framesNoOptional sample positions, including subframes. Does not move document time.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the operation is non-mutating ('Does not create a track/curve or change document time'), adds a hard limit ('At most 1000 keys'), notes the snapshot semantics ('stable key indices for this snapshot'), and clarifies what it is not. This is strong coverage, though it could also mention error behavior when the track does not exist.

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 tight and dense: the first sentence states the core capability and data returned, the second adds the sampling option and the 1000-key limit, and the third clarifies side effects and exclusions. No sentence is redundant, and the most important scoping information is front-loaded.

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?

The tool has 7 parameters, no output schema, and no annotations, so the description must communicate both behavior and return content. It lists the returned data categories, the optional sampling behavior, the key limit, and side-effect guarantees. It is not fully complete because it does not describe response format, ordering, or failure modes, but it covers the essential calling context well.

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?

Schema description coverage is 100%, so the schema already documents every parameter, including exclusions between path/param_id/component and the semantics of sample_frames. The description adds the optional sampling concept and the key limit, but does not substantially expand parameter meaning beyond what the schema provides. Baseline 3 is appropriate.

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 uses a specific verb ('Read') and resource ('existing REAL F-Curve'), and enumerates exactly what is returned: key indices, frame times, values, interpolation, tangent offsets, and extrapolation. It also distances itself from other readers ('Not a scene/constraint evaluation or character-animation reader'), making its purpose unmistakable.

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 makes clear this is for reading existing real F-curves only and explicitly states it does not create tracks or change document time. It also excludes scene/constraint evaluation and character-animation reading. It does not name sibling alternatives like get_keyframes or edit_fcurve_keys directly, but the exclusions give enough contextual guidance.

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