creator_seek_animation
Jump to a specific frame in the current animation by specifying the frame index.
Instructions
Seek the current animation to a frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | Frame index |
Jump to a specific frame in the current animation by specifying the frame index.
Seek the current animation to a frame.
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | Frame index |
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 only states the action of seeking a frame, without explaining side effects (e.g., does it stop playback?), error conditions (e.g., invalid frame out of range), or whether the operation is reversible. This minimal disclosure is insufficient for a mutation-like operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact sentence that directly states the tool's purpose with no redundant wording. It is appropriately sized for the simplicity of the operation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one parameter, no output schema), and the description covers the basic action. However, it lacks context about prerequisites (e.g., a current animation must exist) and potential error behavior, which would be valuable given the number of sibling tools. It is minimally adequate but has gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully describes the only parameter 'frame' with a description and minimum value, so the baseline is 3. The description's phrase 'to a frame' adds no additional semantic meaning beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'seek' with the resource 'current animation' and target 'a frame', clearly conveying the action. It distinguishes itself from sibling tools like 'creator_play_animation' or 'creator_set_animation', which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites (e.g., an animation must be loaded) or exclusion scenarios. Users are left to infer the appropriate context from the tool name and siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ozekimasaki/inochi-creator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server