Skip to main content
Glama

Create CapCut Draft

capcut_create_draft

Create a new CapCut video draft with custom width and height. Returns the draft_id required for all subsequent editing and saving operations.

Instructions

Create a new CapCut/Jianying video draft (project). This must be called first — every other capcut_* tool needs the draft_id it returns.

Args:

  • width (number): Canvas width in pixels. Default 1080.

  • height (number): Canvas height in pixels. Default 1920 (portrait). Use 1920x1080 for landscape.

Returns: JSON including result.draft_id (string) — pass this to all subsequent add_*/save_draft calls.

Example: Use when starting any new video project, e.g. "make a 9:16 short" -> width=1080, height=1920.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoCanvas width in pixels (e.g. 1080 for portrait, 1920 for landscape).
heightNoCanvas height in pixels (e.g. 1920 for portrait, 1080 for landscape).
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false, idempotentHint=false). The description adds valuable context beyond annotations: it creates a draft and returns a draft_id that must be passed to subsequent calls. It also clarifies the ordering constraint. This is good transparency, though it doesn't discuss potential side effects like auto-save or external storage, which annotations' openWorldHint=true might warrant.

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 well-structured with clear sections (Args, Returns, Example) and front-loads the core purpose. Every sentence adds value: the ordering requirement, parameter defaults, return value, and example. No redundant or filler text.

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?

For a tool with only two optional parameters and no output schema, the description is complete. It explains what it does, when to use it, what the return value is, and how to configure dimensions. It fully equips an agent to invoke the tool correctly and understand its role in the workflow.

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 the baseline is 3. The description adds meaning beyond the schema by specifying that default dimensions are 1080x1920 (portrait) and that 1920x1080 is for landscape. This orientation guidance helps agents choose correct values without needing extra reasoning.

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 description clearly states the tool's function: 'Create a new CapCut/Jianying video draft (project)'. It identifies the specific verb (create) and resource (draft), and distinguishes itself from sibling tools by noting 'This must be called first — every other capcut_* tool needs the draft_id it returns.' This makes its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'This must be called first' and 'Use when starting any new video project.' It also provides a concrete example ('make a 9:16 short' -> width=1080, height=1920). It clearly implies that sibling tools are for subsequent additions, making the usage context robust.

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/goransmoljanovic015-cell/capcut-mcp-server'

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