New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

create_promo

Assemble a designed-looking promo/intro/product/data video from the Clipkit pattern library: give an ordered list of SCENES and the words, and it bakes in the camera, glass, lighting, motion blur, timing, and layout, then returns an editor link. This is a FAST option when a conventional promo str...

SERVERClipkit SOURCEhttps://www.clipkit.dev/mcp
Medium RISK CLASS
Category Write
Parameters 61 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/dev-clipkit-clipkit/create-promo.md

What create_promo does on Clipkit

AI agents use create_promo to create or update resources in Clipkit, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Clipkit environment.

ParameterTypeRequiredDescription
theme string Visual theme. Default "cinematic" (dark, serif, premium).
width integer Default 1920.
height integer Default 1080.
scenes array Yes Ordered scenes; mix types to fit the brief — you do NOT need hero/cta. e.g. a single [{type:"kinetic",text:"…"}], a sequence [{type:"title",headline:"…"},{type:
project_id string Which project to act on — the id returned by create_project / set_project / create_promo / load_project. Omit when working on a single local project.
motion_blur integer Supersampled motion-blur samples (≥2 enables it — nicer but slower to render). Default off.

Parameters from the server's own tool schema.

Why create_promo is rated Medium

This tool creates a new video project by assembling scenes and returning an editor link. It is a creative/write operation that generates new content. It does not execute code, delete data, or move money. The blast radius is medium since it creates a project resource that could consume storage or credits, but is generally reversible.

From the tool's definition Assemble a designed-looking promo/intro/product/data video from the Clipkit pattern library... bakes in the camera, glass, lighting, motion blur, timing, and layout, then returns an editor link

Questions about create_promo

What does the create_promo tool do? +

Assemble a designed-looking promo/intro/product/data video from the Clipkit pattern library: give an ordered list of SCENES and the words, and it bakes in the camera, glass, lighting, motion blur, timing, and layout, then returns an editor link. This is a FAST option when a conventional promo structure fits — it is NOT the only way to make a video and NOT a default; for anything specific or original, author the JSON yourself and call set_project (the full creative range). When you do use this, MIX scene types to fit the brief and vary the structure — a video can be a single kinetic headline, three title cards, a showcase montage, or a data explainer; you do NOT need a hero or a cta. Scene types: hero (glass-orb logo reveal: wordmark, tagline?), kinetic (letter-fly headline: text, subtitle?), showcase (a screenshot tilted in 3D: screenshot URL), title (full-frame title card: headline, kicker?, subtitle?), cta (closing card with a glass button: wordmark, tagline?, cta), stats (hero numbers: stats[{label,current,previous?}], title?), bars (bar chart: bars[{label,value,previous?}], title?), ranking (top-N list: items[{label,value}], title?), pie (pie cards: cards[{label,value,total,previous?}], title?). The data scenes (stats/bars/ranking/pie) look best with theme "mux". It is categorised as a Write tool in the Clipkit MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does create_promo accept? +

create_promo accepts 6 parameters: theme, width, height, scenes, project_id, motion_blur. Required: scenes. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_promo? +

Register the Clipkit MCP server in PolicyLayer and add a rule for create_promo: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Clipkit. Nothing to install.

What risk level is create_promo? +

create_promo is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit create_promo? +

Yes. Add a rate_limit block to the create_promo rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block create_promo completely? +

Set action: deny in the PolicyLayer policy for create_promo. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides create_promo? +

create_promo is provided by the Clipkit MCP server (https://www.clipkit.dev/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Clipkit, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Clipkit's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.