Skip to main content
Glama

change_speed

Adjust video playback speed by setting a multiplier: 0.5 for slow motion, 1.0 for normal, 2.0 for double speed. Specify input and optional output paths.

Instructions

Change video playback speed.

speed: 0.5 = slow motion 1.0 = normal 2.0 = 2x faster

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
speedYes
input_pathYes
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states that playback speed changes. It does not mention side effects such as whether audio pitch is preserved, whether a new file is created, or whether an empty output_path means in-place modification. For a mutation operation, this is a significant transparency gap.

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 front-loaded with the primary action in the first sentence, followed by a compact and well-formatted legend for the speed parameter. Every line serves a purpose, with no filler or redundant content.

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

Completeness3/5

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

An output schema is present, so return values need not be explained in the description. However, the tool lacks critical context around file handling—specifically, what an empty `output_path` means and whether the input file is overwritten. This makes the description minimally viable but not fully complete for safe invocation.

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

Parameters4/5

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

The description adds meaningful semantics to the `speed` parameter by defining 0.5 = slow motion, 1.0 = normal, and 2.0 = 2x faster, which the schema does not provide. Although `input_path` and `output_path` are left unexplained, their purpose is conventional; the speed legend is a strong compensation given the 0% schema description coverage.

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?

The description clearly states the tool's function: changing video playback speed, with concrete speed values (0.5, 1.0, 2.0) that reinforce the meaning. It is a specific verb+resource statement, and although it doesn't explicitly distinguish from siblings, no other listed tool handles playback speed, so it is unambiguous.

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 provides no guidance on when to use this tool versus alternatives, no exclusions, and no context about related operations like reversing or freezing video. Usage is only implied by the tool's name and purpose, which is insufficient for routing an agent when a large set of sibling tools exists.

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

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/Sahilkumar8084/Moviepy-MCP---Server'

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