4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "blitzreels_navigate" /* short, unique, verb-based */ }blitzreels_navigate, blitzreels_open_editor, blitzreels_get_api_resources{
name: "blitzreels_navigate",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}blitzreels_navigate, blitzreels_open_editor, blitzreels_get_api_resources, open_blitzreels_trial<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="blitzreels_navigate" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "blitzreels_navigate",
"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
},
"annotations": {}
}blitzreels_navigate, blitzreels_open_editor, blitzreels_get_api_resources{
name: "blitzreels_navigate",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "blitzreels_navigate" /* short, unique, verb-based */ }blitzreels_navigate, blitzreels_open_editor, blitzreels_get_api_resources, open_blitzreels_trial<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="blitzreels_navigate" tooldescription="...">
<!-- the same action, as UI -->
</form>