Skip to main content
Glama

create_background

Create a solid-color video background with custom RGB, size, and duration for use as a base layer in video editing.

Instructions

Create a solid-color video background.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bNo
gNo
rNo
widthNo
heightNo
durationNo
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavior. It discloses the core creation operation but omits side effects such as whether an existing output_path is overwritten, what format/codec is produced, or whether additional resources are created.

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 a single clear sentence with no filler, and the main action is front-loaded. It loses one point only because the extreme brevity leaves needed semantics to the schema.

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

Completeness2/5

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

For a tool with 7 parameters, zero annotations, and zero schema descriptions, the description is incomplete. It does not explain what kind of video is produced, default parameter behavior, or how create_background fits with sibling composition tools. The output schema does not compensate for missing parameter and workflow context.

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

Parameters2/5

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

Schema description coverage is 0%, yet the description does not enumerate or explain any parameter. It weakly implies that b/g/r denote color components and that dimensions/duration/output_path relate to the video, but it does not specify units, ranges, or the role of output_path beyond the schema defaults.

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 uses a specific verb and resource ('Create a solid-color video background') and the 'solid-color' qualifier distinguishes it from gradient or animated scene siblings. It does not explicitly identify a sibling, but the purpose is immediately understandable.

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 gives no guidance about when to use this tool versus alternatives such as create_gradient_animation or create_animated_scene. There is no mention of prerequisites, placement in a pipeline, or exclusions, so the agent must infer usage entirely from the name.

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