Skip to main content
Glama

Remove background from video

aetherwave_remove_background_video

Strip backgrounds from videos using frame-by-frame processing. Choose transparent WebM or solid hex color background. Input a public video URL.

Instructions

Strips the background from a video frame-by-frame using rembg (u2netp) on AetherWave's Python service. Pass a public videoUrl. Choose bgType: "transparent" for an alpha-channel WebM output (compositing) or bgType: "color" with a customColor hex for a solid replacement. 2 credits per second. Slowest tool in the surface (per-frame processing); a 6s clip takes ~4 min, a 30s clip ~15-20 min. Works best on subjects with clear edges (people, products). Returns the processed video URL (R2-hosted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoUrlYesPublic URL of the source video (MP4).
bgTypeNo'transparent' = alpha WebM output (default). 'color' = solid replacement using customColor.
customColorNoHex color for solid background when bgType='color' (e.g. '#00ff00'). Default green.
Behavior5/5

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

Annotations are minimal, but the description adds critical behavioral details: credit cost per second, processing time estimates, output format (R2-hosted URL), and the frame-by-frame nature. This fully compensates for the lack of detailed annotations.

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?

Four well-structured sentences with no waste. First sentence sets the core action, second explains modes, third gives performance/cost, fourth covers best use and output. Front-loaded with key information.

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

Completeness5/5

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

Despite no output schema, the description specifies the output is a processed video URL. Input schema is clear. All necessary context is provided: what, how, cost, performance, limitations, and output. No gaps.

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?

Schema already covers parameters with descriptions, but the description adds practical meaning: explains the effect of bgType choices (alpha WebM vs solid color), gives an example hex for customColor, and states the default. Enhances usability beyond 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?

Clearly states the action (strips background) and specific resource (video) using a named service (rembg u2netp). Differentiates from sibling 'aetherwave_remove_background' by specifying video and frame-by-frame processing.

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?

Provides explicit guidance on best use cases (clear edges, people, products) and performance expectations (slow, per-frame processing). Could be more explicit about when not to use, but the slowness warning implicitly discourages use for quick results.

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/AetherWave-Studio/aetherwave-mcp'

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