panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 9 · Act 20 · Transact 1 · Score: Not yet scored
Tool inspector
propose_zoom_points
Proposes zoom-in keyframes at specific timeline timestamps. Proposals appear as ghost diamond markers on the timeline for human review — they are NOT applied until commit_staged_changes. Timestamps are CURRENT TIMELINE seconds.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
timestamps |
array | yes | Timeline seconds where zoom-in keyframes should be placed. |
scale |
number | no | Zoom magnification depth (default 2.2). Range 1.2 to 5.0. |
focalX |
number | no | Normalized focal X center (0 to 1, default 0.5). |
focalY |
number | no | Normalized focal Y center (0 to 1, default 0.5). |
Raw JSON schema
{
"type": "object",
"properties": {
"timestamps": {
"type": "array",
"items": {
"type": "number"
},
"description": "Timeline seconds where zoom-in keyframes should be placed."
},
"scale": {
"type": "number",
"minimum": 1.2,
"maximum": 5,
"description": "Zoom magnification depth (default 2.2). Range 1.2 to 5.0."
},
"focalX": {
"type": "number",
"minimum": 0,
"maximum": 1,
"description": "Normalized focal X center (0 to 1, default 0.5)."
},
"focalY": {
"type": "number",
"minimum": 0,
"maximum": 1,
"description": "Normalized focal Y center (0 to 1, default 0.5)."
}
},
"required": [
"timestamps"
]
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.
fieldwork-beat-machine.openai.chatgpt.site
A tactile 12-voice beat machine with classic drum-machine grooves, deep synths, keyboard and touch pads, WebMCP controls, and stereo WAV export.