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
probe_frames
Samples video frames at timeline timestamps: returns deterministic feature summaries and base64 snapshot images with an optional A1..C3 alphanumeric 3x3 grid for visual grounding. Snapshot rendering can take seconds on long recordings — request only the timestamps you need and set includeSnapshot:false when you only need features. Use the grid cells to reference screen regions in locate_visual_target. Timestamps are CURRENT TIMELINE seconds.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
timestamps |
array | yes | List of timeline timestamps to query |
includeSnapshot |
boolean | no | Whether to generate base64 image snapshots for visual inspection (default: true) |
gridOverlay |
boolean | no | Whether to overlay a 3x3 alphanumeric grid (A1..C3) on the snapshot (default: true) |
Raw JSON schema
{
"type": "object",
"properties": {
"timestamps": {
"type": "array",
"items": {
"type": "number"
},
"description": "List of timeline timestamps to query"
},
"includeSnapshot": {
"type": "boolean",
"description": "Whether to generate base64 image snapshots for visual inspection (default: true)"
},
"gridOverlay": {
"type": "boolean",
"description": "Whether to overlay a 3x3 alphanumeric grid (A1..C3) on the snapshot (default: true)"
}
},
"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.