Skip to main content
Glama

delete_keyframe

Remove a keyframe from an object's property at a given frame. Optionally specify the keyframe index to delete.

Instructions

删除某帧的关键帧。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameYes
indexNo
objectYes
data_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior1/5

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

The description does not disclose any behavioral aspects such as whether the operation is destructive, whether it can fail silently, or whether it affects only the specified frame. With no annotations, this information is entirely missing.

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 a single concise sentence that is front-loaded with the primary action. There is no fluff or unnecessary wording.

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

Completeness1/5

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

The description is extremely sparse. It fails to cover critical context such as what 'data_path' refers to, how the 'index' parameter is used, whether a keyframe is required to exist, or any error conditions. The tool cannot be used correctly based solely on this description.

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

Parameters1/5

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

The schema provides zero descriptions for the four parameters (object, data_path, frame, index). The description also does not explain any of them, especially the optional 'index' parameter, which is ambiguous without further context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (delete a keyframe), but lacks context about the target (object, data_path) or when to use it relative to similar tools like insert_keyframe or list_keyframes. It is understandable but not fully differentiated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, such as whether a keyframe must exist, or how it interacts with other keyframe operations.

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