← WebMCP Directory

Tool tree

blitzreels.com

liveMedia & Personal
https://blitzreels.com/
Turns long videos into short vertical reels with AI-generated captions and clips, edited in the browser.
Explore capabilities
blitzreels_navigateAction

Navigate the current BlitzReels window to a relative path on blitzreels.com (e.g. '/pricing', '/editor', '/docs').

View tool JSON
{
  "name": "blitzreels_navigate",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the current BlitzReels window to a relative path on blitzreels.com (e.g. '/pricing', '/editor', '/docs').",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Path on the BlitzReels site, starting with '/'. Must stay same-origin."
      }
    },
    "required": [
      "path"
    ],
    "additionalProperties": false
  },
  "page": "/blitzrecorder"
}
blitzreels_open_editorAction

Open the BlitzReels video editor in the current tab (requires signed-in user to access projects).

View tool JSON
{
  "name": "blitzreels_open_editor",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the BlitzReels video editor in the current tab (requires signed-in user to access projects).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/blitzrecorder"
}
blitzreels_get_api_resourcesAnswer

Return canonical URLs for BlitzReels developer resources (API base, OpenAPI spec, docs, agent-skills index).

View tool JSON
{
  "name": "blitzreels_get_api_resources",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return canonical URLs for BlitzReels developer resources (API base, OpenAPI spec, docs, agent-skills index).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/blitzrecorder"
}