BV
BlitzReels Video Editor
/projects_list
List Projects
List the user's BlitzReels projects with status, duration, and basic metadata.
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_list for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | number | Maximum number of projects to return (1-50) default 10 |
| offset | number | Project offset. default 0 |
| status | string (active | archived | all) | Filter by project status default "active" |
| search | string | Search projects by name |
| workspaceId | string | Optional workspace ID. Defaults to the user's default workspace. UUID string. |
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_list","input":{"limit":10,"offset":0,"status":"active"}}'cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /projects_list -i '{"limit":10,"offset":0,"status":"active"}'mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/projects_list", input: {"limit":10,"offset":0,"status":"active"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.