Skip to main content
Glama

Generate a brand-aware video clip

generate_video

Start video generation from a text prompt. Choose a budget or premium tier, set aspect ratio and target platforms, then poll the returned job until the video is ready.

Instructions

Kick off a video generation and return a Job. Two tiers: tier='budget' (default) uses Wan 2.1 — 40 credits per clip. tier='premium' uses Kling v2.1 / Runway Gen4 — 300 credits, Build plan or higher only. Poll with get_job until status='completed'. Aspect ratios optimised for short-form social: 9:16 (Reels/TikTok), 16:9 (YouTube), 1:1 (feed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoQuality / cost tier. 'budget' (default, 40 credits) uses Wan 2.1 and is available on every plan. 'premium' (300 credits) uses Kling v2.1 / Runway Gen4 and requires a Build plan or higher — Free/Hobby projects get a 402 plan_required.
promptYesWhat the video should show. Be visual: action verbs, camera movement, mood. e.g. 'cinematic top-down shot of pour-over coffee, slow motion, warm morning light'.
platformsNoTarget platforms — affects formatting / pacing. Default ['tiktok','instagram'].
aspect_ratioNoDefault 9:16 (vertical for Reels/TikTok).
visual_styleNoStyle note, e.g. 'cinematic_realistic', 'anime', 'product_studio'.
duration_secondsNoClip length. Default 5. Longer clips may use multiple model calls.
Behavior4/5

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

With no annotations, the description carries the burden of disclosing key behaviors. It discloses async Job return, credit costs, plan restrictions, and the need to poll until completion. However, it omits details about how 'brand-aware' generation works and potential side effects, leaving minor gaps.

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 compact and front-loaded: a single purpose sentence followed by dense operational details. Every sentence adds value without redundancy, making it easy to scan.

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

Completeness4/5

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

Covers the full lifecycle (start, poll, receive), costs, plan limits, and defaults. Lacks explanation of the 'brand-aware' behavior and exact content of the returned Job, which would be useful given no output schema. Slightly incomplete but not severely.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaningful detail beyond schema: credit costs per tier (40 vs 300), the specific models used, and social-media context for aspect ratios. This enriches the parameter definitions.

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?

The opening phrase 'Kick off a video generation and return a Job' clearly states the verb and resource. It distinguishes this tool from get_job (polling) and generate_image (image generation) by specifying 'video generation' and 'return a Job'.

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 clear operational context: tier-specific credits and plan requirements, explicit polling instruction with get_job, and aspect ratio defaults for social platforms. It doesn't explicitly compare to alternatives like generate_image, but the context strongly implies when to use this tool.

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/vbalagovic/neuraldraft-mcp'

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