BlitzReels Video Editor
BV
BlitzReels Video Editor
/media_folders_create

Create Media Folder

Create one media-library folder in a workspace and return a retry-safe mutation receipt.

liveunknown~5s typical
mcpblitzreelsvideoeditor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blitzreels-blitzreels /media_folders_create for me.

Input

FieldTypeDescription
name*stringFolder name.
parentFolderIdstringParent folder UUID, or null for the root.
descriptionstringOptional folder description.
iconTypestring (folder | code | video | audio | image | document)Folder icon type. default "folder"
workspaceIdstringWorkspace UUID, or null for the default workspace. UUID string.
idempotencyKeystringRetry key. Reuse only with identical inputs.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-blitzreels-blitzreels","endpoint":"/media_folders_create","input":{"name":"...","iconType":"folder"}}'
cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /media_folders_create -i '{"name":"...","iconType":"folder"}'
mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/media_folders_create", input: {"name":"...","iconType":"folder"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.