Skip to main content
Glama

set_time_range

Configure animation timing in 3ds Max by setting frame range, current frame position, and frame rate parameters.

Instructions

设置 3ds Max 的时间/帧范围参数。

该工具可以设置动画的帧范围、当前帧位置和帧率。 所有参数都是可选的,只设置你需要修改的参数。

Args: start_frame: 动画起始帧。留空不修改。 end_frame: 动画结束帧。留空不修改。 current_frame: 当前帧(时间滑块位置)。留空不修改。 fps: 帧率。常见值: "24"(电影)、"25"(PAL)、"30"(NTSC)。留空不修改。

Returns: dict: 操作结果。 - success (bool): 是否成功。 - time_range (dict): 设置后的时间范围信息。 - message (str): 操作描述信息。

示例调用 - 设置帧范围: set_time_range(start_frame="0", end_frame="100")

示例调用 - 设置当前帧: set_time_range(current_frame="50")

示例调用 - 设置帧率和范围: set_time_range(start_frame="0", end_frame="240", fps="24")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_frameNo
end_frameNo
current_frameNo
fpsNo
Behavior3/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 explains that all parameters are optional and only modified if specified, which is helpful. However, it lacks details on permissions, error handling, or side effects (e.g., whether changes affect existing animations). The return format is described but without output schema, leaving some ambiguity.

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 well-structured with clear sections (purpose, parameter details, returns, examples) and front-loaded key information. It is appropriately sized, though the examples could be slightly more concise. Every sentence adds value without redundancy.

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 complexity (4 parameters, no annotations, no output schema), the description is largely complete. It covers purpose, parameters, returns, and usage examples. However, it could improve by addressing potential errors or constraints (e.g., valid frame ranges). The lack of output schema is mitigated by describing the return dict.

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

Parameters5/5

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

The schema description coverage is 0%, so the description must compensate fully. It does so by clearly explaining each parameter's purpose (e.g., start_frame as animation start frame), optional nature, and practical examples (e.g., fps common values like '24' for film). This adds significant meaning beyond the bare schema.

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 clearly states the tool's purpose with specific verbs ('设置' meaning 'set') and resources ('时间/帧范围参数' meaning 'time/frame range parameters'), distinguishing it from sibling tools like set_keyframe or set_object_property by focusing on animation timing parameters rather than keyframes or object properties.

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 provides clear context for when to use this tool (to set animation frame ranges, current frame position, and frame rate) and includes practical examples. However, it does not explicitly state when not to use it or mention alternatives among sibling tools, such as set_keyframe for animation keyframes.

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

Install Server

Other Tools

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/317431629/3dsMaxMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server