Skip to main content
Glama
vino3dx
by vino3dx

anim_get_key_stats

Read-only

Count keyframes per object across transform tracks to assess animation load before baking a heavy rig. Supports pagination.

Instructions

统计每个对象各变换轨道的关键帧数量,烘焙重角色前先评估规模很有用。支持分页。 [English] Count keyframes per object across transform tracks - useful to gauge the cost before baking a heavy rig. Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo最多返回条数,默认 200。 | Maximum entries, default 200.
offsetNo跳过的条数,默认 0。 | Entries to skip, default 0.
objectsNo对象名列表;省略则统计整个选择。 | Object names; the current selection if omitted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: it operates per object, counts transform-track keyframes, and is paginated, which goes beyond the raw annotations.

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?

The description is short, front-loaded with the core purpose, and adds a relevant use case. The bilingual duplication costs a small amount of conciseness, but it remains efficient and readable.

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 simple read-only statistics tool with fully documented parameters, the description covers what it counts, why it is useful, and that it is paginated. With annotations covering safety, nothing essential is missing for an agent to call it correctly.

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 fully documents limit, offset, and objects. The description mentions pagination and object-level counting but does not add meaningful parameter semantics beyond what the schema already provides.

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?

States a specific verb and resource: count keyframes per object across transform tracks. This clearly identifies what the tool does and distinguishes it from sibling animation tools like anim_get_keys or anim_delete_keys.

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?

Provides a concrete use case: gauging cost before baking a heavy rig. It also notes pagination, but does not explicitly mention alternatives or when not to use the tool, 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.

Deploy Server

Other Tools