Skip to main content
Glama

turntable_animation

Create a looping turntable animation for an object by rotating a parent empty around the Z axis, and automatically frame the camera to capture the rotating view.

Instructions

给对象做旋转展示动画(父级空物体绕 Z 线性旋转 + 循环),并让相机取景。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cameraNo
framesNo
objectYes
revolutionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It reveals the core mechanics — a parent empty is created, rotates linearly about Z, loops, and the camera is framed — but stays silent on side effects: whether existing animation is replaced or appended, whether keyframes are inserted, whether the camera transform is actually modified, and whether the operation is reversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single compact sentence that front-loads the purpose and packs the mechanism with no wasted words. It is efficient and readable, though slightly more structure (separating purpose from behavior) would make it easier to scan.

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

Completeness2/5

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

For a 4-parameter animation tool with no output schema and no annotations, the description is thin: it omits parameter semantics, side effects, and return behavior. An agent cannot tell what will change in the scene, whether the camera moves, or precisely what frames and revolutions control.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate by explaining the parameters, but it explains none of camera, frames, revolutions, or object beyond what their names imply. The description's mention of camera framing does not clarify what the camera parameter does, and the semantics of frames and revolutions are left entirely to inference.

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?

States a specific verb (create a rotating showcase animation), the resource (the target object), and the mechanism (parent empty object rotating linearly around Z with looping) plus camera framing. The turntable display intent is unambiguous and distinguishable from generic animation siblings like bake_animation or insert_keyframe, though it never names them explicitly.

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 implies the use case (product/showcase rotation) but never says when to reach for this tool versus bake_animation, insert_keyframe, or set_frame_range. There are no exclusions, prerequisites, or alternative routing, so an agent must infer applicability from the name and purpose alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools