Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Sample Object Transform at Frames

sample_transform

Evaluate an object's transform at specified frames to verify Alembic, constraint, or Xpresso-driven animation without writing custom Python code.

Instructions

Evaluate the scene at each requested frame and return the object's transform. Useful to verify alembic / constraint / xpresso-driven animation without writing a bespoke exec_python sampler.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNoTime base override (default: doc fps).
spaceNoTransform space (default "global").
formatNoOutput format: "off_rot" returns pos+rot(HPB radians); "matrix" returns 4x3 rows.
framesYesFrames to sample (1..500). The scene is evaluated at each frame via ExecutePasses.
handleYesTarget object handle (must resolve to a BaseObject).
restore_timeNoRestore the original playhead after sampling (default true).

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?

No annotations are provided, so the description carries the burden of disclosing behavior. It does describe the core behavior: evaluate at each requested frame and return the transform. However, it does not mention potential side effects such as playhead movement or scene-evaluation cost, despite the existence of the restore_time parameter, and it does not clarify return structure in the absence of an output schema.

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 two sentences with no filler: the first states the operation and scope, and the second provides a concrete use case. The key information is front-loaded and every sentence earns its place.

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 the rich schema with all six parameters documented, enums, and constraints, plus a clear two-sentence description, the agent has enough context to invoke the tool correctly. The lack of an output schema and explicit side-effect disclosure is a minor gap, but the overall context is sufficient for this read-style sampling tool.

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 baseline is 3. The description adds no parameter-specific detail, instead relying on the schema descriptions for frames, handle, fps, space, format, and restore_time. This is adequate but not additive.

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 a specific verb and resource: 'Evaluate the scene at each requested frame and return the object's transform.' This clearly conveys a sampling/read operation. However, it does not explicitly name or contrast a sibling tool such as set_transform, so sibling differentiation is only implicit.

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?

'Useful to verify alembic / constraint / xpresso-driven animation' provides concrete when-to-use context, and 'without writing a bespoke exec_python sampler' identifies an alternative approach to avoid. It does not explicitly state when not to use the tool or compare it to a named sibling, but the guidance is clear.

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