BlitzReels Video Editor
BV
BlitzReels Video Editor
/projects_inspect

Inspect Project

Read bounded project context for editing, including timeline items, media assets, transcripts, captions, and stable IDs.

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 /projects_inspect for me.

Input

FieldTypeDescription
projectId*stringProject UUID. UUID string.
modestring (summary | assets | timeline | transcript | full)Bounded project context view to return. default "timeline"
searchstringOptional media search when mode is assets or full.
assetLimitintegerMaximum media assets to return (1-50).
assetOffsetintegerMedia asset offset.
timelineLimitintegerMaximum timeline items to return (1-1000).
timelineOffsetintegerTimeline item offset.
transcriptLimitintegerMaximum transcript segments to return (1-500).
transcriptOffsetintegerTranscript segment offset.
captionWordLimitintegerMaximum caption words to return (1-2000).
captionWordOffsetintegerCaption word offset.

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":"/projects_inspect","input":{"projectId":"...","mode":"timeline"}}'
cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /projects_inspect -i '{"projectId":"...","mode":"timeline"}'
mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/projects_inspect", input: {"projectId":"...","mode":"timeline"} })

Try it

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